This project demonstrates the deployment of a machine learning model for wine quality prediction. Using MLOps practices, we've automated the workflow from data preprocessing to model deployment.
- Automated CI/CD Pipeline
- Scalable Deployment
- Real-time Model Predictions
-
Create Environment:
conda create -n mlproj python=3.8 -y
-
Activate Environment:
conda activate mlproj
-
Install Dependencies:
pip install -r requirements.txt
-
Run Application:
python app.py
-
Access the Application:
Open your browser and go to
0.0.0.0:8080
.