Authors: Harsh Agrawal, Saketh Maddamsetty, Sayak Chakrabarti, Bholeshwar Khurana, Lakshay Tyagi
This project was developed during the Summer of Code 2018, IIT Kanpur. The project was based on making a Django based WebApp for seamless detection of attendance via Face Detection. Azure Face Api was used to detect faces captured by the camera (CCTV). From the image obtained the faces were classified and matched with the pre-existing faces stored in the database to calculate their attendance. This attendance was recorded in short time intervals continuously so as to ensure the continuous presence of that person.
Python Libraries Required:
numpy
- Open Terminal
- Type:
git clone https://github.com/Harshagarwal19/SOC-2018
cd SOC-2018
pip install -r requirements.txt
python3 manage.py runserver