You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
While working out, it can be challenging to accurately count bicep reps in real-time without losing focus. Tracking errors and miscounts often occur, especially when performing repetitive exercises. This can affect workout efficiency and progress tracking
Describe the solution you'd like
A Python-based program that uses OpenCV and Mediapipe to count bicep reps in real-time via a webcam feed. The program should:
Detect arm movements using Mediapipe's pose detection capabilities.
Calculate angles at the elbow to identify valid reps.
Display the remaining reps from a pre-defined target count on the screen.
Provide a live video feed with visual overlays to guide users.
Indicate completion with a motivational message.
Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
While working out, it can be challenging to accurately count bicep reps in real-time without losing focus. Tracking errors and miscounts often occur, especially when performing repetitive exercises. This can affect workout efficiency and progress tracking
Describe the solution you'd like
A Python-based program that uses OpenCV and Mediapipe to count bicep reps in real-time via a webcam feed. The program should:
Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered: