Skip to content

gitgem890/Attendance-System-Face-Recognition

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Attendance System Face Recognition

This repository contains the code and the steps for the implementation of attendance management system using open CV.

Project Description

The Attendance System is a Python-based application that uses OpenCV for face recognition to record attendance. This project simplifies the attendance tracking process by automating the task using facial recognition technology.

Features

  • Real-time face detection and recognition.
  • Store attendance data in a CSV file.
  • Cross-platform compatibility (Windows, macOS, Linux).
  • Easy setup and configuration.

Getting Started

Prerequisites

Before running the project, make sure you have the following dependencies installed:

  • Python 3.x
  • OpenCV
  • face_recognition
  • Numpy
  • Pandas

You can install Python dependencies using pip:

pip install opencv-python face_recognition numpy

Usage:

step 1 - Clone the repository to your local machine:

git clone https://github.com/gitgem890/Attendance-System-Face-Recognition.git

step 2- Navigate to the project directory:

cd Attendance-System-Face-Recognition

step 3 - Run the main script:

python3 Attendance_Tracker.py

Thanks to the OpenCV and face_recognition communities for their valuable contributions.

Happy coding! :)

About

Attendance System

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages