Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Static html5 site hosted in Azure Function proxy that calls onto a v2 Azure Function App written in .NET Core 2.1, which then calls onto the face API. All scripted for environment and source build and deployment.

License

Notifications You must be signed in to change notification settings

biancacorsatea/emotion-checker

 
 

Repository files navigation

Function & Cognitive demo

A static website served via an Azure Function Proxy which then streams your camera to the Face API capturing and returning your age and your emotion, while also showing some great capabilities in Azure Functions

Highlights being:

Deploy to Azure without ACI

Deploy to Azure

Deploy to Azure with ACI

Architecture

  • Consumer calls the function proxy which presents static html
  • The static html allows the user to take a photo and calls the API
  • The function app uses Managed Service Identity to call Key Vault
  • Key vault used to stored the connection details for the Face API
  • The Face API is called with the original image and obtains the emotion

Architecture

About

Static html5 site hosted in Azure Function proxy that calls onto a v2 Azure Function App written in .NET Core 2.1, which then calls onto the face API. All scripted for environment and source build and deployment.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 58.9%
  • HTML 41.1%