speech-recognition-experiments icon indicating copy to clipboard operation
speech-recognition-experiments copied to clipboard

Request to add sherpa-onnx

Open csukuangfj opened this issue 1 year ago • 3 comments

Please see https://k2-fsa.github.io/sherpa/onnx/index.html for the documentation

It is similar to sherpa-ncnn but uses onnxruntime instead of ncnn for neural network computation.

csukuangfj avatar Apr 24 '23 04:04 csukuangfj

I've put it on my to-do list 👍

fquirin avatar Apr 24 '23 08:04 fquirin

The same team now has pre-builts for many Whisper sizes too! https://k2-fsa.github.io/sherpa/onnx/pretrained_models/whisper/export-onnx.html#available-models

Wonder how their performance compares.

kmn1024 avatar Dec 07 '23 09:12 kmn1024

https://github.com/k2-fsa/sherpa-onnx/pull/471 The above PR removes the 30-second constraint from Whisper, which means you don't have to pad the input to 30-second.

It would be nice if someone could test it and compare the performance with other implementations.

csukuangfj avatar Dec 07 '23 09:12 csukuangfj