ml-gde / e2e-tflite-tutorials

Project tracking of the "Mobile ML Working Group", for the End-to-End TensorFlow Lite tutorials.
Apache License 2.0
133 stars 26 forks source link

Machine Translation TFLite Models #42

Open tulasiram58827 opened 3 years ago

tulasiram58827 commented 3 years ago

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

sayakpaul commented 3 years ago

Tagging in @margaretmz and @farmaker47.

khanhlvg commented 3 years ago

FYI:

tulasiram58827 commented 3 years ago

Thanks @khanhlvg for references.

sayakpaul commented 3 years ago

For TTS, we have this too - https://github.com/mozilla/TTS.