This project integrates:
1. MediaPipe’s Posture Detection to capture human skeletal keypoints.
2. Biomechanical Analysis to evaluate posture in real-time, providing feedback on user alignment and joint angles.
Potential use cases include: 1. Physical therapy and fitness application 2. Ergonomic assessments
- Clone the repository:
git https://github.com/nirajkark07/posture_detection.git
- Create Conda Enviornment:
Create and activate conda enviornment.
conda create --name posture-env python=3.9
conda activate posture-env
Install Dependencies
pip install mediapipe opencv-python numpy
pip install torch torchvision
- Running the project:
In the main repository folder run:
python App.py