Skip to content

Simple program which uses MNIST-trained model to predict a written digit.

Notifications You must be signed in to change notification settings

michaelhhogue/digitguesser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DigitGuesser

Simple program which uses an MNIST-trained model to predict some drawn digit. Model is trained to 97% accuracy with test samples.
This project was simply to teach myself about PyTorch and creating GUIs in python.

How to use

Run python3 digitguesser.py

When prompted, enter the file name of the trained model (model.pt).
A GUI will appear which will allow you to draw a digit and have the model guess which digit it is.

About

Simple program which uses MNIST-trained model to predict a written digit.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages