Skip to content

karolus-git/mnist-cnn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

A simple streamlit app to predict your digit!

Draw a digit and see the prediction made by the CNN model.

Screenshot

Installation

Install the dependencies by typing :

pip install -r requirements.txt

And run the streamlit app in your webbrowser, visible at http://localhost:8501 :

streamlit run mnist-cnn/stream.py