Skip to content

This python program uses thinkter library as a GUI and trains the data using face recognition

Notifications You must be signed in to change notification settings

bharambetr2002/Attendance-using-face-recognition

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

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

About

This python program uses thinkter library as a GUI and trains the data using face recognition

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%