Skip to content

codepirateAd/DigitRecognizer-Using-CNN-GUI-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DigitRecognizer-Using-CNN-GUI-Python

Created with the help of pygame

Steps to use Digit Recognizer using GUI python

  1. Run the project.py file using terminal or command prompt (as the result will be shown in the command line)
  2. Use Left Mouse button to draw over the GUI canvas
  3. Press SPACEBAR to predict the number
  4. Press BACKSPACE to clear the canvas

Files-

  1. project.py - contains the GUI code
  2. model.py - contains the code used to train the model using CNN
  3. trainedmodel.py - loads already trained model and predicts the input data
  4. digitreg.h5 - the trained model

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages