- python2 and python3 (and respective pip)
- Create a virtualenv in the root directory (
virtualenv -p /usr/bin/python2.7 venv
) - Active the virtualenv (
source venv/bin/activate
) - Install requirements (
pip install -r requirements.txt
) - Run initialize script (
bash init.sh
) - Download all data files and unpack into
data
directory - Run main script (
python main.py
)
- Run the script
eval.py