Role-based staff access
Admins manage accounts, operators run attendance workflows, and viewers get read-only reports.
{% extends "base.html" %} {% block title %}Face Attendance - Secure Recognition Attendance{% endblock %} {% block content %}
Production-ready Flask application
A secure attendance platform for enrolling people, identifying faces at a kiosk, and reviewing check-in and check-out history with role-based staff access.
Capabilities
Admins manage accounts, operators run attendance workflows, and viewers get read-only reports.
Store multiple reference encodings per person while keeping recognition logic isolated in services.
Capture a webcam snapshot, identify matches, and record check-in or check-out events from one screen.
Attendance entries include the person, event type, timestamp, source, confidence, and staff user.
Architecture