Skip to content

A face recognition web app powered by Facenet model using Flask, OpenCV, Heroku

Notifications You must be signed in to change notification settings

fcakyon/face-recognition-app-tutorial

Repository files navigation

Flask Face Recognition

CI Tests

A face recognition API using Python, Flask, Opencv, Pytorch, Heroku.

Live demo: https://face-recognition-api-flask.herokuapp.com (Temporarily unavailable due to this issue)

Tutorial notebook | Tutorial presentation

DemoScreen

App Usage

Run face detection app from face-detection-app-tutorial repo:

git clone https://github.com/fcakyon/face-detection-app-tutorial.git
cd face-detection-app-tutorial
python app.py

Then run face recognition app from this repo:

git clone https://github.com/fcakyon/face-recognition-app-tutorial.git
cd face-recognition-app-tutorial
python app.py