Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/designer-rxk/project-bak
Bachelor's thesis
https://github.com/designer-rxk/project-bak
application artificial-intelligence firebase human-pose-estimation python
Last synced: 7 days ago
JSON representation
Bachelor's thesis
- Host: GitHub
- URL: https://github.com/designer-rxk/project-bak
- Owner: designer-rxk
- Created: 2022-04-13T15:33:11.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-06-09T14:07:59.000Z (over 2 years ago)
- Last Synced: 2023-08-11T05:05:06.355Z (over 1 year ago)
- Topics: application, artificial-intelligence, firebase, human-pose-estimation, python
- Language: Python
- Homepage:
- Size: 1.58 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# project-bak
To `run` install dependencies
- Set up your Firebase credentials by adding a auth-python-firebase-admin.json and adding your Firebase certificate on line #16
- An alternative is to delete Login credential check or by adding a `callWorkout()` on line #129
Then run `main.py`
-----
It uses Python 3.10 as an interpreter
-----
This project supports 4 exercises:
- Strength training:
- Bicep Curl
- Overhead Press
- Yoga poses:
- Warrior Pose
- Downwards facing dog Pose-----
## Guidelines for each exercise:
Guidelines for the bicep curl exercise:
- Recommended position against the camera: With the user facing the camera, as it is shown in the illustration
- Recommended distance from the camera: 1.5 to 5 meters
- Recommended exercise speed: Slower relative to the user's average
- Recommended room lighting: Greater than ~ 400 lux
- Recommended user clothing: It does not matter
- Recommended number of people per frame: Not relevantGuidelines for the overhead press exercise:
- Recommended position against the camera: With the user facing the camera, as it is shown in the illustration
- Recommended distance from the camera: 1.5 to 10 meters
- Recommended exercise speed: Slower relative to the user's average
- Recommended room lighting: Does not matter
- Recommended user clothing: Does not matter
- Recommended number of people per frame: Not relevantGuidelines for the warrior pose exercise:
- Recommended position against the camera: With the right or left side facing the camera, as it is shown in the illustration
- Recommended distance from the camera: 1.5 to 5 metersGuidelines for the downwards facing dog pose exercise:
- Recommended position against the camera: With the right or left side facing the camera, as it is shown in the illustration
- Recommended distance from the camera: 1.5 to 5 meters-----
Feel free to use this code for your own purposes
-----
This project was inspired by Nicholas Renotte's project https://github.com/nicknochnack/MediaPipePoseEstimation