Welcome to MNISTic
Draw a digit, and our deep learning model will tell you what number it is — trained on thousands of handwritten digits using the MNIST dataset.
What We Do
MNISTic is a simple, interactive digit recognition app powered by a neural network trained on the classic MNIST dataset.
It's an educational tool built to demonstrate the power of deep learning in understanding human handwriting. Whether you're a student, a teacher, or just curious — try drawing a digit and watch AI make a prediction in real-time.
How It Works
- You draw a digit (0–9) on the canvas
- The image is downscaled to 28×28 pixels (just like MNIST)
- The processed data is sent to a FastAPI backend
- The backend loads a trained model and performs inference
- The predicted digit and confidence score are returned instantly
Limitations
While MNISTic works well for most clear handwritten digits, it's not perfect. The model may struggle with digits that are messy, ambiguous, or very different from the MNIST training dataset. Think of it more as a fun and educational tool, not a handwriting judge.
Try different writing styles — it's a great way to learn how machine learning interprets visual input.
Meet the Creator
DTI'm Devansh Tyagi, a developer passionate about making machine learning approachable and interactive. MNISTic was created to bring AI to your fingertips — literally.
Get in Touch
Have questions, ideas, or feedback? Email me at tyagidevansh3@gmail.com.