Download pre-trained GloVe vectors:
wget http://nlp.stanford.edu/data/glove.840B.300d.zip -O data/embeddings/glove.840B.300d.zip unzip glove.840B.300d.zip
Download data sets from Kaggle into the same directory.
Install dependencies:
pip install -r requirements.txt
Download all NLTK packages:
python -m nltk.downloader all