Skip to content

nzigel/FunctionAppImageProcess

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FunctionAppImageProcess

This Azure Function reads in a blob triggered when a new image is uploaded and performs custom image detection on it to look for trained images and then performs OCR to read text. I also uses Microsoft Cognitive Services Custom Vision to set tags on the image and sets the GPS data from the image if available.

There are two functions in this project one that reads from a container triggered by new blob images, it processes the image and writes metadata as attributes to the blob and outputs to an output conatiner.

The other function is trigger by a queue from https://github.com/nzigel/ImageUploadAPI that processes the image from the blob container and writes the metadata to a document DB document that is passed in from the queue.

Machine Pre-requisites

Install the following on your machine:

For another sample with a similar pattern check out https://github.com/Azure-Samples/functions-customer-reviews

About

This Azure Function reads in a blob triggered when a new image is uploaded and performs custom image detection on it to look for trained images and then performs OCR to read text. I also uses Microsoft Cognitive Services Custom Vision to set tags on the image and sets the GPS data from the image if available.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages