This is the Jupyter Notebook where I do some research for an image rotator neural network.
Run docker-compose up
to start the Jupyter Notebook, then hit localhost:8888 in your browser with the token that it prints out.
You must intall tensorflow in the container and update numpy:
pip install --upgrade numpy
pip install tensorflow