This project implements a face recognition system using Python, OpenCV, and MySQL. The system allows users to register their faces, train the model, and recognize faces in real-time. It also supports attendance tracking by exporting recognized profiles to an Excel file.
- Real-time face detection and recognition.
- User registration with name and ID.
- Attendance tracking with Excel export.
- Model training using collected face images.
- Python 3.x
- OpenCV
- NumPy
- MySQL Connector
- Pillow
- OpenPyXL