From 2df32ddc93c142e56a36d6fe7ca78a8f7502cf2f Mon Sep 17 00:00:00 2001 From: Philipp Rouast Date: Fri, 14 Jun 2024 15:11:50 +0200 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9c95cf4..140df59 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # heartbeat-js: Video-based pulse rate monitoring in JavaScript +**News: Try out [VitalLens](https://apps.apple.com/us/app/vitallens/id6472757649), my new free iOS app implementing a modern rPPG model based on AI. We also have an [API](https://www.rouast.com/api/) with a [Python Client](https://github.com/Rouast-Labs/vitallens-python) which uses the same AI model. Find out more at [https://www.rouast.com/vitallens](https://www.rouast.com/vitallens/) and [https://www.rouast.com/api](https://www.rouast.com/api/).** + This is a simple JavaScript implementation of rPPG, a way to measure the pulse rate without skin contact. It uses a live feed of the face to analyse subtle changes in skin color. @@ -26,4 +28,4 @@ See also my [C++ implementation](https://github.com/prouast/heartbeat) and [YouT License ---- -GPL-3.0 \ No newline at end of file +GPL-3.0