Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 343 Bytes

File metadata and controls

20 lines (13 loc) · 343 Bytes

epygone

A very naive epigone and consumer of books.

System-wide requirements

  • python >= 3.2
  • docker for serving

Setup

cd src
pip install -r requirements.txt
python -c "import nltk; nltk.download('punkt')"  # Download the NLTK data

DEMO

You can see epygone in action here