The report is published online at: https://wandb.ai/piperunner/ntnu-si-assignment-3/reports/NTNU-SI-Assignment-3--VmlldzoyOTIxMDEy
The Github repository for the code is available at: https://github.com/Pipe-Runner/ntnu-si-assignment-3
The project structure is as follows:
notebooks
- holds all the jupyter notebooks associated with the project. They are numbered in the order they are meant to be read.reports
- holds all the HTML exports from the notebooks mentioned above.data
- holds the data supplied for the assignment.docs
- holds the original documents supplied for the assignment by the teacher.scripts
- helper scripts to manage environments and start the notebook.
Run the following command from the project root directory.
chmod 777 ./scripts/*
This will grant execution permission to helper scripts.
Then you can use the following script to create the environment needed to run the notebook.
./scripts/restore-environment.sh
Followed by the following script to start the project.
./scripts/start-project.sh
The report is available locally in the docs
folder as mentioned above.
It is also available online as mentioned at the stating of the page.