W A Flask-based web app that uses real-time face recognition via a webcam to mark attendance with both Entry and Exit times. Attendance records are stored in an SQLite database, and the web interface streams the live video feed, allowing users to confirm recognized faces and mark attendance instantly.
A Flask-based web application that uses face recognition to mark attendance with Entry and Exit times.
opencv-python
)git clone https://github.com/sujit-codezen/face_attendance_system.git cd face-recognition-attendance
python -m venv venv # On Windows venv\Scripts\activate # On Unix or MacOS source venv/bin/activate
pip install -r requirements.txt
python main.py