File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -20,10 +20,10 @@ This project implements a face recognition-based attendance system using Python
20
20
4 . Next, run ``` pip install -r requirements.txt ```
21
21
22
22
To build our face recognition attendance system, we will need the following Python libraries:
23
- * OpenCV* : For computer vision tasks such as face detection and image processing.
24
- * Dlib* : A powerful library that provides facial landmark detection and face alignment capabilities.
25
- * face_recognition* : A Python library built on top of dlib, designed specifically for face recognition tasks.
26
- * Pandas* : For managing and analyzing the attendance data.
23
+ -📍 * OpenCV* : For computer vision tasks such as face detection and image processing.
24
+ -📍 * Dlib* : A powerful library that provides facial landmark detection and face alignment capabilities.
25
+ -📍 * face_recognition* : A Python library built on top of dlib, designed specifically for face recognition tasks.
26
+ -📍 * Pandas* : For managing and analyzing the attendance data.
27
27
28
28
29
29
## Collecting Training Data
You can’t perform that action at this time.
0 commit comments