vu0018's picture
Update README.md
e24d81c verified

A newer version of the Gradio SDK is available: 5.49.1

Upgrade
metadata
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

pip install -r requirements.txt
python app.py