Checking backend…

Dashboard

Enter a patient's clinical measurements to estimate heart-disease risk.

Patient information

Enter raw clinical measurements. Optional measurements may be left blank — the model imputes missing values server-side.

Patient details

Basic demographic information.

years
Sex

Medical history

Symptoms and presentation.

Fasting blood sugar > 120 mg/dL
Exercise-induced angina

Clinical & diagnostic measurements

From blood tests, ECG and exercise stress testing.

mm Hg
mg/dL
bpm
mm

Raw values are sent exactly as entered. All imputation, encoding and scaling happens in the backend pipeline.

Backend status

Live status of the FastAPI inference service and the loaded model.

Checking the prediction service…

About this model

How the risk estimate is produced.

A Random Forest classifier, trained on the UCI heart-disease dataset (920 patients), is served by the FastAPI backend. The raw values you enter are imputed, encoded and scaled inside the serialized pipeline — none of that happens in the browser.