./face_attendance


Real-Time Face Attendance System

Personal project · Computer Vision

The problem

Traditional attendance tracking (roll calls, sign-in sheets) is slow, error-prone, and hard to audit at scale.

Approach

Built a face recognition-based attendance system:

  1. Detects and recognizes faces in real time from a camera feed
  2. Logs attendance automatically with timestamps
  3. Identifies individuals against an enrolled face database

Stack

  • Face detection + recognition pipeline
  • Real-time video processing

Outcome

Automated real-time identification and attendance logging — removing the manual overhead of tracking who’s present.


[ screenshots + repo link coming soon ]