{% extends "base.html" %} {% block title %}Face Attendance - Secure Recognition Attendance{% endblock %} {% block content %}

Production-ready Flask application

Face Attendance

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

Built for controlled attendance workflows

01

Role-based staff access

Admins manage accounts, operators run attendance workflows, and viewers get read-only reports.

02

Face enrollment

Store multiple reference encodings per person while keeping recognition logic isolated in services.

03

Attendance kiosk

Capture a webcam snapshot, identify matches, and record check-in or check-out events from one screen.

04

Audit-friendly records

Attendance entries include the person, event type, timestamp, source, confidence, and staff user.

Architecture

Clean Flask structure with production defaults

{% endblock %}