This repository is for 10605 class project at CMU
Pipenv
- a python virtual environment and dependencies manager. Installation on OSX via homebrew
:
$ brew install pipenv
The setup.sh
script will unzip the dataset archive and install the python dependencies
$ ./setup.sh
$ pipenv run python ./src/test.py
or:
$ pipenv shell
$ python ./src/test.py
$ pipenv run python ./src/full.py
or:
$ pipenv shell
$ python ./src/full.py
$ pipenv run python ./src/full.py timing
or:
$ pipenv shell
$ python ./src/full.py timing
$ pipenv run python ./src/full.py plots
or:
$ pipenv shell
$ python ./src/full.py plots
Both tests take a long time to run. A long, long time. To monitor progress while running:
$ tail -f log.txt