Skip to content

Latest commit

 

History

11 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MNIST Classifier

A python flask web server that provides real-time classification of hand-drawn digits.

Install/Download

Clone this repo and change directory into it

git clone https://github.com/mdhvg/MNIST-classifier
cd MNIST-classifier

Create a python virtual environment (optional)

python -m venv .env
source .env/bin/activate

Install dependencies

pip install -r requirements.txt

Usage

Run the flask server

python main.py

Open the webpage on 127.0.0.1:5000 and Draw!

Screnshot of Mnist Classifier

About

MNIST classifier app with live prediction updates

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages