- Python 3.6 installed
- Jupyter notebook
Anaconda takes care of all of these
- Clone this repository
- Download the training data from: http://goren.ml/pdnlp
- Extract it to
data/
- Make sure all the requirements are installed
pip3 install -r requirements.txt
- Launch Jupyter by running
cd notebooks; jupyter notebook
in your terminal