CoolFace
Apppublic

vu0018/my-pose-estimation-space

sourceHugging Faceupdated 1y agoView on Hugging Face
0likes
App README

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