Classroom Attendance System

GitHub forks GitHub stars GitHub issues

Tensorflow based face recognized attendance system


Authentication is one of the significant issues in the era of information system. Among other things, human face recognition (HFR) is one of known techniques which can be used for user authentication.

We have used face detection along with with face recognition technique to build this attendance recognition system. The system will record the attendance of the students in class room environment automatically and it will provide the facilities to the faculty to access the information of the students easily by maintaining a log for clock-in and clock-out time.


Project Status

Currently the project is in development stage and we are trying our best to complete it.


Setup

At first clone the repository

git clone https://github.com/ankan-das-2001/Classroom-Attendance-System.git

then change the directory to repository folder

cd Classroom-Attendance-System

install the requirements

pip install -r requirements.txt

Now it's good to go.