Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel
Integration:  dvc git github
6a5604f8d1
stop tracking artifacts\data_ingestion\Chest-CT-Scan-data
2 weeks ago
554196c0c6
ci-cd added
2 weeks ago
554196c0c6
ci-cd added
2 weeks ago
774dd5a4e4
data ingestion component added
3 weeks ago
774dd5a4e4
data ingestion component added
3 weeks ago
46019a4456
jenkins added
2 weeks ago
774dd5a4e4
data ingestion component added
3 weeks ago
554196c0c6
ci-cd added
2 weeks ago
src
46019a4456
jenkins added
2 weeks ago
46019a4456
jenkins added
2 weeks ago
46019a4456
jenkins added
2 weeks ago
6a5604f8d1
stop tracking artifacts\data_ingestion\Chest-CT-Scan-data
2 weeks ago
554196c0c6
ci-cd added
2 weeks ago
46019a4456
jenkins added
2 weeks ago
d4fbdd206d
Initial commit
2 months ago
8960b6ae07
prediction added
2 weeks ago
46019a4456
jenkins added
2 weeks ago
46019a4456
jenkins added
2 weeks ago
46019a4456
jenkins added
2 weeks ago
8960b6ae07
prediction added
2 weeks ago
46019a4456
jenkins added
2 weeks ago
e1511df1d1
evaluation
2 weeks ago
46019a4456
jenkins added
2 weeks ago
e1511df1d1
evaluation
2 weeks ago
46019a4456
jenkins added
2 weeks ago
774dd5a4e4
data ingestion component added
3 weeks ago
dab5e74931
folders created by template.py
2 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

Chest-Disease-Classification-from-Chest-CT-Scan-Image

Workflows

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

Live matarials docs

link

Git commands

git add .

git commit -m "Updated"

git push origin main

How to run?

conda create -n chest python=3.8 -y
conda activate chest
pip install -r requirements.txt
python app.py

Mlflow dagshub connection uri

MLFLOW_TRACKING_URI=https://dagshub.com/entbappy/Chest-Disease-Classification-from-Chest-CT-Scan-Image.mlflow \
MLFLOW_TRACKING_USERNAME=entbappy \
MLFLOW_TRACKING_PASSWORD=6824692c47a369aa6f9eac5b10041d5c8edbcef0 \
python script.py
MLFLOW_TRACKING_URI=https://dagshub.com/rabinsth1111/mlflow-experiment.mlflow \
MLFLOW_TRACKING_USERNAME=rabinsth1111 \
MLFLOW_TRACKING_PASSWORD=6c7718d139061f44a2fce62dc018a7ac25fe9552 \
python script.py

RUN from bash terminal

export MLFLOW_TRACKING_URI=https://dagshub.com/entbappy/Chest-Disease-Classification-from-Chest-CT-Scan-Image.mlflow

export MLFLOW_TRACKING_USERNAME=entbappy 

export MLFLOW_TRACKING_PASSWORD=6824692c47a369aa6f9eac5b10041d5c8edbcef0

DVC cmd

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

remove git tracking

git rm -r --cached artifacts git commit -m "stop tracking artifacts"

Tip!

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

About

No description

Collaborators 1

Comments

Loading...