Chest-Disease-Classification-from-Chest-CT-Scan-Image
Data link
- 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 chest python=3.8 -y
pip install -r requirements.txt
MLFLOW Dags Hub Connection URI
MLFLOW_TRACKING_URI=https://dagshub.com/JunaidARahat/Chest-Disease-Classification-from-Chest-CT-Scan-Image.mlflow \
MLFLOW_TRACKING_USERNAME=JunaidARahat \
MLFLOW_TRACKING_PASSWORD=ae3ac0903c1cf1d1779e5037cb9b17f98f664ebb \
python script.py
export MLFLOW_TRACKING_URI=https://dagshub.com/JunaidARahat/Chest-Disease-Classification-from-Chest-CT-Scan-Image.mlflow
export MLFLOW_TRACKING_USERNAME=JunaidARahat
export MLFLOW_TRACKING_PASSWORD=ae3ac0903c1cf1d1779e5037cb9b17f98f664ebb