Browse screening results, confidence bands, triage actions, and Grad-CAM visualizations from previous inference runs.
| # | Image ID | Date | Outcome | Cal. Prob | Band | Urgency | Grad-CAM | Report |
|---|---|---|---|---|---|---|---|---|
| {{ page_start + loop.index }} | {{ row.image_id }} | {{ row.date_display }} | {% if row.is_positive %} Positive {% else %} Negative {% endif %} | {{ '%.4f'|format(row.cal_prob) if row.cal_prob is not none else '—' }} | {{ row.band }} | {{ row.urgency }} | {% if row.gradcam_file %} {% else %} — {% endif %} | Open |
| No cases match your filters. | ||||||||