A face recognition attendance system is a computerized system that uses facial recognition technology to capture and record employee attendance. This system works by using a camera to capture an image of an person's face, and then analyzing that image to verify the person's identity. If the system recognizes the person, it will record their attendance for that day in a CSV File.
Note
We use Face_Recognition module to deploy this
Uses index.html in templates and style.css in static folders for rendering
- app.py for running the server
- A subprocess called from main file for parallel process execution


