Skip to content

Commit 02db3e7

Browse files
README.md
1 parent 9a4d1e6 commit 02db3e7

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@ It automates the process of marking attendance by recognizing faces in real-time
2424

2525
```mermaid
2626
flowchart TD
27-
A[User Face] --> B[Camera Capture]
28-
B --> C[OpenCV Haarcascade Detection]
29-
C --> D[Feature Extraction & Encoding]
30-
D --> E[Compare with Stored Database]
31-
E -->|Match| F[Attendance Marked ✅]
32-
E -->|No Match| G[Reject/Registration ❌]
33-
F --> H[Attendance Stored in DB & CSV]
34-
H --> I[Reports for Admin/Teacher]
27+
A[User Face] --> B[Camera Capture]
28+
B --> C[OpenCV Haarcascade Detection]
29+
C --> D[Feature Extraction & Encoding]
30+
D --> E[Compare with Stored Database]
31+
E -->|Match| F[Attendance Marked ✅]
32+
E -->|No Match| G[Reject/Registration ❌]
33+
F --> H[Attendance Stored in DB & CSV]
34+
H --> I[Reports for Admin/Teacher]
3535
```
3636

3737
---

0 commit comments

Comments
 (0)