'''bash conda create -n chest python=3.8 -y '''
'''bash conda activate chest '''
'''bash pip install requirements.txt '''
'''bash python app.py '''
- update config.yaml
- 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
- dvc init
- dvc repro
- dvc dag