{% extends "base.html" %}
{% block title %}AI Medical Intelligence Pipeline — Execution Logs{% endblock %}
{% block content %}
Inference execution traces recorded by Execution Logs
blackbox-recorder.
Each upload generates a human-readable .txt report and
a machine-parseable .json trace.
| # | Timestamp | Image ID | Size (KB) | Actions |
|---|---|---|---|---|
| {{ loop.index }} | {{ entry.timestamp }} | {{ entry.image_id }} |
{{ entry.size_kb }} | {% if entry.txt_file %} TXT {% endif %} {% if entry.json_file %} JSON {% endif %} |
Upload and screen a DICOM file to generate the first inference trace.
Upload a Scan