This repository contains the code and the steps for the implementation of attendance management system using open CV.
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.
- Real-time face detection and recognition.
- Store attendance data in a CSV file.
- Cross-platform compatibility (Windows, macOS, Linux).
- Easy setup and configuration.
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
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
Happy coding! :)