lundi 5 août 2019

Azure Cognitive Services -- Face Identification - Run through

Azure Cognitive Services


Azure Cognitive Serviceshttps://docs.microsoft.com/en-us/azure/cognitive-services/


Step 1


Sign in for Azure account (https://azure.microsoft.com/en-us/free/)
*free since you reach 30k call/month. read carefully limitation



Create New resource




Step 2
Example: Identify faces in images
https://docs.microsoft.com/en-us/azure/cognitive-services/face/face-api-how-to-topics/howtoidentifyfacesinimage


Microsoft Azure - Cognitive Service - Face API - V1.0
https://westus.dev.cognitive.microsoft.com/docs/services/563879b61984550e40cbbe8d/operations/563879b61984550f30395244

Here I use Postman for API Call

PersonGroup - Create    >  personGroupId=myFriends

PersonGroup Person - Create > George St-Pierre

PersonGroup Person - Add Face
-- Add 3-4 picture of the person

PersonGroup - Train


-- To identify people

Face - Detect (URL of the person to identify)
will return faceid

Face - Identify {faceid} |Provide by Detect
will return candidate/personid or notfound