In this recipe, you will learn how to use the Computer Vision API to detect faces within an image. We will be locating the faces and capture their coordinates and save them in different Azure Table Storage based on the gender.
Using Cognitive Services to locate faces from the images
Getting ready
To get started, we need to create a Computer Vision API and configure the keys to access the API in the Azure Function app.
Make sure that you have Azure Storage Explorer installed and have also configured to access the storage where you are uploading the Blobs.