python face attendance system

Adapted design based on an open source project

Let's look at the demo first, and then let's talk about the specific explanation...

Design database

The database is used to store punch-in information, etc.

Table logcat: used to store the real time, id, name, and whether it is late.
insert image description here
Table time: used to set the default school
insert image description here
timetable worker_info is used to store facial features, etc.
insert image description here

interface flow

Just entered the interface:
insert image description here
You can enter:
insert image description here
Student ID:
insert image description here
Repeated entry Warning:
insert image description here
Entering a new person: You
insert image description here
need to swipe your face to sign in, etc.:
insert image description here

Guess you like

Origin blog.csdn.net/weixin_46211269/article/details/124089845