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
- Host: GitHub
- URL: https://github.com/1amsimp1e/face-mask_detection
- Owner: 1amSimp1e
- Created: 2023-08-11T19:27:07.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-11T20:02:09.000Z (almost 3 years ago)
- Last Synced: 2025-03-04T16:30:20.899Z (over 1 year ago)
- Topics: machine-learning, opencv, python
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- 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
```