-
Notifications
You must be signed in to change notification settings - Fork 339
Description
Is there an existing issue for this?
- I have searched the existing issues
Feature Description
Currently, the mask detector model is working in a command-line environment with no user interface (UI) for non-technical users. Users have to interact with the model via terminal or command-line interface, which limits the accessibility and usability of the tool.
We need to provide an easy-to-use web-based graphical interface (GUI) so that non-technical users can easily upload images or videos and detect whether people are wearing masks.
Basic features of the Streamlit interface:
An image uploader for users to upload images or videos for detection.
A button to trigger mask detection.
Display of results: Image with bounding boxes or a video with detected faces, as well as textual output showing detection status.
Use Case
solution
I would like to add a Streamlit-based deployment and GUI for the existing mask detection project.
Benefits
The web app should allow users to:
Upload images through a simple interface.
Display the results — indicating whether the people in the image are wearing masks or not.
Show visual feedback on detected faces with bounding boxes and labels (masked or not masked).
Optionally, display the confidence level of the mask detection
Add ScreenShots
kind of issue no. #1455 where i adde gui and streamlit feature
Priority
High
Record
- I have read the Contributing Guidelines
- I'm a GSSOC'24 contributor
- I want to work on this issue