Azure Face API

Content Type: Module
Categories: Artificial Intelligence

Overview

Detect faces using Azure Cognitive Services. Sign up for an API Key here : https://azure.microsoft.com/en-us/services/cognitive-services/face/

Documentation

Demo url

Description

Connects your application to Azure Cognitive Services Facial Recognition API

Installation

  1. Add the module to your app
  2. Get an API key for free from Azure: https://azure.microsoft.com/en-us/services/cognitive-services/face/
  3. Change the APIKey constant to use your new API key
  4. Send an image to Azure, you'll receive a Face object with the FaceDescription from Azure

Releases

Version: 1.0.0
Framework Version: 7.23.2
Release Notes: First release of Azure Face API - user must provide API key