Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel
47986ded27
Stop tracking artifacts\data_ingestion\kidney-ct-scan-image with Git
1 week ago
3e0458c640
app yaml edited
1 week ago
5bd896d5e2
model_evaluation_added
1 week ago
28dee5af8f
dvc final added
1 week ago
88d620bb41
model trainer added
1 week ago
7b48d1445a
model added
1 week ago
25f12af00a
model added
1 week ago
5bd896d5e2
model_evaluation_added
1 week ago
src
25f12af00a
model added
1 week ago
f07033744b
app yaml added
1 week ago
88d620bb41
model trainer added
1 week ago
47986ded27
Stop tracking artifacts\data_ingestion\kidney-ct-scan-image with Git
1 week ago
28dee5af8f
dvc final added
1 week ago
25f12af00a
model added
1 week ago
28dee5af8f
dvc final added
1 week ago
6120de4e17
dvc added
1 week ago
88d620bb41
model trainer added
1 week ago
25f12af00a
model added
1 week ago
88d620bb41
model trainer added
1 week ago
5bd896d5e2
model_evaluation_added
1 week ago
5bd896d5e2
model_evaluation_added
1 week ago
176c4da7a3
requiremenets added
1 month ago
88d620bb41
model trainer added
1 week ago
28dee5af8f
dvc final added
1 week ago
176c4da7a3
requiremenets added
1 month ago
23f28d2633
folder structre added
1 month ago
Storage Buckets
Data Pipeline
Legend
DVC Managed File
Git Managed File
Metric
Stage File
External File

README.md

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

Kidney-Disease-Classification

How to run?

STEPS:

Clone the repository

https://github.com/AzizKorbi/Kidney-Disease-Classification/tree/main

STEP 01- Create a conda environment after opening the repository

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

MLflow

cmd
  • mlflow ui

dagshub

dagshub

MLFLOW_TRACKING_URI=https://dagshub.com/AzizKorbi/Kidney-Disease-Classification.mlflow MLFLOW_TRACKING_USERNAME=AzizKorbi MLFLOW_TRACKING_PASSWORD=5f77627c20b6fd4a3554a071d61ce51a044afb10 python script.py

Run this to export as env variables:


export MLFLOW_TRACKING_URI=https://dagshub.com/AzizKorbi/Kidney-Disease-Classification.mlflow

export MLFLOW_TRACKING_USERNAME=AzizKorbi 

export MLFLOW_TRACKING_PASSWORD=5f77627c20b6fd4a3554a071d61ce51a044afb10

DVC cmd

  1. dvc init
  2. dvc repro
  3. dvc dag

About MLflow & DVC

MLflow

  • Its Production Grade
  • Trace all of your expriements
  • Logging & taging your model

DVC

  • Its very lite weight for POC only
  • lite weight expriements tracker
  • It can perform Orchestration (Creating Pipelines)
Tip!

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

About

No description

Collaborators 1

Comments

Loading...