MaskUp is an advanced Python program designed to accurately detect whether a person is wearing a mask from an available web camera. It also leverages the power of machine learning techniques and a meticulously curated dataset to train a robust model capable of making reliable predictions.
With Mask | Without Mask |
---|---|
-
Precise Mask Detection: MaskUp analyzes the web camera and determines with high accuracy whether the person is wearing a mask or not.
-
State-of-the-Art Training: The program has been trained on an extensive dataset through the use of Jupyter Notebook, ensuring superior performance and dependable results.
-
User-Friendly Interface: MaskUp offers a streamlined and intuitive GUI for effortless interaction.
To utilize MaskUp, follow the step-by-step instructions below:
- Clone the repository to your local machine:
git clone https://github.com/nthnn/MaskUp.git
- Navigate to the project source file directory:
cd MaskUp/src/
- Install the required Python modules:
py -m pip install numpy opencv-python keras sklearn tensorflow imutils
- Run MaskUp:
py main.py
Copyright 2023 - Nathanne Isip
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.