Skip to content

anandakrishnankb/attendance-using-face-recognition-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Face Recognition-Based Attendance System

This is a Python-based Face Recognition Attendance System that allows you to take attendance by recognizing the faces of registered students. It provides a graphical user interface (GUI) for easy interaction. The system utilizes OpenCV for face recognition and Tkinter for the GUI.

Features

  • Register students by capturing their faces.
  • Save student profiles for attendance tracking.
  • Take attendance by recognizing registered students.
  • View attendance records in a user-friendly table.

Getting Started

Prerequisites

  • Python (3.6 or higher)
  • OpenCV
  • Tkinter
  • pandas
  • numpy
  • pillow (PIL)

Installation

  1. Clone the repository:

    git clone https://github.com/yourusername/face-recognition-attendance-system.git
    cd face-recognition-attendance-system

Installation of Packages

pip install opencv-python-headless pip install numpy pip install pandas pip install pillow

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages