Run Whisper using onnxruntime in C++ with sherpa-onnx #1583
csukuangfj
started this conversation in
Show and tell
Replies: 1 comment 3 replies
-
Thanks for your great work. I can't find much information how to run Whisper on Android using your jniLibs. Do you have an example somewhere? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
FYI: We have managed to run Whisper using onnxruntime in C++ with sherpa-onnx, which is a sub-project of Next-gen Kaldi.
It supports Linux, macOS, Windows, Raspberry Pi, Android, iOS, etc.
It also provides various bindings for other languages, e.g., C API, Python API, Golang API, C# API, Swift API, Kotlin API, etc.
You can try it using the following colab notebook
https://github.com/k2-fsa/colab/blob/master/sherpa-onnx/sherpa_onnx_whisper_models.ipynb
or try it from within your browser by visiting

https://huggingface.co/spaces/k2-fsa/automatic-speech-recognition
Documentation is available at
https://k2-fsa.github.io/sherpa/onnx/pretrained_models/whisper/index.html
Beta Was this translation helpful? Give feedback.
All reactions