/digitiser

Draw a digit with your digit. Data61 work experience students’ project.

Primary LanguageJavaScript

digitiser

Draw a digit with your digit. Data61 work experience students’ project.

This was a basic introduction to Python, deep learning, and git. It was completed by @Grace338, @gtht4242, and @Tina12345678 who were work experience students at Data61 in 2018.

Set up

You need to have Python 3 and pip installed on your computer. Set up a virtual environment and install the dependencies:

virtualenv venv
source venv/bin/activate
pip install -r requirements.txt

Running

Run the debugging server with python app.py. You should now be able to access it at http://localhost:5000.