Chris Clifford - 09/01/2021
Drexel CS 615
All code is published to https://github.com/CrCliff/psa-dataset.
All dependencies are listed in requirements.txt. Please use a virtualenv as follows:
$ python -m venv env
$ source env/scripts/activate
$ pip install -r requirements
$ python main.py sc
$ python main.py pr
$ jupyter lab
Then open eval.ipynb and code away!