Alternatives to face.com API

后端 未结 10 1406
萌比男神i
萌比男神i 2021-01-30 11:32

Sadly, the face.com API is being shut down due acquisition by Facebook.

Are there any decent alternatives out there?

I\'m looking to check for a given i

10条回答
  •  我在风中等你
    2021-01-30 12:17

    There is a Open Source Project called "openbr" which is built over opencv and Qt, that’s has got few good api's to be used. Pretty Easy to use from shell and has got adapters for IIRC python and java too

    example from website for face recognition:

    $ br -algorithm FaceRecognition -compare me.jpg you.jpg
    

    Github:https://github.com/biometrics/openbr Website: http://openbiometrics.org/

提交回复
热议问题