Skip to content

A simple Pygame based MNIST digit recognition board.

Notifications You must be signed in to change notification settings

KodeYash/BoardMNIST

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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. 😄

About

A simple Pygame based MNIST digit recognition board.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 97.8%
  • Python 2.2%