Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 914 Bytes

File metadata and controls

31 lines (21 loc) · 914 Bytes

Attendance System Using Face Recognition

This project is a simple face recognition-based attendance system implemented in Python using Tkinter for the GUI, OpenCV for image processing, and other libraries for additional functionality.

Features

  • Registration: Allows users to register new students by capturing and saving their images along with their ID and name.
  • Attendance: Enables marking attendance by recognizing faces and recording the date and time.
  • Password Protection: Provides a password-protected system to ensure security.

Prerequisites

Make sure you have the following installed:

  • Python (version 3.x)
  • OpenCV
  • Tkinter
  • NumPy
  • Pandas
  • Pillow

Install the required libraries using:

pip install opencv-python tkinter numpy pandas pillow

Contributors

Manak Jain
Tanmay Bharambe