In this recipe, you will learn how to use the Computer Vision API to detect faces within an image. We will be locating faces, capturing their coordinates, and saving them in different areas of Azure Table Storage based on gender.
Using Cognitive Services to locate faces in images
Getting ready
To get started, we need to create a Computer Vision API and configure its API keys so that Azure Functions (or any other program) can access it programmatically.
Make sure that you have Azure Storage Explorer installed and, that you have also configured to access the storage area where you are uploading the blobs.