Skip to content

In this project, I harnessed pose detection to real-time track correct exercise movements through a web application. Experience enhanced exercise guidance with data-driven monitoring

License

Notifications You must be signed in to change notification settings

meysamraz/smart_exercise-mediapipe-streamlit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Smart Exercise

In this application we are using Mediapipe for detecting sports movement gestures and opencv for webcam reading and StreamLit for creating the Web Graphical User Interface (GUI)

Overview

alt Text

Using the key points that we extract from the MediaPipe and calculating the Angle between keypoints, we can detect the movements and with a few conditions we can track them Three moves are detected, you can enter the number you want to do that move and the program detects how many times you did that move to reach the desired number , This App can Track Three movement (side raises, standing_cruls, squats)

Run The Project

Install Libraries

pip install -r requirements.txt

Run

streamlit run home_page.py

Libraries used in the project

About

In this project, I harnessed pose detection to real-time track correct exercise movements through a web application. Experience enhanced exercise guidance with data-driven monitoring

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages