heads up : whisper is easier to run on android than ever
Hi,
Just thought people here might be interested in this repo https://github.com/ggerganov/whisper.cpp/tree/master/examples/whisper.android
It seems like they only have english models though: https://github.com/ggerganov/whisper.cpp/tree/master/models
No they do not ? I don't know if I'm missing something though.

What is the multilingual model and how well does it work?
Well I think it works from "quick and fast" to "large and not far from SOTA" depending on the model size.
The model take a language as input, for example "--lang=french" btw
We can go as high as the base module on phones, I guess
I would be so interested in this I must say :)
Regarding model size : lots of quantized versions exist now
Posted by LjL on the Matrix channel:
There is an open source demo app at https://github.com/vilassn/whisper_android but it's not the one I've used
There is also https://github.com/usefulsensors/openai-whisper/tree/main/android_app/Whisper-TFLIte-Android-Example