/wine_data

Project on retrieving and visualizing data for grape varieties. Long term goal is to train models for food pairing.

Primary LanguagePython

wine_data

Project on retrieving and visualizing data for grape varieties. Long term goal is to train models for pairing wine with food.

Libraries used

  • BeautifulSoup for scraping the data
  • NLTK for data processing, eliminating irrelevant words
  • Pandas

The scraper code was based on the previous structure of Winefolly's website. Check out scraper.py.