- 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 main
conda create -n venv python=3.8 -y
conda activate venv/
pip install -r requirements.txt
python app.py
MLFLOW_TRACKING_URI=https://dagshub.com/201812009/chest_diseases_classification_using_deep_learning.mlflow \
MLFLOW_TRACKING_USERNAME=--------------
MLFLOW_TRACKING_PASSWORD=--------------
python script.py