ageitgey / face_recognition

The world's simplest facial recognition api for Python and the command line
MIT License
53.45k stars 13.49k forks source link

Database support #1332

Open LYF123123 opened 3 years ago

LYF123123 commented 3 years ago

I know there is an example about web_service, however I only find the method (face_recognition.load_image_file) to load the original pictures. Is it possible that add one method to load images from database( just like mongoDB,pgSQL,mySQL)? If add the support about database, I can easily build one web application.

Sorry for my poor English. Thank you very much.

viv2712 commented 3 years ago

Yes their is a way I will make pull request on this file you get that how we attach our database with the face recognition programe.

viv2712 commented 3 years ago

And a piece of advise use python 3.6.0 for better compatibility of using face recognition programme.

viv2712 commented 3 years ago

Hey your issue is been resolved tell me if their is any problem check the file datset.py first and then go detector.py