Workout Manager is a pose detection application that uses Python, OpenCV, and MediaPipe to count exercise reps. It's capable of identifying different stages of reps and can calculate angles between various body landmarks during the workout.
Uses following libraries:
- OpenCV for image and video processing.
- MediaPipe for pose detection.
- Numpy for numerical operations.
- Math and time libraries from Python's standard library.