Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 461 Bytes

File metadata and controls

16 lines (12 loc) · 461 Bytes

NLP Tutorial

My code while following this kaggle tutorial

Setup

  1. Download data files from here and unzip into the data/ directory

  2. Install packages

python3 -m venv ~/venvs/nlp
. ~/venvs/nlp/bin/activate
pip install -r requirements.txt

Questions?

@thoolihan