[Feature]: Streamlit Deployment and GUI for Face Mask Detection #1617 #1630
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Please include a summary of the changes and the related issue. Please also include relevant motivation and context. List any dependencies that are required for this change.
Fixes #1617
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.
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.
Checklist: