-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Machine Translation TFLite Models #42
Comments
Tagging in @margaretmz and @farmaker47. |
FYI:
|
Thanks @khanhlvg for references.
|
For TTS, we have this too - https://github.com/mozilla/TTS. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi all,
From past few weeks with the help of @sayakpaul I worked on creating TFLite models for Text Detection and Recognition. I have also created a Notebook to do end to end OCR inference with a choice to select CRAFT or EAST as text detector and Keras OCR as recognition engine. Thanks to TFLite team for making on device OCR possible.
Although OCR itself is very good use case. But it will be really useful if we extend the OCR to Machine Translation. I really excited to see end to end mobile application for Image translation especially in the context of India(where there are 23 official languages). I will be working on this and will be adding PR to add the project in INPROGRESS section soon.
I am also thinking to extend the OCR to TTS(Text to Speech) where it can be to people of low vision or no vision. I am happy to collaborate on this project if anyone or interested to work.
@sayakpaul you can tag anyone if they may be interested to collaborate in TTS Project.
CC : @khanhlvg
The text was updated successfully, but these errors were encountered: