An application that recommends wines to the user by relating keywords entered by the user to WineEnthusiast reviews.
- Make sure Python and pip are installed on your computer. If you're using Windows, check out https://github.com/BurntSushi/nfldb/wiki/Python-&-pip-Windows-installation.
- Navigate to the
wine-recommender
folder - Run
pip install -r requirements.txt
to install all dependencies. - Run
python manage.py runserver
to start the application. - Open a web browser and go to
localhost:8000/searchengine
or127.0.0.1:8000/searchengine
to use the application.