/NUS-SPH6004-Assignment1

This repository contains the source code for all SPH6004 assignments.

Primary LanguageJupyter Notebook

NUS-SPH6004-Assignment 1

This repository contains the source code for NUS SPH6004 Assignment 1.

The assignment1 folder contains the dataset, source code, and the conda environment containing all the Python packages used to complete the assignment.

Make sure that Anaconda is installed on your PC.

To set up and activate the conda environment, run the following commands:

conda env create -f environment.yml
conda activate sph6004