404personnotfound/demo_heartRateTHR_api
0
Heart Rate Health Predictor API
This is a FastAPI-based demo for heart rate health prediction.
Usage
Send a POST request to /predict with a JSON body:
{
"heart_rate": 85
}This is a FastAPI-based demo for heart rate health prediction.
Send a POST request to /predict with a JSON body:
{
"heart_rate": 85
}