-
Notifications
You must be signed in to change notification settings - Fork 17
Closed
Labels
gssoc25This issue and task is a part of GirlScript Summer of Code 25.This issue and task is a part of GirlScript Summer of Code 25.level 1Easy level taskEasy level task
Description
Currently, the GUI displays the webcam feed and recognition overlays (bounding boxes, names, confidence scores). However, it lacks a centralized status message area that informs the user about the current state of the scan in plain language.
Suggested Behavior:
The system should display status messages like:
- "Scanning for face..." – when a face is being processed
- "Match found: " – when a face is recognized
- "No match detected. You are safe to go." – for unknown faces
- "Please stand still for 10 seconds" – optional, during countdown
These can be displayed as a label below the video feed in the GUI, updated dynamically as recognition logic executes.
Metadata
Metadata
Assignees
Labels
gssoc25This issue and task is a part of GirlScript Summer of Code 25.This issue and task is a part of GirlScript Summer of Code 25.level 1Easy level taskEasy level task