strava is a Python implementation of the TDT4225 Assignment 2 for fall 2021.
Install git lfs if not already installed.
brew install git-lfs
git lfs install # setup git lfs
Clone the repository.
git clone https://github.com/simenojensen/TDT4225_Assignment_2.git
Unzip the dataset.zip
file.
See tdt4225.yml
for python packages. For installation with conda
:
conda env create -f tdt4225.yml
cd TDT4225_Assignment_2/strava
python main.py