This project implements a Face Attendance and recognition System using OpenCV in Python. The system captures faces through a webcam, recognizes the faces, and logs attendance.
- Face detection and recognition
- Real-time webcam feed
- Attendance logging
- Python
- OpenCV for face detection and recognition
- Tkinter for the graphical user interface
- Click "Log In" to log in with existing credentials.
- Click "Register" to register a new user.
- Follow on-screen instructions for capturing faces and logging attendance.
- main.py: Main script to run the application.
- util.py: Utility functions for GUI components.
- db/: Directory to store user face images for recognition.
If you'd like to contribute to this project, please fork the repository and create a pull request.