Using Machine Learning for Recognition of Handwritten Digits
MNIST Digit Classifier — Draw → Predict
What it is
A browser-based demo where a user draws a digit (0–9) and the site predicts the digit using a trained neural network model.
Key capabilities
- Canvas input (draw/erase/clear)
- Preprocessing into model input format
- Inference and prediction display (digit + confidence where available)