Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel
d1eadff896
prediction added
1 month ago
d7f97413c6
script added
1 month ago
b203f4748c
prepare base model added
1 month ago
3a8405b151
prediction added
1 month ago
3a8405b151
prediction added
1 month ago
3a8405b151
prediction added
1 month ago
d7f97413c6
script added
1 month ago
src
3a8405b151
prediction added
1 month ago
cd9cfec455
ui added
1 month ago
a3cd96888b
jenkins added
1 month ago
d1eadff896
prediction added
1 month ago
c9827a594b
data ingestion notebok added
1 month ago
3df31a2a35
Initial commit
1 month ago
3a8405b151
prediction added
1 month ago
cd9cfec455
ui added
1 month ago
2b628e3bc3
trials added
1 month ago
a3cd96888b
jenkins added
1 month ago
a3cd96888b
jenkins added
1 month ago
3a8405b151
prediction added
1 month ago
3a8405b151
prediction added
1 month ago
cd9cfec455
ui added
1 month ago
9646cefecc
Model evaluation with mlfow added-error fixed
1 month ago
9646cefecc
Model evaluation with mlfow added-error fixed
1 month ago
4eff579746
added requirements
1 month ago
3a8405b151
prediction added
1 month ago
4eff579746
added requirements
1 month ago
286685e97a
folder structure 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

Chest-Disease-Classification-From-Chest-CT-Scan

To activate python environment using bash

source chest/Scripts/activate

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/ReshmaChikate5/Chest-Disease-Classification-From-Chest-CT-Scan.mlflow \
MLFLOW_TRACKING_USERNAME=ReshmaChikate5 \
MLFLOW_TRACKING_PASSWORD=96c75beb6b32b3a1e411de33eabe748e722be036 \
python script.py

RUN from bash terminal

export MLFLOW_TRACKING_URI=https://dagshub.com/ReshmaChikate5/Chest-Disease-Classification-From-Chest-CT-Scan.mlflow

export MLFLOW_TRACKING_USERNAME=ReshmaChikate5 

export MLFLOW_TRACKING_PASSWORD=96c75beb6b32b3a1e411de33eabe748e722be036

Execute above 3 commands on git bash

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

Chest disease classification from chest Ct scan images

Collaborators 1

Comments

Loading...