This codebase uses Python 3.7.9. Other versions may work as well.
Create a virtualenv (pyenv can help with this) and install the dependencies:
$ python -m venv env
$ source env/bin/activate
(env) $ pip install -r requirements.txt
You can download the data needed for this project from
this Google Drive link.
Download the dataset and change the path in the run.py
with the path of the dataset where it is downloaded