brxerq commited on
Commit
58d3083
·
verified ·
1 Parent(s): ab5954b

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -0
README.md ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ language:
4
+ - en
5
+ ---
6
+
7
+ Face Attendance Anti-Spoofing System
8
+ - Developed a real-time face recognition system with integrated anti-spoofing measures for secure attendance tracking.
9
+ - Utilized OpenCV, dlib, and MediaPipe to detect faces, analyze eye blinks, and assess liveness through texture analysis and gesture detection.
10
+ - Implemented smartphone detection using YOLOv4 to ensure user focus during attendance capture.
11
+ - Enhanced user authentication by incorporating facial landmarks, blink detection, and texture-based liveness checks to prevent spoofing.
12
+ - Contributed to secure and reliable attendance management, particularly for educational and professional environments.