🤚 Hand/Arm Detection AI
🤚 Hand/Arm Detection AI
Upload an image or use your webcam to detect hands and arms.
Model: YOLOv8 trained on 1,740 images | Accuracy: 96.3%
API Access: Use Gradio's built-in API endpoints for programmatic access.
About
This model distinguishes between:
- Hands: Close-up views with visible fingers
- Arms: Forearm/elbow areas without fingers
- Neither: Images without hands or arms
API Usage
from gradio_client import Client
# Connect to the API
client = Client("https://huggingface.co/spaces/EtanHey/hand-detection-api")
# Make prediction
result = client.predict(
image="path/to/your/image.jpg",
api_name="/predict"
)
print(result)
Model Card
View the full model details at HuggingFace Model Hub