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
2 months ago
e5a161e90a
CI/CD applied
2 months ago
16fa759e44
report updated
2 months ago
3c99e445cf
data link url added
3 months ago
65524a9dbd
model added
2 months ago
22766c74d3
prediction pipeline corrected
2 months ago
src
dfbeff48f5
corrections
2 months ago
22766c74d3
prediction pipeline corrected
2 months ago
5e2b09057d
app.py modified
2 months ago
763f3a1db9
gitignore updated
3 months ago
c859bd0346
dockerfile modified
2 months ago
8cd0186063
modifications
2 months ago
56fd6e420e
app.py modified
2 months ago
5 months ago
7a378dba2e
dvc.lock added
2 months ago
65afa44439
dvc.yaml modified
2 months ago
b7913cb4de
model registry
5 months ago
dfbeff48f5
corrections
2 months ago
1c73dbf3db
vgg16 checked
3 months ago
b6e1e9e308
prediction pipeline corrected
2 months ago
bbb34060c7
requirements added
5 months ago
8cd0186063
modifications
2 months ago
c39613bc42
setup added
5 months ago
68464d47fe
template added
5 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
https://drive.google.com/file/d/18uXV88Z3PjWkYib-dKHVMr55VrqiiFrl/view?usp=drive_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...