vu0018/my-pose-estimation-space
0
Human Pose Estimation with MediaPipe (Hugging Face Space)
This project uses Google MediaPipe Pose to detect human body landmarks and calculate body extension angles (like elbow, knee, etc.).
Features
- Upload a video
- Detect human pose
- Visualize skeleton overlay
- Calculate joint angles (e.g., elbow)
Run Locally
pip install -r requirements.txt
python app.py
