Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1018 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 1018 Bytes

Face Based Attendance System

Important

Currently in development!

Face-Based Attendance System

This project implements a face-based attendance system using Python, OpenCV, and a graphical user interface (GUI). It leverages facial recognition technology to automate the process of recording attendance, making it efficient and user-friendly.

Features

  • Real-Time Facial Recognition: Captures and recognizes faces using OpenCV.
  • User-Friendly GUI: Built with Tkinter for easy navigation and interaction.
  • Attendance Recording: Automatically records attendance based on recognized faces.
  • Data Storage: Saves attendance records in a structured format for easy retrieval and analysis.
  • Multi-User Support: Can manage attendance for multiple users with unique IDs.

Technologies Used

  • Python
  • OpenCV
  • Tkinter
  • NumPy
  • Pandas (for data handling)

Installation

  1. Clone the repository:
    git clone https://github.com/yourusername/face-attendance-system.git