Skip to content

Predicts quality of wine based on quantity of alcohol, sulphur, volatile acidity and citric acid.

License

Notifications You must be signed in to change notification settings

anuragunnikannan/Wine_Quality_Prediction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wine Quality Prediction Web App

Python Flask sci-kit learn

  • 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:

    1. Download the code as ZIP file and extract it.
    2. Open terminal/command prompt inside the folder.
    3. Run pip install -r requirements.txt
    4. Run python app.py
    5. 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:

img

img>

  • Credits - Krish Naik, Stackoverflow, Flask Docs
  • License - GPL-3.0
  • About

    Predicts quality of wine based on quantity of alcohol, sulphur, volatile acidity and citric acid.

    Topics

    Resources

    License

    Stars

    Watchers

    Forks

    Releases

    No releases published

    Packages

    No packages published