An open API service indexing awesome lists of open source software.

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.

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)