Skip to content

Commit e8d7c84

Browse files
authored
Update README.md
1 parent b6a12fd commit e8d7c84

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ This project implements a face recognition-based attendance system using Python
2020
4. Next, run ```pip install -r requirements.txt```
2121

2222
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.
2727

2828

2929
## Collecting Training Data

0 commit comments

Comments
 (0)