Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 577 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 577 Bytes

BoardMNIST

A simple Pygame based MNIST digit recognition board.

Working

image

output

Requirements

python 3.6
pygame
keras + tensorflow (only for training your own model)
opencv

Usage

Just run whiteboard.py 😉

Additional

Here I have provided the jupyter notebook in which I have done my training of the model. The architecture is LeNet-1. You can use it to train your own model, or just use the pretrained one present in the /model folder. 😄