Skip to content

This is an interactive MNIST app where user can draw a digit and the program will make a prediction using a CNN trained on MNIST dataset.

Notifications You must be signed in to change notification settings

vuk119/Interactive-MNIST-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Interactive-MNIST-app

This is an interactive MNIST app where user can draw a digit and the program will make a prediction using a CNN trained on MNIST.

Requirements are: numpy, matplotlib, scipy, opencv, tensorflow

To run the app just run GUI.py.

Features

Currently the app is able to make a prediction, show what the input looks like and show top 3 predictions. The app is not sensitive neither to the position nor to the size of a digit. It always isolotes the digit first and prepare to be in a similar format to the ones in the training set.

Note: The goal of this app is not the design so there has not been much attention to that.

DEMO

About

This is an interactive MNIST app where user can draw a digit and the program will make a prediction using a CNN trained on MNIST dataset.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages