Python Project using openCV and keras
$ git clone https://github.com/fuseplan/Realtime-Facemask-Detection.git
$ cd Face-Mask-Detection
$ virtualenv test
$ source test/bin/activate
$ pip3 install -r requirements.txt
$ python3 train_mask_detector.py --dataset dataset
$ python3 detect_mask_image.py --image images/pic1.jpeg
$ python3 detect_mask_video.py
$ streamlit run app.py