This is a Python-based Face Recognition Attendance System that allows you to take attendance by recognizing the faces of registered students. It provides a graphical user interface (GUI) for easy interaction. The system utilizes OpenCV for face recognition and Tkinter for the GUI.
- Register students by capturing their faces.
- Save student profiles for attendance tracking.
- Take attendance by recognizing registered students.
- View attendance records in a user-friendly table.
- Python (3.6 or higher)
- OpenCV
- Tkinter
- pandas
- numpy
- pillow (PIL)
-
Clone the repository:
git clone https://github.com/yourusername/face-recognition-attendance-system.git cd face-recognition-attendance-system
pip install opencv-python-headless pip install numpy pip install pandas pip install pillow