Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 450 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 450 Bytes

NLP classification workshop for beginners

Prerequisites

  1. Python 3.6 installed
  2. Jupyter notebook

Anaconda takes care of all of these

Installation steps

  1. Clone this repository
  2. Download the training data from: http://goren.ml/pdnlp
  3. Extract it to data/
  4. Make sure all the requirements are installed pip3 install -r requirements.txt
  5. Launch Jupyter by running cd notebooks; jupyter notebook in your terminal