GitPedia

Rppg web

This is a web demo for camera-based PPG sensing (rPPG).

From ubicomplab·Updated June 20, 2026·View on GitHub·

This respository is a web form demo for the research paper [Multi-Task Temporal Shift Attention Networks for On-Device Contactless Vitals Measurement](https://papers.nips.cc/paper/2020/file/e1228be46de6a0234ac22ded31417bc7-Paper.pdf). The paper has been accepted to NeurIPS 2020 (Oral, Top 1%). The project is written primarily in TypeScript, first published in 2020. Key topics include: computer-vision, contactless, deeplearning, health-sensing, healthcare.

A Web Demo for Camera-Based Physiological Sensing

This respository is a web form demo for the research paper Multi-Task Temporal Shift Attention Networks for On-Device Contactless Vitals Measurement. The paper has been accepted to NeurIPS 2020 (Oral, Top 1%).

You may visit here to checkout our python source code.

Demo

Try out our live demo via link here.

Instructions:

  1. Please allow the camera access
  2. Place your face centered the red square
  3. The result will be shown after 30 seconds.

Run in local

First, install the pacakges:

bash
npm install

Then, run the development server:

bash
npm run dev # or yarn dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying pages/index.js. The page auto-updates as you edit the file.

Contributors

Showing top 3 contributors by commit count.

View all contributors on GitHub →

This article is auto-generated from ubicomplab/rppg-web via the GitHub API.Last fetched: 6/29/2026