usefulsensors / openai-whisper

Robust Speech Recognition via Large-Scale Weak Supervision
MIT License
62 stars 24 forks source link

Disable translation in Android application. #21

Open TheoKJo opened 1 year ago

TheoKJo commented 1 year ago

Thanks for great work!

When I tested with multilingual.bin file in Korean. The android app works well but displayed text is translated to English.

Can I have any method to display in Korean ? Also if there is an option to specify language mode, then it will be much better to use.

Thank you.

nyadla-sys commented 1 year ago

@TheoKJo We don't have multilingual support on the Android demo, and it needs to be expanded. I am busy with other important tasks right now

nyadla-sys commented 1 year ago

I created two tflite models for encoder and decoder and it does multilanguage support. You may have to extend Android app to use two tflite models to perform ASR. https://colab.research.google.com/github/usefulsensors/openai-whisper/blob/main/notebooks/whisper_encoder_decoder_tflite.ipynb