Stypox / dicio-android

Dicio assistant app for Android
GNU General Public License v3.0
644 stars 63 forks source link

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

Open thiswillbeyourgithub opened 1 year ago

thiswillbeyourgithub commented 1 year ago

Hi,

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

Stypox commented 1 year ago

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

thiswillbeyourgithub commented 1 year ago

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

Stypox commented 1 year ago

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

thiswillbeyourgithub commented 1 year ago

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

Stypox commented 1 year ago

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

thiswillbeyourgithub commented 1 year ago

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

Regarding model size : lots of quantized versions exist now