The final version of our code is in this GitHub repository. Earlier in the project, we coded in this DeepNote (which is like Google Docs but for Jupyter Notebooks): DeepNote Link. Then, we moved our code from the DeepNote into this GitHub repository to form the current file structure (as described in the presentation), so our GitHub commit history is also not representative of our actual coding history since it doesn't include our DeepNote code history.
Here is the link to our Google Slides used in the presentation: Google Slides Link
# Install `virtualenv` using pip if not already installed
# In root directory of project
virtualenv venv
# activate virtual environment
source venv/bin/activate
# setup the project
python setup.py install