Ecosyste.ms: Awesome
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 days ago
JSON representation
Face Mask Detection using AI and Python
- Host: GitHub
- URL: https://github.com/1amsimp1e/face-mask_detection
- Owner: 1amSimp1e
- Created: 2023-08-11T19:27:07.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-11T20:02:09.000Z (over 1 year ago)
- Last Synced: 2023-08-12T03:32:35.157Z (over 1 year ago)
- Topics: machine-learning, opencv, python
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```