Open SomeCodingUser opened 2 years ago
Hi,
I had a quick look and it seems openai whisper uses pytorch. For it to be compatible with this plugin:
Also be aware that tflite does have a lot of limitations. For more information, read about operator compatibilities here. When converting from PyTorch to TensorFlow models, there may be some incompatibilities with your converted model on mobile devices
This is proof-of-concept project to create an Android app based on Whisper TFLite, which leverages the stock Android UI to show off its features. Whisper-TFLIte-Android-Example
Refer here for Whidper TFLite model https://github.com/usefulsensors/openai-whisper/blob/main/models/whisper.tflite
go thru README here https://github.com/usefulsensors/openai-whisper
@nyadla-sys Thanks for the share. :)
Feel free to download the openai/whisper-tiny tflite-based Android Whisper ASR APP from Google App Store.
Hi,
could you use this library to run openai whisper with a tflite model? In the examples there are always labels provided, but for whisper there would not be any labels I think?
Thanks!