Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 351 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 351 Bytes

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