A basic classification project to underscore the importance of production grade deployment lifecycle
- Update config.yaml
- Update params.yaml
- Update the entity
- Update the configuration manager in src config/configuration.py
- Update the components
- Update the pipeline
- Update the main.py which is the driver file
- Update the dvc.yaml
conda create -n chest python=3.10 -y
conda activate chest
pip install -r requirements.txt
python3 app.py