How To Use The Model On Android #2837
rabyunghwa
started this conversation in
General
Replies: 0 comments
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.
Really good tool! Thanks for the hard work! I want to incorporate an ASR feature into an Android app. I'm wondering if this is possible with SpeechBrain. It seems that other people already asked similar questions before but it was like 2-3 years ago so I'm wondering if there is any progress. I tried to export the SpeechBrain model to ExecuTorch with optimum.exporters.executorch, following this tutorial:
optimum-cli export executorch --model "ABC/EFG" --task "automatic-speech-recognition" --recipe "xnnpack" --output_dir "output"However, it failed with the following error message:
Any help would be greatly appreciated!
All reactions