Skip to content

This is an app that uses Computer Vision model to detect if you are sitting for more than 30 mins and calls you to remind you to get up and move

Notifications You must be signed in to change notification settings

DavidDeCoding/are-you-still-sitting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

are-you-still-sitting

IMAGE ALT TEXT HERE

This App takes input from a RTSP server can be IP Camera or just your iPhone and call you when you are sitting more than 30 mins at a stretch.

It has 2 main parts:

  1. Frontend App - This is a simple app that sits on your computer. Uses OpenCV and Pytorch to read from a RTSP stream (The chair under monitor), uses YoloV7 model to detect if you are sitting or not, and sends a request to the backend when the you sit down or get up.
  2. Backend - This another simple app that receives the sitting state from Frontend. And also starts and stops timer when you sit down, and when you go over 30 mins of sitting calls you using Twilio.

About

This is an app that uses Computer Vision model to detect if you are sitting for more than 30 mins and calls you to remind you to get up and move

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages