This repository contains all work relating to the UvA FACT 2021 course. Our main report is in reports/report.org (or reports/report.pdf).
Fire up a python3.8 virtualenvironment and install the requirements accordingly:
pip install -r requirements.txtAdd a .env file in the root directory of this project with the following
values defined:
PROJECT_DIR=/path/to/this/project
DATA_DIR=/path/to/this/project/data
MODELS_DIR=/path/to/this/project/models
RESULTS_DIR=/path/to/this/project/results
FIGURES_DIR=/path/to/this/project/figuresTo get the data, make sure to have DATA_DIR set in your .env and run
bash scripts/get_all.shTo reproduce our results, see produce_results.org (or produce_results.pdf).