An open API service indexing awesome lists of open source software.

https://github.com/1amsimp1e/face-mask_detection

Face Mask Detection using AI and Python
https://github.com/1amsimp1e/face-mask_detection

machine-learning opencv python

Last synced: 3 months ago
JSON representation

Face Mask Detection using AI and Python

Awesome Lists containing this project

README

          

# Face-Mask_Detection
> Face Mask Detection using AI and Python

## Dependencies
-
```
pip3 install --user tensorflow==1.15.2 keras==2.3.1 imutils==0.5.3 numpy==1.18.2 opencv-python==4.2.0.* matplotlib==3.2.1 scipy==1.4.1
```

or
-
```
python -m pip3 install --user tensorflow==1.15.2 keras==2.3.1 imutils==0.5.3 numpy==1.18.2 opencv-python==4.2.0.* matplotlib==3.2.1 scipy==1.4.1
```