{% extends "base.html" %} {% block title %}AI Medical Intelligence Pipeline — Dashboard{% endblock %} {% block head %} {% endblock %} {% block content %}
AI-Powered Screening

AI Medical Intelligence
Pipeline for CT Analysis

Clinical-grade CT scan analysis powered by deep learning — with Grad-CAM visualisation, automated triage, and exportable PDF reports.

Upload a Scan View Reports
{% if stats.total > 0 %}
Total Scans
0
Positive
0
Negative
0
Urgent
0
Positivity Rate
{{ '%.1f'|format(stats.pos_rate) }}%
Avg Cal. Prob
{{ '%.3f'|format(stats.avg_cal_prob) }}
{% endif %}

Quick Actions

Upload Scans

Upload single or batch DICOM scans (.dcm / .zip) for AI-powered hemorrhage screening with Grad-CAM heatmap visualisation.

Upload files →

Past Reports

Browse {{ stats.total }} screening report{{ 's' if stats.total != 1 }} with confidence bands, triage actions, and Grad-CAM heatmaps.

View reports →
{% if show_logs %}

Execution Logs

{{ log_count | default(0) }} inference trace{{ 's' if (log_count | default(0)) != 1 }} recorded

{% endif %}

Model Evaluation

Calibration metrics and band analysis

About

System architecture and methodology

How It Works

1

Upload DICOM

Upload a .dcm file or a .zip batch. Single slices or full series are both supported.

2

AI Inference

A calibrated deep-learning model scores each slice for ICH probability.

3

Grad-CAM Heatmap

Gradient-weighted class activation maps highlight regions driving the prediction.

4

Clinical Report

An auto-generated PDF report with findings, confidence bands, and triage action.

Medical Disclaimer: This is an AI-assisted screening tool and does not constitute a medical diagnosis. All findings must be reviewed and confirmed by a qualified medical professional before any clinical action is taken.
{% endblock %} {% block scripts %} {% endblock %}