CT Scan Chest Cancer Classification using Deep learning, Transformers, mlflow, DVC, AWS
- Update config.yaml
- Update secrets.yaml [Optional]
- 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
- app.py
Clone the repository
git clone https://github.com/Prriyanshu9898/Chest-Cancer-Classification
python -m venv env
env\Scripts\activate
pip install -r requirements.txt
- mlflow ui
MLFLOW_TRACKING_URI=https://dagshub.com/Priyanshu9898/Chest-Cancer-Classification.mlflow
MLFLOW_TRACKING_USERNAME=Priyanshu9898
MLFLOW_TRACKING_PASSWORD=1dc505ed931b2af16eacead37f82f256c16d99fe
python script.py
Run this to export as env variables:
export MLFLOW_TRACKING_URI=https://dagshub.com/Priyanshu9898/Chest-Cancer-Classification.mlflow
export MLFLOW_TRACKING_USERNAME=Priyanshu9898
export MLFLOW_TRACKING_PASSWORD=1dc505ed931b2af16eacead37f82f256c16d99fe
- dvc init
- dvc repro
- dvc dag
MLflow
- Its Production Grade
- Trace all of your expriements
- Logging & taging your model
DVC
- Its very lite weight for POC only
- lite weight expriements tracker
- It can perform Orchestration (Creating Pipelines)