Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature]: Streamlit Deployment and GUI for Face Mask Detection #1617 #1630

Merged
merged 1 commit into from
Nov 7, 2024

Conversation

Niraj1608
Copy link
Member

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.

377559855-925b1699-121a-435b-b07a-1a3663fe4154
377559834-e510c837-fe00-4702-b0a7-da80775bb76d

  • Added a new machine learning frameworks, libraries or software.
  • Documentation update

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings

Copy link

github-actions bot commented Nov 7, 2024

Thank you for submitting your pull request! 🙌 We'll review it as soon as possible. In the meantime, please ensure that your changes align with our CONTRIBUTING.md. If there are any specific instructions or feedback regarding your PR, we'll provide them here. Thanks again for your contribution! 😊

@Niraj1608
Copy link
Member Author

@sanjay-kv can you review my pr i added both features can you please increase the level of issue

@Niraj1608
Copy link
Member Author

@sanjay-kv pls review

@sanjay-kv sanjay-kv merged commit 347f4ad into recodehive:main Nov 7, 2024
2 checks passed
@Niraj1608
Copy link
Member Author

@sanjay-kv hey pls add the label on it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

💡[Feature]: Streamlit Deployment and GUI for Face Mask Detection
2 participants