This project implements a Face Mask Detection system with an alert messaging feature.
To run this project, you'll need the following:
- PyCharm IDE: An integrated development environment for Python.
- Python 3: The programming language used for the implementation.
- Qt Designer: A tool for designing graphical user interfaces.
-
Clone the repository:
git clone https://github.com/your-username/face-mask-detection.git
-
Open in PyCharm:
- Open Pycharm IDE.
- Choose "File" -> "Open Project" and select the cloned repository.
-
Install dependencies in terminal:
pip install -r requirements.txt
-
Run the First Application:
python train_mask_detector.py
-
Then, Run the Second Application:
python FaceMaskDetector.py
- Face Mask Detection: The system uses computer vision to detect whether individuals in an image or video stream are wearing face masks.
- Alert Messaging: When a person is detected without a face mask, an alert message is triggered.