Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel
MartinKalema 7ca0b3bd35
Training pipeline added
2 months ago
a81a449b9b
Project template created
2 months ago
fff9ec2334
started model trsining
2 months ago
2 months ago
7ca0b3bd35
Training pipeline added
2 months ago
src
2 months ago
a81a449b9b
Project template created
2 months ago
fd95346df0
Preparing base model
2 months ago
834511d8e1
Initial commit
2 months ago
7a9e9775ac
Data Ingestion
2 months ago
a81a449b9b
Project template created
2 months ago
3fb688476b
Data Ingestion and Base Model Preparation pipelines complete
2 months ago
4be559d8b2
Prepare base model experiments with jupyter
2 months ago
f54f58f7d8
Added linting and test tools
2 months ago
ce0ef9baaf
modularized data ingestion
2 months ago
a81a449b9b
Project template created
2 months ago
Storage Buckets

README.md

You have to be logged in to leave a comment. Sign In

End-to-End-Kidney-Disease-Classification-Using-MLflow-DVC

Tasks

  • Project template creation
  • Project setup and requirements installation
  • Logging, Utils and exception module
  • Project Workflows
  • All components notebook experiment
  • All components modular code implementation
  • training pipeline
  • MLflow (MLOps tool for experiments tracking and model registration)
  • DVC (MLOps tool for pipeline tracking and implementation)
  • Prediction pipeline and user app creation
  • Docker
  • Final CI/CD Deployment on AWS

Workflows

  • Update config.yaml
  • Update secrets.yaml [Optional]
  • Update params.yaml
  • Update the entity
  • Update the configuration manager in src config
  • Update the components
  • Update the pipeline
  • Update the main.py
  • Upddate the dvc.yaml
  • Update app.py

How to install

Clone the repository

git clone https://github.com/MartinKalema/Kidney-Disease-Classification-MLflow-DVC.git

Create a conda environment after opening the repository and activate it

conda create -n kidney python=3.8 -y
conda activate kidney

Install the requirements

pip install -r requirements.txt
Tip!

Press p or to see the previous file or, n or to see the next file

About

End to End Kidney Disease Classification

Collaborators 1

Comments

Loading...