Contains the starter code for parts 1 and 2 of the CS 361 final project.
There are 2 options to run the code:
- use Google Colab online (highly recommended option)
- run each Python notebook locally with Anaconda or some other Python notebook application
If you've never used Anaconda before or don't know how to run Python notebooks locally, you can use Google Colab. It's a free online coding environment made by Google that lets you run Python notebooks. The files will be saved to Google Drive. To upload the files:
- Either do
git clone https://github.com/cs361-illinois/final-project
or download the files locally. - Go to Google Colab and sign in on any Google account.
- Whether you cloned the repository or downloaded the files locally, you can click
Upload
to upload each.ipynb
file one by one.
- You can go to Google Colab and click
GitHub
. Then enterhttps://github.com/cs361-illinois/final-project
as the URL. Then there should be 2 options for.ipynb
files to upload. Click on both of these links to upload them to Google Colab. - IMPORTANT: You MUST save each notebook by either going to
File -> Save a copy in Drive
or doing Ctrl-S and then clickingSave a copy in Drive
. Otherwise, the file will not be saved in your Google Drive and you will lose all your work once you exit the page.