Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

# Flask Face Detection

CI Tests

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)