This repository contains code for a Flask web application that predicts yoga poses in images using machine learning models. It includes a YOLO model for keypoint detection and a custom PyTorch model for classification.
- Upload an image of a yoga pose to predict the pose.
- View the predicted pose along with the image.
git clone https://github.com/AyushD95/Yoga-Pose_Predict.git
As it is not trained you will need to provide data use below kaggele dataset download the dataset and extract it to git cloned folder named Yoga-Pose_Predict extract it in new folder name it as Data .
https://www.kaggle.com/datasets/tr1gg3rtrash/yoga-posture-dataset
cd Yoga-Pose_Predict
pip install -r requirements.txt
python app.py
http://localhost:5000
If you find this project interesting or useful feel free to connect with me on LinkedIn for more updates and projects.