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
Efficient yoga pose estimation is a critical enabler for enhancing precision and performance in wellness and fitness applications. Advancements in computer vision and machine learning are driving remarkable progress in this domain.
This project recommends seven tailored asanas based on a user's health conditions. Additionally, our yoga pose estimator detects incorrect postures for improved form.
Yoga-Pose_Predict is a Flask web app for predicting yoga poses in images. It uses YOLO for keypoint detection and a custom PyTorch model for classification. Users can upload an image to view the predicted pose.
This is a Yoga Pose Estimation App which can be able to detect the yoga pose in real time by using posenet and KNN Classifier. Here the dataset used is custom data set which consists of 3 videos for representing 3 different postures. It is deployed in heroku. One Thing to be noted i.e this will work correctly for all mobile and edge devices.