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-recommenderfolder - Run
pip install -r requirements.txtto install all dependencies. - Run
python manage.py runserverto start the application. - Open a web browser and go to
localhost:8000/searchengineor127.0.0.1:8000/searchengineto use the application.
