WorkFlows 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
Git Command git add .
git commit -m "Updated"
git push origin main
How to run? conda create -n chest python=3.8 -y conda activate chest pip install -r requirements.txt python app.py