txhno/digitizer
A web-based digit recognition application built with PyTorch and Flask. Utilizing a Convolutional Neural Network (CNN) trained on the MNIST dataset, the application can accurately identify handwritten digits from 0 to 9. Users can draw a digit on a canvas within the web interface, and the application predicts the digit.
Python