What problem does it solve?
After running Medical AI inference (such as NV-Generate CT runs), engineers need a safe, reproducible way to record parameters, quality metrics, and provenance in MLflow without leaking patient identifiers or uploading unapproved medical images.
Core Features & Use Cases
- Sanitized Evidence Export: Mirrors an existing inference result or evidence pack into MLflow with automatic redaction of secrets, patient identifiers, and raw paths.
- Quality Metrics & Reproducibility: Logs HU statistics, intensity SNR, mask foreground percentage, RNG seed, config digests, and recipe hashes for engineering verification.
- Controlled Artifact Policies: Supports metadata-only, preview (PNG slices), and full raw NIfTI upload policies, with explicit confirmation required for live medical artifact uploads.
- Use Case: After an NV-Generate CT inference run completes, preview the export in dry-run mode, review the sanitized parameters and metrics, then log the evidence to a Databricks MLflow workspace with approved slice previews.
Quick Start
Ask your agent to preview what this inference evidence pack would send to MLflow by running the export script in dry-run mode against your result JSON or evidence pack directory.