This project attends the trainers in EVC based on their faces. Then document the attendance with date, time and image in Excel Sheet
EVC.Attendence.mp4
- Real-time face recognition using YOLOv4 model for face detection
- Comparison of detected faces with known face encodings
- Display of recognized student information in a GUI text area
- Ability to save recognized student information to an Excel file
Before running the face recognition application, make sure you have the following libraries installed:
- OpenCV
- NumPy
- face_recognition
- pandas
- tkinter (tk)
- Pillow (PIL)
- threading
- ultralytics
- pickle