Skip to content

mehulraj19/yogasana-star

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

yogasana-star

This is project I have worked with my teammates in one of the courses in my college. Our simple objective was to motivate our peers to handle stress and other issues during Covid times using yoga at home.

Project Development

Technologies I have used:

  • FLask framework
  • SQL Database
  • MLP Classifier
  • Random Forest Classifier
  • SVC from svm
  • StandardScalar
  • Pipeline
  • Open-cv
  • front-end: HTML, Bootstrap, Custom CSS
  • Jinja for python in front-end

Working of the Project

  • open-cv for the data pre-processing and for showing results in case of webcam
  • Random forest Classifier model for image classification
  • SVC model from svm, used pipeline to first scale the parameters before giving them input for model training for image classification
  • Out of these models, I have preferred to use SVM since it has given me better accuarcy and then have used this for yoga pose detection via image and for scoring
  • MLP Classsifier model for yoga pose detection via webcam.
  • Simple HR-Net model for estimating the pose, used COCO model and it's weigts for pose detection
  • Flask framework for backend-web application and to be able to import models and implement in web-app
  • SQL Database in back-end
  • HTML, bootstrap, Custom CSS and Jinja for front-end

Run this project

For running this project, clone this project and then click here to access all the files for the yoga pose detection via webcam. Then you may need to install some of the libraries.
You can use the following command in Anaconda prompt or termial of your choice:-

pip install <LibraryName>

After you have installed all the libraries, you can simply run the app using this command in your terminal:

python run.py

you can copy the following URL and paste in your browser to see the webpage:

http://127.0.0.1:5000/

Future Works

I am working on the webcam page and making sure to have a better UI in that as well.

Credits

bbdavidbb

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published