CoolFace
Apppublic

aimbot7/retinaface-haazir-api

sourceHugging Faceupdated 9mo agoView on Hugging Face
0likes
App README

๐ŸŽ“ 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

  1. 1.Upload a classroom photo
  2. 2.View detected faces with bounding boxes
  3. 3.Get JSON results with embeddings

Via API

bash
curl -X POST https://YOUR_USERNAME-retinaface-haazir-api.hf.space/api/predict \
  -H "Content-Type: application/json" \
  -d '{"data": ["base64_encoded_image_here"]}'