dicio-android icon indicating copy to clipboard operation
dicio-android copied to clipboard

heads up : whisper is easier to run on android than ever

Open thiswillbeyourgithub opened this issue 2 years ago • 12 comments

Hi,

Just thought people here might be interested in this repo https://github.com/ggerganov/whisper.cpp/tree/master/examples/whisper.android

thiswillbeyourgithub avatar Mar 16 '23 13:03 thiswillbeyourgithub

It seems like they only have english models though: https://github.com/ggerganov/whisper.cpp/tree/master/models

Stypox avatar Apr 03 '23 10:04 Stypox

No they do not ? I don't know if I'm missing something though. image

thiswillbeyourgithub avatar Apr 03 '23 16:04 thiswillbeyourgithub

What is the multilingual model and how well does it work?

Stypox avatar Apr 03 '23 17:04 Stypox

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

thiswillbeyourgithub avatar Apr 03 '23 18:04 thiswillbeyourgithub

We can go as high as the base module on phones, I guess

Stypox avatar Apr 03 '23 19:04 Stypox

I would be so interested in this I must say :)

Regarding model size : lots of quantized versions exist now

thiswillbeyourgithub avatar Apr 13 '23 12:04 thiswillbeyourgithub

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

Stypox avatar Jul 21 '24 19:07 Stypox