https://github.com/ronylpatil/mlflow-pipeline
Built an E2E MLFlow Pipeline & hosted on AWS.
https://github.com/ronylpatil/mlflow-pipeline
mlflow-tracking model-registry model-serving
Last synced: about 1 year ago
JSON representation
Built an E2E MLFlow Pipeline & hosted on AWS.
- Host: GitHub
- URL: https://github.com/ronylpatil/mlflow-pipeline
- Owner: ronylpatil
- License: mit
- Created: 2024-03-06T19:26:38.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-07T06:45:29.000Z (about 2 years ago)
- Last Synced: 2025-03-27T06:34:37.302Z (about 1 year ago)
- Topics: mlflow-tracking, model-registry, model-serving
- Language: Python
- Homepage:
- Size: 950 KB
- Stars: 1
- Watchers: 1
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
MLflow Pipeline
==============================
Built E2E ML Pipeline with MLflow & AWS.
## Workflow
## Blogs
- Part I - [Streamline ML Workflow with MLflow - I](https://medium.com/towards-artificial-intelligence/streamline-ml-workflow-with-mlflow%EF%B8%8F-part-i-60857cd511ed)
- Part II - [Streamline ML Workflow with MLflow - II](https://medium.com/towards-artificial-intelligence/streamline-ml-workflow-with-mlflow-ii-daa8d50016f7)
- Part III - [Configure DVC with Amazon S3 Bucket](https://medium.com/towards-artificial-intelligence/configure-dvc-with-amazon-s3-bucket-f6d57cd242d4)
- Part IV - [Deploy MLflow Server on EC2 Instance](https://medium.com/towards-artificial-intelligence/deploy-mlflow-server-on-amazon-ec2-instance-b53d5eb3c4f3)
## Installation
1. Clone the repository.
2. Install dependencies using `pip install -r requirements.txt`
## Folder Structure
- `/.github`: Contains CI/CD workflow file.
- `/.dvc`: Contains configuration files of DVC
- `/data`: Stores raw and processed data.
- `/log`: Store the logs.
- `/src`: Contains the source code files.
- `/prod`: Production files.
- `/tests`: Testing files.
## Dataset
- Download the dataset from [here](https://www.kaggle.com/datasets/yasserh/wine-quality-dataset).
---
Project based on the cookiecutter data science project template.