# Clone this repository
$ git clone https://github.com/Bhaskar-maity/Face-Mask-Detector.git
# Go into the repository
$ cd Face-Mask-Detector
# Install dependencies
$ pip install -r requirements.text
# Training Model
$ python train_mask_detector.py
# Face Detection
$ python detect_mask_video.py
- tensorflow
- keras
- imutils
- numpy
- opencv-python
- matplotlib
- scipy
Used Tensorflow Keras CNN fortraining the Model.