Note: Python 3.9 is required
- Install dependencies
pip install -r requirements.txt
- Configure path
export PYTHONPATH=${PYTHONPATH}:${pwd}
- Download the data
bash src/scripts/get_data.sh
- The results with comments are presented in file
report.ipynb
- The custom code is in
src
folder