sayakpaul/Handwriting-Recognizer-in-Keras
This project shows how to build a simple handwriting recognizer in Keras with the IAM dataset.
This tool helps you automatically convert handwritten notes and documents into digital text. You provide images of handwritten content, and it outputs editable, searchable text. This is designed for anyone who needs to digitize historical documents, research notes, or other handwritten materials efficiently.
No commits in the last 6 months.
Use this if you need to transform scanned handwritten pages into computer-readable text for easier analysis, storage, or sharing.
Not ideal if you need to process highly stylized or extremely messy handwriting, as its accuracy may decrease.
Stars
13
Forks
2
Language
Jupyter Notebook
License
Apache-2.0
Category
Last pushed
Aug 15, 2021
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/sayakpaul/Handwriting-Recognizer-in-Keras"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
greydanus/mnist1d
A 1D analogue of the MNIST dataset for measuring spatial biases and answering Science of Deep...
potterhsu/SVHNClassifier
A TensorFlow implementation of Multi-digit Number Recognition from Street View Imagery using...
potterhsu/SVHNClassifier-PyTorch
A PyTorch implementation of Multi-digit Number Recognition from Street View Imagery using Deep...
kensanata/numbers
Handwritten digits, a bit like the MNIST dataset.
kdexd/digit-classifier
A single handwritten digit classifier, using the MNIST dataset. Pure Numpy.