-
This Web App predicts whether a wine is of low, medium or high quality. It takes quantity of alcohol, sulphur, volatile acidity, citric acid as input from the user and predicts the quality.
-
To run the app locally. Follow the steps:
- Download the code as ZIP file and extract it.
- Open terminal/command prompt inside the folder.
- Run
pip install -r requirements.txt
- Run
python app.py
- Put the url in browser
-
Notebook file and dataset is present inside static folder for reference.
-
To view the deployed model, visit the following link: https://anuragunnikannan.pythonanywhere.com
-
Here is a preview of the web app: