faustomorales / keras-ocr

A packaged and flexible version of the CRAFT text detector and Keras CRNN recognition model.
https://keras-ocr.readthedocs.io/
MIT License
1.39k stars 360 forks source link

TFLite Models #138

Open tulasiram58827 opened 3 years ago

tulasiram58827 commented 3 years ago

Hi, With the help of your repo I converted Keras OCR Model to TFLite models. I will create pull request if you want to make it part of the project. You can refer to this Repository for code and find this Notebook for conversion process and inference benchmarks with TFLite benchmark tool.

FYI : Already converted CRAFT models to TFLite Format and published to Tensorflow Hub, You can find the conversion details in this Repository and more details from this blog and this blog

Already models are published in Tensorflow Hub

@faustomorales