# Scripts Operational and one-off utility scripts. Most are invoked manually or via `Makefile`/`dvc.yaml` targets. Run from the repository root. | Script | Purpose | |--------|---------| | `download_data.py` | Fetch fastText LID model, SemEval, and Amazon Hindi datasets | | `upload_models.py` | Push trained model artifacts to HuggingFace Hub | | `generate_notebooks.py` | Regenerate Colab notebook scaffolding | | `mlflow_ui.sh` | Launch the MLflow tracking UI | | `drift_monitor.py` | Evidently data-drift monitoring on live predictions | | `init_db.py` | Create database tables from the SQLAlchemy models |