Important
Currently in development!
This project implements a face-based attendance system using Python, OpenCV, and a graphical user interface (GUI). It leverages facial recognition technology to automate the process of recording attendance, making it efficient and user-friendly.
- Real-Time Facial Recognition: Captures and recognizes faces using OpenCV.
- User-Friendly GUI: Built with Tkinter for easy navigation and interaction.
- Attendance Recording: Automatically records attendance based on recognized faces.
- Data Storage: Saves attendance records in a structured format for easy retrieval and analysis.
- Multi-User Support: Can manage attendance for multiple users with unique IDs.
- Python
- OpenCV
- Tkinter
- NumPy
- Pandas (for data handling)
- Clone the repository:
git clone https://github.com/yourusername/face-attendance-system.git