https://github.com/jcserv/postureai
PostureAI is an AI powered posture improvement web app that helps you maintain healthy posture while working. 1st Place in Best Use of Google Cloud @ UofT Hacks VIII
https://github.com/jcserv/postureai
computer-vision face-api react tensorflow typescript
Last synced: 5 months ago
JSON representation
PostureAI is an AI powered posture improvement web app that helps you maintain healthy posture while working. 1st Place in Best Use of Google Cloud @ UofT Hacks VIII
- Host: GitHub
- URL: https://github.com/jcserv/postureai
- Owner: jcserv
- License: mit
- Created: 2021-02-19T22:17:29.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-05-19T13:51:42.000Z (about 4 years ago)
- Last Synced: 2024-06-13T08:34:58.839Z (11 months ago)
- Topics: computer-vision, face-api, react, tensorflow, typescript
- Language: TypeScript
- Homepage: http://postureai.tech/
- Size: 5.54 MB
- Stars: 2
- Watchers: 1
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Contributors][contributors-shield]][contributors-url]
[![Stargazers][stars-shield]][stars-url]
[![Issues][issues-shield]][issues-url]
[![MIT License][license-shield]][license-url]
PostureAI
PostureAI analyzes your posture & notifies you in real-time!
Received 1st Place in Best Use of Google Cloud at UofTHacks VIII
View Demo
Table of Contents
## About The Project
With work-from-home becoming a way of life due to COVID-19, it can be easy to slump over while working resulting in back pain & long-term health effects.
PostureAI detects your posture on a regular intervals and helps correct it!### Built With
This project is comprised of two main parts: the face-calc library for posture analysis and the React frontend application.
The frontend is a static site, built with React and deployed using Firebase.
Face-calc:
- face-api
React:
- Chakra-UI
- react-webcam## Getting Started
This is an example of how you may give instructions on setting up your project locally.
To get a local copy up and running follow these simple example steps.### Prerequisites
- Node (frontend)
- yarn### Installation
```sh
yarn
yarn start
```Happy hacking!
## Usage
1. Enable webcam permissions
2. Get into an ergonomic position
3. Set the timer
4. Click calibrate!PostureAI will notify you if your posture changes negatively, allowing you to correct it quickly.
## License
Distributed under the MIT License. See `LICENSE` for more information.
## Contact
[Shahmeer Shahid](https://www.linkedin.com/in/shahmeer-shahid/) - [email protected]
[Lazar Lolic](https://www.linkedin.com/in/lazar-lolic-207779184/) - [email protected]
[Michael Phung](https://github.com/imphungky) - [email protected]
[Jarrod Servilla](https://www.linkedin.com/in/jarrod-servilla/) - [email protected]
[contributors-shield]: https://img.shields.io/github/contributors/jcserv/PostureAI
[contributors-url]: https://github.com/jcserv/PostureAI/graphs/contributors
[stars-shield]: https://img.shields.io/github/stars/jcserv/PostureAI
[stars-url]: https://github.com/jcserv/PostureAI/stargazers
[issues-shield]: https://img.shields.io/github/issues/jcserv/PostureAI
[issues-url]: https://github.com/jcserv/PostureAI/issues
[license-shield]: https://img.shields.io/github/license/jcserv/PostureAI
[license-url]: https://github.com/jcserv/PostureAI/blob/main/LICENSE