Project on retrieving and visualizing data for grape varieties. Long term goal is to train models for pairing wine with food.
- 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.