- This is "Decision-Tree" ML algorithm based "Wine-Quality-Prediction" WebApp which deployed on Heroku.
- In this Predictor, We can predict the quality of wine. it gives score between 0(Very Bad) - 10(Excellent).
- It simply works by :-
- 1)Filling some of the parameters of wine.
- 2)You can do batch prediction by simply giving the .CSV file.
- 3)You can download the results as well as you can Visualize some of the Statistics of your data.
- Application Link :- https://wine-quality-predicton.herokuapp.com/
Download this requirements.txt file & install.
- To install run :-
$ pip install -r requirements.txt



