FaceAttend is a minor project for the final year of my MCA course work. It is an attendance management software that harnesses the power of ML and AI (in a broad sense) to record attendance using Facial Recognition. It is built upon Python and uses OpenCV library to recognise faces from live video feed or even a picture.
- Manual Attendance
- Automatic Attendance
- Update Attendance (Manually)
FaceAttend is developed with the help of a number of references from the Internet:
FaceAttend requires Python v3.7+ to run.
Once installed, run the following commands in your system shell to install necessary packages:
$ pip install opencv-contrib-python
$ pip install opencv-python
$ pip install numpy
MIT
Is it free? Hell yeah!