Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 13 days 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 (about 3 years ago)
- Default Branch: master
- Last Pushed: 2021-11-18T17:56:11.000Z (about 3 years ago)
- Last Synced: 2025-01-01T21:05:50.990Z (25 days 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
```