Use Chrome on Android for the best result. On first run, face models load from CDN and may take a few seconds.
Today attendance log
See each employee with photo, first in time, and latest out time for today.
| S.No. | Employee ID | Picture | Name | In Time | Out Time | Duration |
|---|
Enroll employee or student
Save a face template with class, department, and geofence settings. After admin login, templates are stored permanently in Postgres.
Capture five angles of the real employee, then save the face template.
Registration camera
Keep the employee visible here while capturing each angle.
Start camera from Live Attendance, then return here to capture employee images with the live stream visible.
Enrolled templates
Each record stores metadata plus five 128-value face descriptors instead of raw biometric images.
Attendance log
Every successful match creates a check-in entry with name, time, score, and status.
| Name | ID | Time | Score | Status |
|---|
Admin notes
This demo is front-end only. For production, connect it to a secure backend, encrypted template store, role-based access, and audit logs.