suraj-deshmukh / keras-image-ocr

How to train a Keras model to recognize variable length text | DLology

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to Run

The easies way is to run on this Google Colab notebook for free with GPU enabled.

Alternatively run on your local dev machine

It is suggested to run on a Linux machine since it could be quite challenging to install the dependencies cairocffi, or if you only have a Windows machine, running on its Windows Subsystem for Linux (WSL) is also a good choice.

Require Python 3.5+ and Jupyter notebook installed

Clone or download this repo

git clone https://github.com/Tony607/keras-image-ocr

Install required libraries

pip3 install -r requirements.txt

In the project start a command line run

jupyter notebook

In the opened browser window open

image-ocr.ipynb

About

How to train a Keras model to recognize variable length text | DLology


Languages

Language:Jupyter Notebook 100.0%