nyadla-sys / whisper.tflite

Optimized OpenAI's Whisper TFLite Port for Efficient Offline Inference on Edge Devices
MIT License
134 stars 29 forks source link

Enabling multiple languages doesn't display text in the language that is spoken #30

Open Rohith-Altrai opened 5 months ago

Rohith-Altrai commented 5 months ago

I tried using different languages, for some of the languages it showed the text in the language that was spoken and for others the app displays the text in english.

nyadla-sys commented 5 months ago

@Rohith-Altrai whisper tflite multilanguage support needs more attention and require seperate tflite file based on the language selection

Rohith-Altrai commented 5 months ago

@Rohith-Altrai whisper tflite multilanguage support needs more attention and require seperate tflite file based on the language selection

Can I know why is it translating some sentences? and can you give me some instructions on how I can make it work on a specific language with the transcript text being the same language which was spoken

Note: I am totally new to AI and a beginner in mobile development

Thank you for the help