REPMARO is a desktop fitness application that automatically counts exercise repetitions using computer vision.
It detects body movements through a webcam and tracks workout reps in real time.
- Real-time rep counting using pose detection
- Supports exercises like Bicep Curls, Push Ups, and Pull Ups
- Workout session tracking
- Progress and records system
- Clean PyQt desktop interface
- Python
- OpenCV
- MediaPipe
- PyQt5
Clone the repository:
git clone https://github.com/krish150520/REPMAR0.git
Install dependencies:
pip install -r requirements.txt
Run the application:
python main.py
Krish Sharma