Skip to content
This repository has been archived by the owner on Aug 23, 2019. It is now read-only.

Demonstration of use Face API in serverless architecture

Notifications You must be signed in to change notification settings

bpelikan/azure-face-api-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Azure-face-api-demo

Demonstration of using Face API on Azure.
This example uses:

  • Function App with Blob trigger,
  • Storage account,
  • Face API and
  • Azure Cosmos DB to store result

Setting up

What you need:

  • Function App with:

    • Runtime version : ~2(Preview)
    • Application settings:
      • "ImagesStorageConnectionString": "{connection_string_to_storage_account}"
      • "FaceApiKey": "{face_api_key}"
      • "FaceApiEndpoint": "{face_api_endpoint}"
      • "CosmoDbConnectionString": "{connection_string_to_azure_cosmos_db}"
  • Face API

  • Storage account with:

    • Blobs Container named images
  • Azure Cosmos DB with Collection:

    • Database id : facedb
    • Collection Id : images