You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A Python GUI application using OpenCV and Tkinter to capture student faces, train a recognition model, and mark attendance automatically in Excel/CSV format.
⚠️ Critical Fix:
The code contains a hardcoded file path.
Before running:
Locate haarcascade_frontalface_default.xml on your system (or download it).
Open the script and replace the long path in harcascadePath with the correct path to your XML file.
About
A Python desktop application using OpenCV and Tkinter to capture student faces, train a recognition model, and mark attendance automatically in Excel/CSV format.