Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 262 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 262 Bytes

handwritten_digit_recognizer

Demo

https://ancient-lake-55083.herokuapp.com

Run in local with these command

pip install --upgrade virtualenv
virtualenv kerasenv
source kerasenv/bin/activate
pip install -r requirements.txt
python app.py