CoolFace
Apppublic

404personnotfound/demo_heartRateTHR_api

sourceHugging Faceupdated 8mo agoView on Hugging Face
0likes
App README

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:

json
{
  "heart_rate": 85
}