Skip to content

monalisa123pradhan/wine-recommender

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

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

About

predicting wine scores from text description

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 100.0%