The COVID-19 pandemic is a major health crisis that has changed the life of millions globally. In this global pandemic era, where everything has become "online", we have created a solution to reduce the mental stress and improve physical health of people.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
- Python should be installed
- . venv/bin/activate for Windows
- venv\Scripts\activate for MacOS
pip install flask
pip install mediapipe
$ flask run
* Running on http://127.0.0.1:5000/ (Press CTRL+C to quit)
- User selects a yoga plan that fits their needs.
- User is taken to a webpage with all the details about the plan selected
- User clicks on the pose of their preference
- User logs in to their account to keep track of their progress
- App provides instructions on how to execute the pose
- Once ready, the user performs the pose
- Video is automatically processed in real time using OpenCV, an open-source, deep learning library which detects the keypoints using mediapipe.
- Feedback is provided to the user on how they can safely improve their pose in real time