Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/fcakyon/face-recognition-app-tutorial

A face recognition web app powered by Facenet model using Flask, OpenCV, Heroku
https://github.com/fcakyon/face-recognition-app-tutorial

app face-detection face-recognition flask heroku jupyter-notebook opencv pytorch tensorflow tutorial

Last synced: 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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](https://github.com/adriangb/scikeras/issues/221))

[Tutorial notebook](/tutorial/tutorial.ipynb) | [Tutorial presentation](/presentation/FaceRecognitionWebAppTutorial.pdf)

![DemoScreen](/images/webappscreen.jpg)

# App Usage

Run face detection app from [face-detection-app-tutorial repo](https://github.com/fcakyon/face-detection-app-tutorial):

```console
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:

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