File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -24,14 +24,14 @@ It automates the process of marking attendance by recognizing faces in real-time
2424
2525``` mermaid
2626flowchart 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---
You can’t perform that action at this time.
0 commit comments