This folder contains documentation and assets for CI/CD and workflow automation.
ci-cd.yml— Main pipeline: linting, tests (3.9–3.11), security scans, Docker build/pushtrain-model.yml— Manual model training + MLflow registration + artifact uploadmonitor-model.yml— Scheduled Evidently monitoring, issue creation on alertsdeploy-service.yml— Canary deployment flow for the web service
See workflows/README.md for detailed job breakdown and triggers.
register_model.py— Register a trained model in MLflow Model Registrygenerate_model_card.sh— Produce a Markdown model card with run metadata
PERMISSIONS_SETUP.md— explains required GitHub permissions for dispatching workflows (PAT)SETUP_COMPLETE.md— summary of the configured pipelineCICD_QUICKREF.md— quick commands and common tasks