Spaces:
Running
Running
title: MediaPipe Pose Estimation | |
emoji: ๐๏ธ | |
colorFrom: blue | |
colorTo: green | |
sdk: gradio | |
sdk_version: 4.36.1 | |
app_file: app.py | |
pinned: false | |
# 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 | |
```bash | |
pip install -r requirements.txt | |
python app.py | |