Attendance System using Facial Recognition

Created as part of mini project at Cochin University, India

Requirements

Install numpy

sudo apt-get install python-numpy

Install OpenCV

sudo apt-get install libopencv-dev python-opencv

Install SQLite3

pip install pysqlite

To run, use command line 'python ui.py'

  • Initailly train the system using option 1 (Mark the attendance).

The face detection and recognition part is explained in detail here

This project is done by amaljoseph, irksomeorangutan, Kishan Chand and Amal Satheesh.