Required non-python packages:
dos2unix
To install the required python packages run:
pip install -r src/requirements.txt
The original datasets are located in the data directory. They are registered as git submodules.
To retrieve them, you must init and update them:
git submodule init
git submodule update