Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 548 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 548 Bytes

MNIST-classification

Train a simple CNN for handwritten digit classification.

Prerequisites

  1. Clone this repository.

  2. Install the dependencies.

    pip install -r requirements.txt

Training

See MNIST_handwritten_digit_classification.ipynb

Testing

  • To open a whiteboard, run:

    python main.py
  • Draw using your mouse, press DEL to clean the board.

screenshot