POSTURE ALERT

Posture Alert is a python app that alerts you if you lean forward from a pre-calibrated position.

It uses OpenCV for face distance estimation. On starting the app asks the user to maintain a comfortable posture for 2s. If the user leans forward by more than 1.2 times(can be changed), the app alerts by sending a notification.

The app's GUI has been made using PyQT5.

REQUIREMENTS

  • Python3
  • OpenCV
  • PyQT5

INSTALLATION

Run pip3 install opencv-python pyqt5

USAGE

Run python3 posture.py

Sit upright in a comfortable position and click calibrate.

The app will notify if you are too clos to the screen.