Skip to content

Latest commit

 

History

History
44 lines (22 loc) · 680 Bytes

README.md

File metadata and controls

44 lines (22 loc) · 680 Bytes

Face-Mask Detector

Real time face-mask detection using Deep Learning and OpenCV

Working

With Mask

image

No Mask

image

How to Use

To use this project on your system, follow these steps:

1.Clone this repository onto your system by typing the following command on your Command Prompt:

cd FaceMaskDetector


2. Download all libaries using::

pip install -r requirements.txt


3. Run facemask.py by typing the following command on your Command Prompt:

python facemask.py

Sample Input image:

![image](https://user-images.githubusercontent.com/25522855/180682405-2e98d37b-b8dd-4ce0-9656-3f0cb39a6d45.png)