Skip to content
/ PTA Public
forked from subs001/PTA

Physiotherapy assisstant to aid in performing physical exercises

Notifications You must be signed in to change notification settings

AadityaH24/PTA

 
 

Repository files navigation

PTA

Physiotherapy assistant to aid in performing physical exercises

This project makes use of the OpenPose posture tracking library to track movements performed in two separate video feeds, one realtime and the other a chosen video of the exercise the user wishes to follow along with.

The tkinter python library was used to develop a basic GUI to allow the user to interface with our software. The user can select the directory to load the videos from, after which they can choose the video to play. This then opens up the realtime video stream, and the user can observe how well they are performing the exercise.

image

A score is output which reperesents the similarity between the two people performing the exercises. This has been done based on cosine similarity. img1

We have also implemented a check to determine whether the correct body parts are being used for the exercise. This ensurest that the user performs it in the same manner as done in the reference video. img2

At the end of the exercise, the user can view a graph containing the summary of their scores over time. Score

About

Physiotherapy assisstant to aid in performing physical exercises

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 99.0%
  • Python 1.0%