ubicomplab / rppg-web

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

Home Page:https://vitals.cs.washington.edu/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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:

npm install

Then, run the development server:

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.