Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 308 Bytes

File metadata and controls

14 lines (11 loc) · 308 Bytes

About

This the code, which I used in my presentation in PyCon Finalnd 2016.

Dependencies

  • scikit-learn
  • scikit-image
  • flask
  • NumPy
  • SciPy
  • matplotlib
  • May be something else as well :-)

To run flask app, run in the terminal export FLASK_APP=srv.py and then cd digits_classifier && flask run