LakshayD02/Handwritten_Digital_Recognition
A simple AI model that can recognize handwritten digits. Training a model to identify digits (0-9) written by users and then predicting which digit is written.
This project helps systems understand handwritten numbers. You provide an image containing a single handwritten digit, and it tells you which digit (0-9) it is. Anyone working with automating data entry from forms or mail would find this useful.
No commits in the last 6 months.
Use this if you need to automatically identify handwritten digits in images, like in postal codes or scanned forms.
Not ideal if you need to recognize handwritten text beyond single digits or handle complex document layouts.
Stars
8
Forks
2
Language
HTML
License
—
Category
Last pushed
Jan 31, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/LakshayD02/Handwritten_Digital_Recognition"
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.