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
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