face detection app tutorial
1.0.0
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 presentation

Run face detection app:
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 if needed)
One-click deploy build on Heroku