aakashjhawar/handwritten-digit-recognition
This project demonstrates Handwritten digit recognition using Deep Learning
This tool helps identify handwritten digits in images. You input a grayscale image containing a single handwritten digit (0-9), and it tells you which digit it recognizes. This is useful for anyone working with digit recognition, such as data entry specialists or researchers validating image processing systems.
No commits in the last 6 months.
Use this if you need to automatically and accurately identify individual handwritten digits from images.
Not ideal if you need to recognize multiple digits in a single image or text that isn't just isolated digits.
Stars
31
Forks
14
Language
Jupyter Notebook
License
MIT
Category
Last pushed
Feb 22, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/aakashjhawar/handwritten-digit-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.