This project detects faces in a webcam feed, matches them against known faces, and marks attendance in an Excel sheet.
- Prepare a directory named
known_faces
containing images of known faces. - Each image should be named after the corresponding student ID.
- Run
python3 test-image.py
to find faces in the test image, or runpython3 test-video.py
to find faces from webcam. - Press 'q' to exit the program.