Train a simple CNN for handwritten digit classification.
-
Clone this repository.
-
Install the dependencies.
pip install -r requirements.txt
See MNIST_handwritten_digit_classification.ipynb
-
To open a whiteboard, run:
python main.py
-
Draw using your mouse, press
DEL
to clean the board.