An open API service indexing awesome lists of open source software.

https://github.com/mahraibfatima/rudder

Wine Prediction end to end ML model
https://github.com/mahraibfatima/rudder

ml mlops predictor wine-quality

Last synced: 8 months ago
JSON representation

Wine Prediction end to end ML model

Awesome Lists containing this project

README

          

# Wine Prediction MLOps Project

## Overview
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.

## Key Features
- Automated CI/CD Pipeline
- Scalable Deployment
- Real-time Model Predictions

## Demo Video
[Watch the demo on YouTube](https://youtu.be/lkKLTN5dH40)

## Quick Start

1. **Create Environment:**

```bash
conda create -n mlproj python=3.8 -y
```

2. **Activate Environment:**

```bash
conda activate mlproj
```

3. **Install Dependencies:**

```bash
pip install -r requirements.txt
```

4. **Run Application:**

```bash
python app.py
```

5. **Access the Application:**

Open your browser and go to `0.0.0.0:8080`.