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

https://github.com/vietdoo/face-mask-detection-flask

This project aims to develop a deep learning model for face mask detection, which can be deployed in public areas to ensure compliance with COVID-19 prevention guidelines. The model will be trained on a large dataset of masked and unmasked faces.
https://github.com/vietdoo/face-mask-detection-flask

face-mask-detection flask flask-api

Last synced: 2 months ago
JSON representation

This project aims to develop a deep learning model for face mask detection, which can be deployed in public areas to ensure compliance with COVID-19 prevention guidelines. The model will be trained on a large dataset of masked and unmasked faces.

Awesome Lists containing this project

README

          

# Face-Detection-Flask

![](tutorial/Screenshot%202022-06-24%20171349.jpg)

Flask App for deploy deep learning model, work on Azure.

Replace your *.h5 model in models folder and replace in config.by

**Run**

Terminal:

`flask run`

![](tutorial/Screenshot%202022-06-24%20180551.jpg)

**Demo**

curl -X POST -F image=@test1.jpg 'http://127.0.0.1:5000/detect'

![](tutorial/Screenshot%202022-06-25%20075449.jpg)![](tutorial/Screenshot%202022-06-24%20194639.jpg)