Dipping my toe in some deep learning
This is not my work at all! All is read/copy/past from here: https://www.digitalocean.com/community/tutorials/how-to-build-a-neural-network-to-recognize-handwritten-digits-with-tensorflow
python3 -m venv tensorflow-demo
source tensorflow-demo/bin/activate
pip install -r requirements.txt
python main.py