Handwritten Digit Recognition using CNN
How to Use the Demo
- A Convolutional Neural Network (CNN) has been trained on the MNIST dataset, which contains thousands of 28x28 images of handwritten digits (0–9).
- The model has learned to extract features from the input image (like strokes, edges, and shapes) and classify them into the correct digit.
- Below, you will see a black drawing area. Use your mouse to draw any digit (0–9) in this box.
- Once done, click on the Predict button below the box.
- The model will process your input and display the predicted digit along with the probability.