🫀 PPG Heart-Rate Estimation API

Estimates heart rate (bpm) from a wrist PPG signal + 3-axis accelerometer, using a small 1D CNN trained on the public PPG-DaLiA dataset. Wearable sensor data → actionable health metric.

curl -X POST .../predict -H "Content-Type: application/json" -d @example_payload.json

Validation MAE ≈ 12 bpm (held-out subjects); naive baseline ≈ 24 bpm.