Model01
Metadata-Only Baseline
~75% binary accuracy
Dense network using seven patient/context features, designed as a baseline and fallback when waveform data are unavailable.
Clinical AI Research Project
A multi-label ECG diagnostic system trained on PTB-XL with metadata fusion and 1D CNN modeling to predict five clinically relevant superclasses.
89%
Peak Binary Accuracy
21K+
ECG Records
12
Standard Leads
5
Diagnostic Outputs
The training pipeline is designed as a reproducible clinical ML workflow that combines metadata processing with signal-based deep learning.
PTB-XL is a large-scale, publicly available ECG corpus with expert annotations suitable for supervised diagnostic modeling.
| Superclass | Clinical Meaning | Records |
|---|---|---|
| NORM | Normal ECG | 9,528 |
| MI | Myocardial Infarction | 5,486 |
| STTC | ST/T Change | 5,250 |
| CD | Conduction Disturbance | 4,907 |
| HYP | Hypertrophy | 2,655 |
Waveform format: 12-lead clinical ECG recordings. Model input supports both metadata-only and dual-input (metadata + signal) inference modes.
Model01
~75% binary accuracy
Dense network using seven patient/context features, designed as a baseline and fallback when waveform data are unavailable.
Model02 (Recommended)
~89% binary accuracy
Dual-branch architecture combining metadata embedding with deep temporal signal features. This is the strongest-performing configuration.
Model03
~87% binary accuracy
Extends Model02 with augmentation policies (windowing + noise) to evaluate resilience under signal variation.
The deployment page embeds the hosted Streamlit interface for direct testing with ECG files and metadata. It is configured for demonstration and educational review.
Launch Live Demo Page