yMayanand / Yoga-Pose-Classification

Yoga Pose Detection and classification using deep learning

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🧘 Yoga-Pose-Classification

Yoga Pose Detection and classification using deep learning In this project we use pretrained model by google to generate keypoints predictions of our custom dataset and then store those predictions and apply KNN algorithm to classify new Images.

Here i have used Google's MLKit app to create a custom pose classifier on my desired dataset. To create an app like this for yoga poses or exercises that you want then you have to collect images for that poses and follow this Mediapipe Colab tutorial to create ypur own app.

Usage

Just start a new project in android studio using start a new project using git option. This will clone this repo on your desktop and then just build and run the app on your phone.

After installing the app select LivePreviewActivity -> Pose Detection and the go to settings option and turn on Run Classification option to see your yoga poses being classified.

Screenshot from App installed on my phone

About

Yoga Pose Detection and classification using deep learning


Languages

Language:Java 65.6%Language:Kotlin 34.4%Language:Assembly 0.0%