Wine recommendation system using machine learning.
Create a virtual environment and install the dependencies.
python -m venv venv
source venv/bin/activate
pip install -r requirements.txtTo check outdated dependencies, run:
pip-reviewTo update outdated dependencies, run:
pip-review --local --interactiveTo start the web app, run (in chat-app folder):
flask runWine data is fetched from Label Your Data. Raw file: winemag-data-130k-v2.csv
Wine food pairing data is fetched from Wolfram Wine Food Pairing by installing the Wolfram language.