Developed a Mask Detection AI System which makes use of an external camera and the detects if a subject is not wearing mask. Also when detected presence without mask, the system emmits an alert sound to notify.
The Face Mask Detection System can be used at airports to detect travelers without masks. Face data of travelers can be captured in the system at the entrance. If a traveler is found to be without a face mask, their picture is sent to the airport authorities so that they could take quick action.
Mask.Detection.Demo.Made.with.Clipchamp.mp4
- Open CV.
- Winsound
- Python 3.
- VS Code.
- Install Winsound:
pip install winsound
- Install OpenCV:
pip3 install opencv-python
- Run the Script, type:
python main.py
- Take a look at the Existing Issues or create your own Issues!
- Wait for the Issue to be assigned to you after which you can start working on it.
- Fork the Repo and create a Branch for any Issue that you are working upon.
- Create a Pull Request which will be promptly reviewed and suggestions would be added to improve it.
- Add Screenshots to help me know what this Code is all about.