This project utilizes Flask and MediaPipe to create a web application that analyzes various exercises performed by users using real-time pose detection. It includes functionalities such as counting repetitions and providing feedback on exercise form.
git clone https://github.com/Amman30/exercise
Navigate to the project directory:
pip install -r requirements.txt
flask run
Access the application through a web browser. Perform the desired exercise in front of the camera. Receive real-time feedback on exercise technique and repetition count.