Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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
```