serengil / deepface

A Lightweight Face Recognition and Facial Attribute Analysis (Age, Gender, Emotion and Race) Library for Python
https://www.youtube.com/watch?v=WnUVYQP4h44&list=PLsS_1RYmYQQFdWqxQggXHynP1rqaYXv_E&index=1
MIT License
11.77k stars 2.02k forks source link

Is there a way to build a custom API using flask to verify faces captured by a phone camera #230

Closed okoliechykwuka closed 3 years ago

okoliechykwuka commented 3 years ago

I wan to build an api that accepts images from a phone camera and verify the image with database images.

Can I achieve this using deepface.

Also is there an existing api that dose this.

serengil commented 3 years ago

yes, you can. read this tutorial: https://sefiks.com/2021/02/06/deep-face-recognition-with-sql/

no existing api, unfortunately