Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel
5e2b09057d
app.py modified
1 month ago
e5a161e90a
CI/CD applied
1 month ago
9dde4ae76a
hld and prediction updated
3 weeks ago
ce3729516f
jenkins script added
6 days ago
3c99e445cf
data link url added
2 months ago
3eb3d20b15
EfficientnetB0 added
1 week ago
038f3086a9
colab added
6 days ago
src
e05953f7df
EfficientnetB0 added in prediction pipeline
1 week ago
22766c74d3
prediction pipeline corrected
1 month ago
7c4f6750fd
dockerignore added
1 week ago
5e2b09057d
app.py modified
1 month ago
763f3a1db9
gitignore updated
2 months ago
c859bd0346
dockerfile modified
1 month ago
8c81075a2a
data link added
1 week ago
6fd7adb993
app.py modified
6 days ago
4 months ago
ef2fb58eaf
docker-compose added
1 week ago
7a378dba2e
dvc.lock added
1 month ago
65afa44439
dvc.yaml modified
1 month ago
b7913cb4de
model registry
4 months ago
06312b54b2
image size (350,350) updated
3 weeks ago
1c73dbf3db
vgg16 checked
2 months ago
b6e1e9e308
prediction pipeline corrected
1 month ago
bbb34060c7
requirements added
4 months ago
8cd0186063
modifications
1 month ago
c39613bc42
setup added
4 months ago
68464d47fe
template added
4 months 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

End-to-End-Cancer-Classification-using-MLflow-DVC

step 1: create a virtual environment

conda create -p venv python=3.8 -y

step 2: install requirements

pip install -r requirements.txt

Step 3:

dagshub

dagshub

MLFLOW_TRACKING_URI=https://dagshub.com/tproma/End-to-End-Cancer-Classification-using-MLflow-DVC.mlflow MLFLOW_TRACKING_USERNAME=tproma MLFLOW_TRACKING_PASSWORD=7b4574af852ac4a1b1b6350935ca23e65d699d65 python script.py

export MLFLOW_TRACKING_URI=https://dagshub.com/tproma/End-to-End-Cancer-Classification-using-MLflow-DVC.mlflow
export MLFLOW_TRACKING_USERNAME=tproma
export MLFLOW_TRACKING_PASSWORD=7b4574af852ac4a1b1b6350935ca23e65d699d65

Workflows

  1. Update config.yaml
  2. Update secrets.yaml [Optional]
  3. Update params.yaml
  4. Update the entity
  5. Update the configuration manager in src config
  6. Update the components
  7. Update the pipeline
  8. Update the main.py
  9. Update the dvc.yaml

Kaggle Dataset

https://www.kaggle.com/datasets/mohamedhanyyy/chest-ctscan-images

link

cmd
  • mlflow ui

DVC cmd

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

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

About

No description

Collaborators 1

Comments

Loading...