c-dacanay / nanogenmo

10 stars 2 forks source link

NANOGENMO for Computational Approaches to Narrative

Entry for NANOGENMO 2020, yeet yeet

Authors

Christina Dacanay

Emily Zhao

Sylvan Zheng

Setup

Highly suggest using venv:

python3 -m venv .venv
source .venv/bin/activate

Install packages:

pip install -r requirements.txt