You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Thank you for creating this issue! 🎉 We'll look into it as soon as possible. In the meantime, please make sure to provide all the necessary details and context. If you have any questions reach out to LinkedIn. Your contributions are highly appreciated! 😊
Note: I Maintain the repo issue twice a day, or ideally 1 day, If your issue goes stale for more than one day you can tag and comment on this same issue.
You can also check our CONTRIBUTING.md for guidelines on contributing to this project. We are here to help you on this journey of opensource, any help feel free to tag me or book an appointment.
Is there an existing issue for this?
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
The text was updated successfully, but these errors were encountered: