Spaces:
Runtime error
Runtime error
A newer version of the Gradio SDK is available:
6.6.0
metadata
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
pip install -r requirements.txt
python app.py