Chapter 2. Analyzing Images to Recognize a Face
"We can use the Computer Vision API to prove to our clients the reliability of the data, so they can be confident making important business decisions based on that information."
- Leendert de Voogd, CEO of Vigiglobe
In the previous chapter, you were briefly introduced to Microsoft Cognitive Services. Throughout this chapter, we will dive into image-based APIs from the vision API. We will learn how to perform image analysis. Moving on, we will dive deeper into the Face API, which we briefly looked at in the previous chapter, and we will learn how you can identify people. Next, we will learn how to use the Face API to recognize emotions in faces. Finally, we will learn about the different ways to moderate content.
In this chapter, we will cover the following topics:
- Analyzing images to identify content, metadata, and adult ratings.
- Recognizing celebrities in images and reading text in images.
- Diving into the Face API:
- Learning...