Facial Recognition Attendance System This is a Python script for a simple facial recognition attendance system implemented in a Google Colab environment. The system captures images from a webcam, performs facial recognition, and updates attendance in a CSV file.
Prerequisites Before running the script, make sure you have the following installed:
Python (>=3.6) OpenCV face_recognition Google Colab
File Structure facial_recognition_attendance.ipynb: The main script implemented in a Jupyter notebook. new_images/: Directory containing images for training the facial recognition model. attendance.csv: CSV file to store attendance data. the link to the video can be found here https://youtu.be/mBMuvVHUx6g