Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/fcakyon/face-recognition-app-tutorial
- Owner: fcakyon
- Created: 2020-02-07T15:02:17.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-24T10:19:52.000Z (almost 4 years ago)
- Last Synced: 2024-10-03T12:38:20.756Z (3 months ago)
- Topics: app, face-detection, face-recognition, flask, heroku, jupyter-notebook, opencv, pytorch, tensorflow, tutorial
- Language: HTML
- Homepage:
- Size: 33.7 MB
- Stars: 35
- Watchers: 3
- Forks: 12
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Flask Face Recognition
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
```