Hi everyone and Happy New Year!
Back at the start of December Tulasi converted Kears OCR model to TFLite. Since then I started a procedure of implementing it inside an android application.
This project was really trivial and had a lot of challenges such as special operators as CTCGreedyDecoder. In a different email I will point out the challenges and how we managed to overcome them.
For now I present a video demo of the application demonstrating how this model compares to ML KIt's TextRecognition.
I will also continue to make some UI changes and enrich the github repo.
Again at this project we had to implement inside android app the special dependency for pulling in the core TensorFlow runtime:
- implementation 'org.tensorflow:tensorflow-lite-select-tf-ops:0.0.0-nightly'
Doing that we added more than 100MB in the final .apk file. I tried the procedure described
here but with no luck!! (I could not run it inside colab and also I think colab cannot run Docker).
When you find time please guide me because it is the second time that comes in front of us and I think we have to make a good example for the community as I haven't found a successful implementation online.
I hope you enjoy it. This is how we spent our time during vacations! :):)
Regards,
George