Dashboard
Enter a patient's clinical measurements to estimate heart-disease risk.
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.