simar007's picture
Update README.md
2f76456 verified
---
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