- 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 add .
git commit -m "Updated"
git push origin mainconda create -n chest python=3.8 -yconda activate chestpip install -r requirements.txtpython app.pyMLFLOW_TRACKING_URI=https://dagshub.com/entbappy/Chest-Disease-Classification-from-Chest-CT-Scan-Image.mlflow \
MLFLOW_TRACKING_USERNAME=entbappy \
MLFLOW_TRACKING_PASSWORD=6824692c47a369aa6f9eac5b10041d5c8edbcef0 \
python script.pyexport MLFLOW_TRACKING_URI=https://dagshub.com/entbappy/Chest-Disease-Classification-from-Chest-CT-Scan-Image.mlflow
export MLFLOW_TRACKING_USERNAME=entbappy 
export MLFLOW_TRACKING_PASSWORD=6824692c47a369aa6f9eac5b10041d5c8edbcef0
- dvc init
 - dvc repro
 - dvc dag