davabase / transcriber_app

Real time speech to text transcription app.
363 stars 69 forks source link

Possibility that the translation is done in another language? #20

Open jmora0 opened 1 year ago

jmora0 commented 1 year ago

I would like the translation to be done in Spanish. If I need to change or modify something in any file, I have no problem doing it.

davabase commented 1 year ago

Whisper itself only supports translating to English but there are other translation models out there. I looked into this a little bit a while ago using the Helsinki-NLP translations models and the results were pretty good. I did a writeup on what I did here, but I have not had time to fully integrate it into the app. You can give this a shot.