Kidney-Disease-Classification-MLflow-DVC

workflows

  1. update config.yaml
  2. update secrets.yaml [optinal]
  3. update params.yaml
  4. update the entity
  5. update the configuration manager in src config
  6. update teh components
  7. update the pipeline
  8. update the main.py
  9. update teh dvc.yaml
  10. app.py

How to run?

...

steps:

  1. Clone the repo
https://github.com/Goodnight77/Goodnight77-Kidney-Disease-Classification-MLflow-DVC

...

step 01- create a conda environment after openning the repo

conda create -n cnncls python=3.8 -y
conda activate cnncls

STEP 02- install the requirements

pip install -r requirements.txt