Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fcakyon/face-detection-app-tutorial
A face detection web app powered by SSD face detecctor using Flask, OpenCV, Heroku
https://github.com/fcakyon/face-detection-app-tutorial
deploy face-detection flask heroku jupyter-notebook opencv python tensorflow tutorial web-application
Last synced: 2 months ago
JSON representation
A face detection web app powered by SSD face detecctor using Flask, OpenCV, Heroku
- Host: GitHub
- URL: https://github.com/fcakyon/face-detection-app-tutorial
- Owner: fcakyon
- Created: 2019-11-17T16:30:38.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-05-01T21:16:55.000Z (over 1 year ago)
- Last Synced: 2024-10-04T18:34:17.699Z (3 months ago)
- Topics: deploy, face-detection, flask, heroku, jupyter-notebook, opencv, python, tensorflow, tutorial, web-application
- Language: Jupyter Notebook
- Homepage:
- Size: 14.2 MB
- Stars: 7
- Watchers: 2
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Flask Face Detection
A face detection web app powered by SSD face detector using Flask, OpenCV, Heroku
Live demo: https://face-detection-api-flask.herokuapp.com/
[Tutorial notebook](/tutorial/tutorial.ipynb) | [Tutorial presentation](/presentation/FaceDetectionWebAppTutorial.pdf)
![DemoScreen](/images/webappscreen.jpg)
# App Usage
Run face detection app:```console
git clone https://github.com/fcakyon/face-detection-app-tutorial.git
cd face-detection-app-tutorial
python app.py
```(Adjust detection threshold in [config.py](config.py) if needed)
# Deploy
One-click deploy build on Heroku[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy)