docker pull priteshtadvi/wine-quality-image:latest
https://huggingface.co/spaces/pritesh29/Wine-Quality-Prediction
- Update config.yaml
- Update schema.yaml
- Update params.yaml
- Update the entity
- Update the configuration manager in src config
- Update the components
- Update the pipeline
- Update the main.py
- Update the app.py
Clone the repository
git clone https://github.com/pritesh2000/Wine_Quality_Prediction
cd Wine_Quality_Prediction
virtualenv env
# for bash
source env/scripts/activate
or
# for command prompt
env\scripts\activate
pip install -r requirements.txt
python app.py
Open up your localhost:8080 (make sure the port has not been used before).
Now app can run using trained data and predict the result