A subset of the materials used in a project for CS231N at Stanford advised by Jennifer Pan and Han Zhang.
#run the following
$ virtualenv -p python3 .env
# On bash
$ source .env/bin/activate
# Then run to install
$ pip install -r requirements.txt
# install tensorflow as below or using the appropriate package from https://www.tensorflow.org/install/
$ pip install tensorflow
# if using a mac u may need to install "pip install PyQt5" to make matplotlib work