/nlp_classification

Primary LanguageJupyter Notebook

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