Tiamat-Tech / uprighthelper

To have a proper posture🪑, you need to stay upright while sitting. This website uses machine learning model to learn patterns 👣 in your posture and helps your back by keeping you in a proper posture.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

uprighthelper 🪑 🤖

Description:

To have a proper posture, you need to stay upright while sitting. This website uses machine learning model to learn patterns 👣 in your posture and helps your back by keeping you in a proper posture. This is acheived by warning you whenever you are not sitting upright with an alert sound and visual effects.

Running the website:

You can run the website on: https://aaryanporwal.github.io/uprighthelper/

OR

To run the website locally:

Just clone the repo and open index.html in your browser

  1. When asked by the browser, give permission to utilize the webcam.
  2. Sit in a proper position (upright) and click the Right Position button a few times. (15-20 is usually enough). Each time you press the button it captures an image and trains the machine learning algorithm with it. So to get good results, be sure to look at different parts of the screen, lean a bit to the right/left etc.
  3. Next, sit in a wrong position, (NOT upright) and click the Wrong Position button a few times. (15-20 is usually enough). Again, try looking at different parts of the screen, etc.
  4. After doing all these steps, you are ready to go. Leave the website open and it will warn you with sound/viusals whenever you start siting in a wrong posiiton. If you think it is not working accurately enough, try adding more right position/wrong position samples to train your model better.

Important Note:

Note that, this website does not send any data to the web. Everything happens locally, which means YOUR data stays in YOUR machine. Whenever you refresh the page, all the captured data vanishes.

TO-DO

  1. Improve the interface
  2. Refactor the code (use the big brain javascript I've been learning since 5 months)
  3. Migrate to the ✨beautiful✨ ml5.js (or Tensorflow.JS if able to dedicate more time)
  4. Make a browser extension?
  5. Can use the apple's widget API to make a really cool widget for this

License

uprighthelper is a Free Software, licensed under MIT License; see License.md for details.

About

To have a proper posture🪑, you need to stay upright while sitting. This website uses machine learning model to learn patterns 👣 in your posture and helps your back by keeping you in a proper posture.

License:MIT License


Languages

Language:HTML 47.0%Language:JavaScript 36.4%Language:CSS 16.6%