Skip to content

anshuman-bit-code/School-attendence-python-aivision-opencv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Face Recognition Attendance System

This project is a Python-based Face Recognition Attendance System that uses OpenCV and face recognition to automatically mark attendance of students or employees.

Features

  • Detects and recognizes faces in real time.
  • Marks attendance with name, date, and time in a CSV file.
  • Prevents duplicate entries for the same person.
  • Simple and efficient for small-scale use.

Technologies Used

  • Python 3.x
  • OpenCV
  • face_recognition library
  • NumPy
  • CSV file handling

Setup Instructions

  1. Clone or download this repository.

  2. Install required dependencies:

    pip install opencv-python face-recognition numpy cvzone pyautogui
  3. Save the images of people whose attendance you want to track in the images folder.

  4. Run the main program:

  5. python attendenceproject.py

Attendance will be stored in attendence.csv.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages