aimbot7/retinaface-haazir-api
0
๐ RetinaFace-R50 Face Detection API
This Space provides face detection for the Haazir attendance system using RetinaFace-R50.
๐ Features
- Detects 80+ faces in classroom photos
- Returns 512-dimensional face embeddings for verification
- Provides bounding boxes and confidence scores
- Processing time: ~200ms on T4 GPU
๐ Usage
Via Web Interface
- Upload a classroom photo
- View detected faces with bounding boxes
- Get JSON results with embeddings
Via API
curl -X POST https://YOUR_USERNAME-retinaface-haazir-api.hf.space/api/predict \
-H "Content-Type: application/json" \
-d '{"data": ["base64_encoded_image_here"]}'