{"id":24189754,"url":"https://github.com/harshmakadia/microsoft-face-api","last_synced_at":"2026-03-05T07:34:01.408Z","repository":{"id":98877234,"uuid":"124779746","full_name":"Harshmakadia/microsoft-face-api","owner":"Harshmakadia","description":"Microsoft FACE API ","archived":false,"fork":false,"pushed_at":"2018-03-11T17:32:13.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-03T03:24:58.350Z","etag":null,"topics":["artifical-intelligense","face-api","microsoft"],"latest_commit_sha":null,"homepage":"","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Harshmakadia.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-03-11T17:13:01.000Z","updated_at":"2018-03-11T17:31:25.000Z","dependencies_parsed_at":"2023-07-23T00:33:59.775Z","dependency_job_id":null,"html_url":"https://github.com/Harshmakadia/microsoft-face-api","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Harshmakadia/microsoft-face-api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Harshmakadia%2Fmicrosoft-face-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Harshmakadia%2Fmicrosoft-face-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Harshmakadia%2Fmicrosoft-face-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Harshmakadia%2Fmicrosoft-face-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Harshmakadia","download_url":"https://codeload.github.com/Harshmakadia/microsoft-face-api/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Harshmakadia%2Fmicrosoft-face-api/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30114309,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-05T03:40:26.266Z","status":"ssl_error","status_checked_at":"2026-03-05T03:39:15.902Z","response_time":93,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["artifical-intelligense","face-api","microsoft"],"created_at":"2025-01-13T14:30:36.781Z","updated_at":"2026-03-05T07:34:01.389Z","avatar_url":"https://github.com/Harshmakadia.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Microsoft Face API\n\n- Detect human faces and compare similar ones\n- Organise images into groups based on similarity\n- Identify previously tagged people in images\n\n\u003e Detect one or more human faces in an image and get back face rectangles for where in the image the faces are, along with face attributes which contain machine learning-based predictions of facial features. The face attribute features available are: Age, Emotion, Gender, Pose, Smile and Facial Hair along with 27 landmarks for each face in the image.\n\n\n## Sample Face Detection API Response \n\n```\n [\n  {\n    \"faceId\": \"7c29f0ca-629a-4026-86d6-2d9faee9bbd7\",\n    \"faceRectangle\": {\n      \"top\": 128,\n      \"left\": 459,\n      \"width\": 224,\n      \"height\": 224\n    },\n    \"faceAttributes\": {\n      \"hair\": {\n        \"bald\": 0.0,\n        \"invisible\": false,\n        \"hairColor\": [\n          {\n            \"color\": \"brown\",\n            \"confidence\": 1.0\n          },\n          {\n            \"color\": \"blond\",\n            \"confidence\": 0.69\n          },\n          {\n            \"color\": \"black\",\n            \"confidence\": 0.54\n          },\n          {\n            \"color\": \"other\",\n            \"confidence\": 0.31\n          },\n          {\n            \"color\": \"gray\",\n            \"confidence\": 0.05\n          },\n          {\n            \"color\": \"red\",\n            \"confidence\": 0.04\n          }\n        ]\n      },\n      \"smile\": 0.939,\n      \"headPose\": {\n        \"pitch\": 0.0,\n        \"roll\": -16.9,\n        \"yaw\": 16.7\n      },\n      \"gender\": \"female\",\n      \"age\": 23.4,\n      \"facialHair\": {\n        \"moustache\": 0.0,\n        \"beard\": 0.0,\n        \"sideburns\": 0.0\n      },\n      \"glasses\": \"ReadingGlasses\",\n      \"makeup\": {\n        \"eyeMakeup\": true,\n        \"lipMakeup\": true\n      },\n      \"emotion\": {\n        \"anger\": 0.037,\n        \"contempt\": 0.001,\n        \"disgust\": 0.015,\n        \"fear\": 0.001,\n        \"happiness\": 0.939,\n        \"neutral\": 0.001,\n        \"sadness\": 0.0,\n        \"surprise\": 0.007\n      },\n      \"occlusion\": {\n        \"foreheadOccluded\": false,\n        \"eyeOccluded\": false,\n        \"mouthOccluded\": false\n      },\n      \"accessories\": [\n        {\n          \"type\": \"glasses\",\n          \"confidence\": 0.99\n        }\n      ],\n      \"blur\": {\n        \"blurLevel\": \"low\",\n        \"value\": 0.0\n      },\n      \"exposure\": {\n        \"exposureLevel\": \"goodExposure\",\n        \"value\": 0.48\n      },\n      \"noise\": {\n        \"noiseLevel\": \"low\",\n        \"value\": 0.0\n      }\n    },\n    \"faceLandmarks\": {\n      \"pupilLeft\": {\n        \"x\": 504.8,\n        \"y\": 206.8\n      },\n      \"pupilRight\": {\n        \"x\": 602.5,\n        \"y\": 178.4\n      },\n      \"noseTip\": {\n        \"x\": 593.5,\n        \"y\": 247.3\n      },\n      \"mouthLeft\": {\n        \"x\": 529.8,\n        \"y\": 300.5\n      },\n      \"mouthRight\": {\n        \"x\": 626.0,\n        \"y\": 277.3\n      },\n      \"eyebrowLeftOuter\": {\n        \"x\": 461.0,\n        \"y\": 186.8\n      },\n      \"eyebrowLeftInner\": {\n        \"x\": 541.9,\n        \"y\": 178.9\n      },\n      \"eyeLeftOuter\": {\n        \"x\": 490.9,\n        \"y\": 209.0\n      },\n      \"eyeLeftTop\": {\n        \"x\": 509.1,\n        \"y\": 199.5\n      },\n      \"eyeLeftBottom\": {\n        \"x\": 509.3,\n        \"y\": 213.9\n      },\n      \"eyeLeftInner\": {\n        \"x\": 529.0,\n        \"y\": 205.0\n      },\n      \"eyebrowRightInner\": {\n        \"x\": 579.2,\n        \"y\": 169.2\n      },\n      \"eyebrowRightOuter\": {\n        \"x\": 633.0,\n        \"y\": 136.4\n      },\n      \"eyeRightInner\": {\n        \"x\": 590.5,\n        \"y\": 184.5\n      },\n      \"eyeRightTop\": {\n        \"x\": 604.2,\n        \"y\": 171.5\n      },\n      \"eyeRightBottom\": {\n        \"x\": 608.4,\n        \"y\": 184.0\n      },\n      \"eyeRightOuter\": {\n        \"x\": 623.8,\n        \"y\": 173.7\n      },\n      \"noseRootLeft\": {\n        \"x\": 549.8,\n        \"y\": 200.3\n      },\n      \"noseRootRight\": {\n        \"x\": 580.7,\n        \"y\": 192.3\n      },\n      \"noseLeftAlarTop\": {\n        \"x\": 557.2,\n        \"y\": 234.6\n      },\n      \"noseRightAlarTop\": {\n        \"x\": 603.2,\n        \"y\": 225.1\n      },\n      \"noseLeftAlarOutTip\": {\n        \"x\": 545.4,\n        \"y\": 255.5\n      },\n      \"noseRightAlarOutTip\": {\n        \"x\": 615.9,\n        \"y\": 239.5\n      },\n      \"upperLipTop\": {\n        \"x\": 591.1,\n        \"y\": 278.4\n      },\n      \"upperLipBottom\": {\n        \"x\": 593.2,\n        \"y\": 288.7\n      },\n      \"underLipTop\": {\n        \"x\": 597.1,\n        \"y\": 308.0\n      },\n      \"underLipBottom\": {\n        \"x\": 600.3,\n        \"y\": 324.8\n      }\n    }\n  }\n]\n```\n\nPlease note I've not added the subscription key here.Though you can generate if from [here](https://docs.microsoft.com/en-us/azure/cognitive-services/computer-vision/vision-api-how-to-topics/howtosubscribe).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fharshmakadia%2Fmicrosoft-face-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fharshmakadia%2Fmicrosoft-face-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fharshmakadia%2Fmicrosoft-face-api/lists"}