abeckDev / ImageFaceProcessingDemonstration

A demonstration on how to leverage Azure Face API and Functions to process faces on pictures.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ImageFaceProcessingDemonstration

A demonstration on how to leverage Azure Compter Vision API and Functions to process faces on pictures.

The Function will listen for any newly uploaded Blobs to an Azure Storage Account Blob Container. If detected, it will leverage Azure Computer Vision to determine the meta information out of the images. These information will be stored in a table storage in the same storage account. After the analysis, the image will be moved to another blob in order to persist the image and keep the incoming "queue" empty.

ToDo

  • Better documentation
  • "Deploy to Azure Button" like deployment method
  • Connection to a Frontend like PowerApp

About

A demonstration on how to leverage Azure Face API and Functions to process faces on pictures.

License:MIT License


Languages

Language:C# 100.0%