Skip to content

deepanshu03091995/chest_diseases_classification_using_deep_learning

Repository files navigation

chest_diseases_classification_using_deep_learning

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 venv python=3.8 -y
conda activate venv/
pip install -r requirements.txt
python app.py
MLFLOW_TRACKING_URI=https://dagshub.com/201812009/chest_diseases_classification_using_deep_learning.mlflow \
MLFLOW_TRACKING_USERNAME=--------------
MLFLOW_TRACKING_PASSWORD=--------------
python script.py

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published