- Update config.yaml
- Update secrets.yaml [Optional]
- Update params.yaml
- Update the entity
- Update the configuration manager in src config
- Update the components
- Update the pipeline
- Update the main.py
- Update the dvc.yaml
- app.py
Clone the repository
https://github.com/lokeshdubey2001/Kidney-desease-classification
conda create -n cnncls python=3.8 -y
source activate cnncls
pip install -r requirements.txt