https://github.com/z-fran/pushuptracker
AI-powered push-up tracker and posture corrector.
https://github.com/z-fran/pushuptracker
pose-detection pose-estimation push-up-counter-with-python pushup-counter
Last synced: about 2 months ago
JSON representation
AI-powered push-up tracker and posture corrector.
- Host: GitHub
- URL: https://github.com/z-fran/pushuptracker
- Owner: Z-Fran
- Created: 2025-03-15T02:44:15.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-16T06:08:10.000Z (about 1 year ago)
- Last Synced: 2025-10-20T11:09:32.825Z (8 months ago)
- Topics: pose-detection, pose-estimation, push-up-counter-with-python, pushup-counter
- Language: Python
- Homepage:
- Size: 31.7 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PushUpTracker
An AI-powered push-up tracker and posture corrector using AI pose detection technology.
With just one camera and one mirror, this tool helps ensure proper push-up posture. Position the camera at your side and the mirror in front of you, following the demo video for best results.
https://github.com/user-attachments/assets/21e98c03-a971-4738-911a-5ec8480348e2
## Install and run
1. install dependencies
```
pip install -r requirements.txt
```
2. Run the script
```
python run.py
```
## References
- [openvino_movenet_multipose](https://github.com/geaxgx/openvino_movenet_multipose)