This is a simple python application that uses a neural network to predict the number drawn on a canvas. Also, it shows the probabilities of each number and the features maps of the neural network.
Install the requirements:
pip install -r requirements.txtTrain the neural network:
python -m mnist_cnn.trainRun the application:
python ./main.py