nedeljkovignjevic/handwritten-digit-recognition
Using convolutional neural network and MNIST dataset to recognize handwritten digits
This tool helps anyone who needs to automatically interpret handwritten numbers. You can input images containing single, handwritten digits, and it will tell you what number (0-9) each digit represents. This is ideal for researchers, data entry specialists, or educators dealing with digitized forms, old records, or student submissions.
No commits in the last 6 months.
Use this if you need a reliable way to convert scanned or photographed handwritten digits into digital text.
Not ideal if your images contain multiple digits in a sequence, complex layouts, or text other than isolated digits.
Stars
10
Forks
1
Language
Python
License
—
Category
Last pushed
Jun 12, 2020
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/nedeljkovignjevic/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.