andracs / Eeny-meeny

App for picking random individuals from a photo
MIT License
0 stars 0 forks source link

Facial recognition api Javascipt #13

Open andracs opened 6 years ago

flyberson commented 6 years ago

https://docs.opencv.org/2.4/modules/contrib/doc/facerec/facerec_tutorial.html

andracs commented 6 years ago

Lav lige en POC.

andracs commented 6 years ago

Øøøh, @flyberson, du vil nok hellere finde en webbaseret API, som du kan bruge fra JavaScript.

flyberson commented 6 years ago

face.txt

flyberson commented 6 years ago

https://westcentralus.dev.cognitive.microsoft.com/docs/services/563879b61984550e40cbbe8d/operations/563879b61984550f3039523a facedetect.txt

Kan ikke helt finde ud af hvordan body af api kaldet skal se ud. Den har brug for 2 strings med faceid, som måske skal komme fra facedetect

andracs commented 6 years ago

@flyberson Du kan konstruere et kald på https://westcentralus.dev.cognitive.microsoft.com/docs/services/563879b61984550e40cbbe8d/operations/563879b61984550f30395236/console

Mit request så således ud (og det virkede):

_POST https://westcentralus.api.cognitive.microsoft.com/face/v1.0/detect?returnFaceId=true&returnFaceLandmarks=false HTTP/1.1 Host: westcentralus.api.cognitive.microsoft.com Content-Type: application/json Ocp-Apim-Subscription-Key: 8846e712490040e985610222cf5ebd80

{ "url": "https://github.com/andracs/Eeny-meeny/raw/master/test-photos/user1.png" }_