Spaces:
Runtime error
Runtime error
File size: 665 Bytes
a00fee9 | 1 2 3 4 5 6 7 8 9 10 11 12 13 | # 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 | |