A python flask web server that provides real-time classification of hand-drawn digits.
Clone this repo and change directory into it
git clone https://github.com/mdhvg/MNIST-classifier
cd MNIST-classifierCreate a python virtual environment (optional)
python -m venv .env
source .env/bin/activateInstall dependencies
pip install -r requirements.txtRun the flask server
python main.pyOpen the webpage on 127.0.0.1:5000 and Draw!
