foss42 / api

Open Source APIs
https://api.apidash.dev/docs
Apache License 2.0
59 stars 28 forks source link

Facial Recognition API #39

Closed Raghucharan16 closed 4 months ago

Raghucharan16 commented 4 months ago

Deepface is a lightweight face recognition and facial attribute analysis (age, gender, emotion and race) framework for python. It is a hybrid face recognition framework wrapping state-of-the-art models: VGG-Face, FaceNet, OpenFace, DeepFace, DeepID, ArcFace, Dlib, SFace and GhostFaceNet.

Experiments show that human beings have 97.53% accuracy on facial recognition tasks whereas those models already reached and passed that accuracy level.Deepface is a lightweight face recognition and facial attribute analysis (age, gender, emotion and race) framework for python. It is a hybrid face recognition framework wrapping state-of-the-art models: VGG-Face, FaceNet, OpenFace, DeepFace, DeepID, ArcFace, Dlib, SFace and GhostFaceNet.

Experiments show that human beings have 97.53% accuracy on facial recognition tasks whereas those models already reached and passed that accuracy level.Deepface is a lightweight face recognition and facial attribute analysis (age, gender, emotion and race) framework for python. It is a hybrid face recognition framework wrapping state-of-the-art models: VGG-Face, FaceNet, OpenFace, DeepFace, DeepID, ArcFace, Dlib, SFace and GhostFaceNet.

Experiments show that human beings have 97.53% accuracy on facial recognition tasks whereas those models already reached and passed that accuracy level.

This is not solely my work and it is being developed by @serengil and All credits go to him. I thought having an API for face related tasks such as [detection,recognition,facial analysis ->{age,race,gender,emotion}] would benefit the community and wanted to add it here.

animator commented 4 months ago

Send across a PR so that we can evaluate the approach.

Raghucharan16 commented 4 months ago

Ok cool will do that. Even though the framework is not developed by me, i thought it would be helpful to be having here under api's repo.