Description: The exercise detection system combines OpenCV for video capture and processing, MediaPipe for accurate pose estimation, and a user-friendly interface built with CustomTkinter. It detects key body landmarks and calculates joint angles to assess exercise form, offering real-time feedback on performance. Users can select between push-ups and squats, with the system counting repetitions and providing guidance on maintaining proper posture. The project aims to enhance workout efficiency by making fitness training more interactive and accessible, ultimately promoting better exercise habits and reducing the risk of injury. Modules Required for use: OpenCV MediaPipe Custontkinker
Only one file to run the program: main.py