This project is a web application that allows users to upload images of handwritten digits and predicts the digit using a Convolutional Neural Network (CNN) trained on the MNIST dataset. The ...
This is a simple handwritten digit recognizer application, implemented with only Python language. Basically, I use Tensorflow to build the CNN classifier as the recognizer, and use Kivy to realize the ...