It is malaria detection project using tensorflow classifier resent pretrained model. I will be using ci/cd , dvc and github actions for complete end to end project.
- Update config.yaml
- Update secrets.yaml
- Update params.yaml
- Update entity
- Update the configuration manager in src config
- Update the components
- Update the pipeline
- Update the main.py
- Update the dvc.yaml
Clone the repository
'''bash https://github.com/Ibrah-N/malaria-detecton-project-with-mlflow-dvc '''
...bash conda create -n cnncls python=3.8 --y '''
'''bash conda activate cnncls ...