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.
- Host: GitHub
- URL: https://github.com/vietdoo/face-mask-detection-flask
- Owner: vietdoo
- Created: 2022-06-20T02:09:33.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-10-07T10:57:10.000Z (over 3 years ago)
- Last Synced: 2025-03-31T20:13:51.696Z (over 1 year ago)
- Topics: face-mask-detection, flask, flask-api
- Language: Python
- Homepage: https://khoahocdulieu.ml/
- Size: 153 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Face-Detection-Flask

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`

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