Niranjan Yadla
Niranjan Yadla
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](https://github.com/usefulsensors/openai-whisper/tree/main/android_app/Whisper-TFLIte-Android-Example) Refer here for Whidper TFLite...
Feel free to download the openai/whisper-tiny tflite-based Android Whisper ASR APP from [Google App Store](https://play.google.com/store/apps/details?id=com.whisper.android.tflitecpp).
##I guess below logic may work better for stream application pcmf32.resize(n_samples_new); SDL_DequeueAudio(g_dev_id_in, pcmf32.data() , n_samples_new*sizeof(float)); #if 0 static int total_samples = 0; total_samples += n_samples_new; if (total_samples n_samples_30s) pcmf32_to_keep.resize(n_buffer_samples+n_samples_new); for...
@mwelling , Please let us know when it is launched on Groupgets and its link to purchase
@mwelling Thanks for your update, we reserved 3 boards
@st4 use the attached dtln quantized tflite model https://github.com/nyadla-sys/whisper.tflite/blob/main/models/dtln_quantized.tflite
it may be worth to try [whisper-tiny.en.tflite](https://github.com/usefulsensors/openai-whisper/blob/main/models/whisper-tiny.en.tflite) model on Google Coral Edge TPU
If I am not missing anything,whisper-tiny.en.tflite model doesnot have dynamic-size tensors. Please open model using the netron app https://netron.app/
maybe some of the op's are not supported by edgetpu_compiler.Maybe you can raise issue as part of edgetpu_compiler. as it is running on TFlite framework on rpi4/orange pi hardware and...
@RageshAntonyHM looks like it is still memory and compute issue