Spaces:
Sleeping
Sleeping
metadata
title: SmartFace Backend
emoji: 🤖
colorFrom: blue
colorTo: green
sdk: docker
pinned: false
SmartFace Attendance Backend
Face recognition backend for SmartFace attendance system using ResNet50 with ArcFace.
Features
- Face detection using MTCNN
- Face recognition using ResNet50 + ArcFace
- Attendance tracking
- CORS enabled for frontend integration
API Endpoints
GET /- API infoGET /health- Health checkPOST /recognize- Face recognitionPOST /mark-attendance- Mark attendanceGET /attendance- Get attendance recordsDELETE /attendance/<id>- Delete attendance record