https://github.com/vietanhdev/smart-face-mask-cam
Detects those who are not wearing masks in public place and play warnings. Nhận dạng không đeo khẩu trang và cảnh báo.
https://github.com/vietanhdev/smart-face-mask-cam
computer-vision covid-19 face-mask-detection
Last synced: 12 months ago
JSON representation
Detects those who are not wearing masks in public place and play warnings. Nhận dạng không đeo khẩu trang và cảnh báo.
- Host: GitHub
- URL: https://github.com/vietanhdev/smart-face-mask-cam
- Owner: vietanhdev
- Created: 2021-11-18T17:40:02.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-11-18T17:56:11.000Z (over 4 years ago)
- Last Synced: 2025-03-02T19:33:04.917Z (over 1 year ago)
- Topics: computer-vision, covid-19, face-mask-detection
- Language: Python
- Homepage:
- Size: 27.3 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Smart Camera - Covid-19 Face Mask Recognition
This program detects those who are not wearing masks in public place and play warnings. We use [Daisykit](https://pypi.org/project/daisykit/) package for face detection and face mask recognition.
https://user-images.githubusercontent.com/18329471/142470307-5cb1fe1a-725d-4d89-a7ff-242a90e083d9.mp4
## 1. Environment setup
```
pip3 install -r requirements.txt
```
## 2. Run the program
```
python3 main.py
```