tuandoan998 / Handwritten-Text-Recognition

IAM dataset
49 stars 13 forks source link
cnn iam keras ocr python3 rnn

OCR

This project refers to the handwritten recognition with CNN and RNN, decode with CTC.

demo Demo on youtube

Update

This repo has better model and higher accuracy

Dataset

IAM dataset

Result

Test on IAM dataset:

Model Test Unit CER(%) WER(%)
WORD WORD 17.20 37.78

Train

[Google colab]

Usage

Training

$ python3 Train.py

Predict

$ python3 Prediction.py

predict

Evaluation

$ python3 EvaluationWord.py
$ python3 EvaluationLine.py

References

https://towardsdatascience.com/build-a-handwritten-text-recognition-system-using-tensorflow-2326a3487cd5 http://norvig.com/spell-correct.html