Link to the app: https://vinylbr-winequalitypredictionapp-app-f9qbpz.streamlit.app/
- Deploy trained ML model that predicts the quality of red and white wine
- Ensure usability for user who may be unfamiliar to jargon associated with features
- Allow the user to explore model predictions for different values of features using interactive elements like sliders
- streamlit
- numpy
- pandas
- sckit-learn
- matplotlib.pyplot
Wine quality data used from: https://archive.ics.uci.edu/dataset/186/wine+quality
A cleaner way to execute multi-page streamlit apps.
- Repository: ml_dashboard_streamlit, Publisher: Github, Author: sunny2309 [https://github.com/sunny2309/ml_dashboard_streamlit]
- https://docs.streamlit.io/