indranil143/Digit_Recognition
Implemented a Convolutional Neural Network trained on MNIST for handwritten digit recognition, featuring a Tkinter GUI for interactive testing.
This tool helps anyone who needs to quickly test handwritten digit recognition. You can draw a digit (0-9) on a simple canvas, and the system will instantly tell you which digit it thinks you drew. This is useful for educators, researchers, or anyone experimenting with visual pattern recognition.
No commits in the last 6 months.
Use this if you want an easy, interactive way to draw a digit and immediately see a highly accurate prediction from a trained model.
Not ideal if you need to integrate digit recognition into a larger production system or process large batches of pre-existing images.
Stars
11
Forks
—
Language
Jupyter Notebook
License
MIT
Category
Last pushed
Jun 29, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/indranil143/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.