Skip to content
/ slouchy Public
forked from nicluo/slouchy

Slouchy uses your webcam to check if you're slouching and alert you if you are. This project is still in active development and not feature complete.

License

Notifications You must be signed in to change notification settings

haarp/slouchy

 
 

Repository files navigation

Code Health

slouchy

Slouchy uses your webcam to check if you're slouching and alert you if you are. This project is still in active development and not feature complete.

Requirements

You need to install the following system-wide:

Debian Dependencies

On Debian-based distros the below apt-get should work:

apt-get install python3 python3-dev libqt5core* opencv-data libopencv-core2.4 libopencv-dev python-opencv

pip3 install -r requirements.txt

Mac Dependencies

python macPreInstall.py

OR

brew tap homebrew/science

brew install python qt pyqt opencv

pip install -r requirements.txt

Using

Tweak slouchy.ini to your liking.

Run python3 slouchy.py

Sit upright in front of your webcam.

While sitting upright, right click on the Slouchy icon in your system tray and choose setup.

Slouchy will now alert you if you're slouching

License

This software is released under the GNU GPL version 3 except for the haarscascade_frontalface_default.xml and haarcascade_eye.xml files which are released under the Intel License Agreement For Open Source Computer Vision Library

Disclaimer

This software is not intended to diagnose, cure, or prevent diseases in any way. No warranties are made or implied for its efficacy. It's simply a little program the author wanted and decided to share.

About

Slouchy uses your webcam to check if you're slouching and alert you if you are. This project is still in active development and not feature complete.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 99.5%
  • Shell 0.5%