Description: Developed a Python-based system that captures faces through the webcam, recognizes individual & records attendance automatically. It generates daily CSV files with attendance records, eliminating the need for manual tracking.

Packages Imported: opencv (for image pre - procesing), face-recognition (for face recognition), datatime (for date and time in the attendance).

Algorithm:
Support Vector Machine(SVM).

Image Detection: Histogram of Oriented Gradients(HOG).

Cloning the repository

--> Clone the repository using the command below:

git clone https://github.com/Mohanad014/Face_Recognition-Attendance/

--> Install the requirements:

pip install -r requirements.txt