/wine-recommender

predicting wine scores from text description

Primary LanguageJupyter Notebook

Predicting Wine Quality using Text Reviews

Accompanying Medium Article

Installing Dependencies

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