Skip to content

mrBicool/face_rec_api

 
 

Repository files navigation

face_rec_api

Build a REST API for face recognition so you can use it to develop your own face recognition applications without the need to learn complicated machine learning.

API Endpoints:

  • face_match : return if two images are matched for the same person.
  • face_rec : return a matched person's ID, name, and optional face details (face location and facial features)

Medium Post

Check out the medium post for more details.

Notes

Many open source face recognition projects, like face recognition, are for Linux / POSIX systems only. Building a REST API for them is a much easier solution than trying to convert and deploy them for mobile devices.

About

face recognition as REST API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%