{% extends "base.html" %}
{% block title %}AI Medical Intelligence Pipeline — Dashboard{% endblock %}
{% block head %}
{% endblock %}
{% block content %}
Clinical-grade CT scan analysis powered by deep learning — with Grad-CAM visualisation,
automated triage, and exportable PDF reports.
AI Medical Intelligence
Pipeline for CT Analysis
Upload single or batch DICOM scans (.dcm / .zip) for AI-powered hemorrhage screening with Grad-CAM heatmap visualisation.
Upload files →Browse {{ stats.total }} screening report{{ 's' if stats.total != 1 }} with confidence bands, triage actions, and Grad-CAM heatmaps.
View reports →{{ log_count | default(0) }} inference trace{{ 's' if (log_count | default(0)) != 1 }} recorded
{% endif %}Calibration metrics and band analysis
System architecture and methodology
Upload a .dcm file or a .zip batch. Single slices or full series are both supported.
A calibrated deep-learning model scores each slice for ICH probability.
Gradient-weighted class activation maps highlight regions driving the prediction.
An auto-generated PDF report with findings, confidence bands, and triage action.