Spaces:
Runtime error
Runtime error
File size: 483 Bytes
aff20c5 cdcb4e6 aff20c5 7a25606 e7e1800 7a25606 2f76456 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 | ---
title: Sign Language Recognition
emoji: ✋
colorFrom: indigo
colorTo: purple
sdk: gradio
sdk_version: 5.49.1
app_file: app.py
pinned: false
---
# ✋ Sign Language Recognition – Gradio + MediaPipe
This Hugging Face Space uses:
- **MediaPipe Hands**
- **OpenCV**
- **Gradio webcam streaming**
It detects a hand and performs a **simple gesture classification** (“A” for thumb-up).
---
## 🚀 How to Run Locally
```bash
pip install -r requirements.txt
python app.py
|