Skip to content

Commit 105f5eb

Browse files
Update README.md
1 parent f36ebc4 commit 105f5eb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Face-Detection-Recognition-Based-Attendance-System
22

33
• Each teacher can login through his/her login ID and Password. Then he/she can chose an option to see existing attendance record of particular Branch, Year & Subject combination by selecting them.
4+
45
• To update the record of a particular subject, the teacher have to upload the image of the whole class and select the respective Branch, Year & Subject and the database gets updated.
6+
57
• The GUI is built using TkInter Module in python. The database is managed on MySQL. MySQLdb module of python is used to handle various user queries and to update the database.
8+
69
• The face detection part is done through Haar-Cascade Classifier(through OpenCV) and face recognition by implementing LBPH algorithm through OpenCV module.

0 commit comments

Comments
 (0)