Spaces:
Running
Running
File size: 713 Bytes
d75b44a 9e294ff |
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 31 |
---
title: Hand Gesture Detection Api
emoji: π
colorFrom: pink
colorTo: indigo
sdk: gradio
sdk_version: 5.25.2
app_file: app.py
pinned: false
short_description: hand_gesture_detection_api
---
# Hand Gesture Recognition API
A hand gesture recognition API built with FastAPI and Gradio, deployed on Hugging Face Spaces.
## Features
- REST API endpoint for gesture recognition
- Interactive web UI for testing
- Recognizes 16 different hand gestures
## API Usage
Send a POST request with an image file to `/api/predict` to get gesture predictions.
## Web Interface
Access the web interface directly at the Hugging Face Space URL.
## Deployment
This application is configured to run on Hugging Face Spaces. |