cjer / nlp_classification

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:Jupyter Notebook 98.3%Language:Python 1.7%