PyCon2016 icon indicating copy to clipboard operation
PyCon2016 copied to clipboard

PyCon code and presentation

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