ggerganov / whisper.cpp

Port of OpenAI's Whisper model in C/C++
MIT License
34.31k stars 3.48k forks source link

Doing auto translations #1957

Open bharatModiIsMe opened 5 months ago

bharatModiIsMe commented 5 months ago

Whenever I try to speak in any language other than English, it either converts it in english, or the output reads - "Speaking in foreign lanuage".

My use case mostly involves speaking hindi, english and marathi.

please help me on how to get the output as it is. i am fine with it being typed in english, but not to be translated in english.

Thanks

RazeBerry commented 5 months ago

Same problem here!

digikar99 commented 4 months ago

By default, the main program uses the base.en model which is specialized for english. But multilingual models are available: see from here - https://github.com/ggerganov/whisper.cpp/blob/master/models/README.md