MichaelMcCulloch / WhisperVoiceKeyboard

A voice to text keyboard based on OpenAI Whisper Model.
MIT License
44 stars 5 forks source link

Add more language + keyboard #15

Open SamirSaidani opened 12 months ago

SamirSaidani commented 12 months ago

Thanks a lot for these neat tool !

I'm speaking french and I'd like to be able to switch between french and english language.

It would be nice to be able to use the voice keyboard for both language!

It's also cumbersome to not have a keyboard, sometimes WVK is not acurate and need to be corrected. Maybe you could add a privacy-oriented opensource keyboard like the unexpected keyboard for example. You could replace the voice key launching google assistant by WVK.

Take a look !

Kaljurand commented 11 months ago

Related to #5

MichaelMcCulloch commented 11 months ago

As the best case scenario for the small model in English still produces an unacceptable WER, the request for other languages can really only be satisfied by #11.

SamirSaidani commented 11 months ago

As the best case scenario for the small model in English still produces an unacceptable WER, the request for other languages can really only be satisfied by #11.

Instead of using a large model, maybe using several switchable small models, like WVK-en, WVK-fr. The user knows when he wants to speak french or english... Could be a good enough workaround.