You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 0_Azure/3_AzureAI/7_FaceAPIs/README.md
+24-33Lines changed: 24 additions & 33 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,34 +9,29 @@ Last updated: 2024-11-19
9
9
10
10
----------
11
11
12
-
Key Features:
13
-
-**Face Detection and Recognition**: The service provides AI algorithms that detect, recognize, and analyze human faces in images.
14
-
-**Facial Recognition Software**: This software is important in many different scenarios, such as security, natural user interface, image content analysis and management, mobile apps, and robotics.
15
-
-**API Categories**: The Face APIs comprise the following categories: Face Algorithm APIs, DetectLiveness session APIs, FaceList APIs, LargePersonGroup Person APIs, LargePersonGroup APIs, LargeFaceList APIs, PersonGroup Person APIs, PersonGroup APIs, PersonDirectory Person APIs, PersonDirectory DynamicPersonGroup APIs, Liveness Session APIs and Liveness-With-Verify Session APIs.
12
+
> Key Features:
13
+
> -**Face Detection and Recognition**: The service provides AI algorithms that detect, recognize, and analyze human faces in images.
14
+
> -**Facial Recognition Software**: This software is important in many different scenarios, such as security, natural user interface, image content analysis and management, mobile apps, and robotics.
15
+
> -**API Categories**: The Face APIs comprise the following categories: Face Algorithm APIs, DetectLiveness session APIs, FaceList APIs, LargePersonGroup Person APIs, LargePersonGroup APIs, LargeFaceList APIs, PersonGroup Person APIs, PersonGroup APIs, PersonDirectory Person APIs, PersonDirectory DynamicPersonGroup APIs, Liveness Session APIs and Liveness-With-Verify Session APIs.
16
16
17
-
## Content
17
+
<details>
18
+
<summary><b>Table of Content</b> (Click to expand)</summary>
18
19
19
-
<!-- TOC -->
20
20
21
-
-[Face APIs](#face-apis)
22
-
-[Content](#content)
23
-
-[Examples of Use Cases](#examples-of-use-cases)
24
-
-[Facial Recognition for Security Systems - Face APIs:](#facial-recognition-for-security-systems---face-apis)
25
-
-[Personalized User Experience - Face APIs:](#personalized-user-experience---face-apis)
26
-
-[People Counting - Face APIs:](#people-counting---face-apis)
27
-
-[Emotion Analysis for Market Research - Face APIs:](#emotion-analysis-for-market-research---face-apis)
28
-
-[Identity Verification - Face APIs:](#identity-verification---face-apis)
21
+
-[Facial Recognition for Security Systems - Face APIs:](#facial-recognition-for-security-systems---face-apis)
22
+
-[Personalized User Experience - Face APIs:](#personalized-user-experience---face-apis)
23
+
-[People Counting - Face APIs:](#people-counting---face-apis)
24
+
-[Emotion Analysis for Market Research - Face APIs:](#emotion-analysis-for-market-research---face-apis)
25
+
-[Identity Verification - Face APIs:](#identity-verification---face-apis)
29
26
30
-
<!-- /TOC -->
31
-
32
-
## Examples of Use Cases
27
+
</details>
33
28
34
29
> [!NOTE]
35
30
> Here are some use cases:
36
-
### Facial Recognition for Security Systems - Face APIs:
37
-
[return to Content](#content)
38
31
39
-
Azure Face API can be used to build security systems that use facial recognition. The API can detect, recognize, and analyze human faces in images. This can be used to authenticate users based on their facial features.
32
+
## Facial Recognition for Security Systems - Face APIs:
33
+
34
+
> Azure Face API can be used to build security systems that use facial recognition. The API can detect, recognize, and analyze human faces in images. This can be used to authenticate users based on their facial features.
40
35
41
36
> [!IMPORTANT]
42
37
> Here’s an example of an end-to-end solution using Azure resources and Azure Face APIs: This solution uses Azure Face API for facial recognition and Azure Document Intelligence for document processing. The system can detect, recognize, and analyze human faces in images for user authentication.
@@ -68,10 +63,9 @@ graph TD
68
63
F -->|Stores Processed Results| G[User Authentication]
69
64
```
70
65
71
-
### Personalized User Experience - Face APIs:
72
-
[return to Content](#content)
66
+
## Personalized User Experience - Face APIs:
73
67
74
-
Azure Face API can be used to create personalized user experiences in applications. For example, a digital billboard can change its content based on the age, gender, or emotion of the person looking at it.
68
+
> Azure Face API can be used to create personalized user experiences in applications. For example, a digital billboard can change its content based on the age, gender, or emotion of the person looking at it.
75
69
76
70
> [!IMPORTANT]
77
71
> Here’s an example of an end-to-end solution using Azure resources and Azure Face APIs: This solution uses the Azure Face API to detect and analyze faces in real-time. The data gathered (age, gender, emotion) is then used to personalize the content displayed on a digital billboard.
@@ -99,10 +93,9 @@ graph TD
99
93
F -->|Updates Billboard State| G[Digital Billboard]
100
94
```
101
95
102
-
### People Counting - Face APIs:
103
-
[return to Content](#content)
96
+
## People Counting - Face APIs:
104
97
105
-
Azure Face API can be used to count the number of people in a room or area by analyzing the video feed from a camera. This can be useful in scenarios like crowd management or occupancy monitoring in smart buildings.
98
+
> Azure Face API can be used to count the number of people in a room or area by analyzing the video feed from a camera. This can be useful in scenarios like crowd management or occupancy monitoring in smart buildings.
106
99
107
100
> [!IMPORTANT]
108
101
> Here’s an example of an end-to-end solution using Azure resources and Azure Face APIs: This solution uses the Azure Face API to count the number of people in a room or area by analyzing the video feed from a camera. This can be useful in scenarios like crowd management or occupancy monitoring in smart buildings.
@@ -151,10 +144,9 @@ graph TD
151
144
F -->|Broadcasts Face Count| G[Connected Clients]
152
145
```
153
146
154
-
### Emotion Analysis for Market Research - Face APIs:
155
-
[return to Content](#content)
147
+
## Emotion Analysis for Market Research - Face APIs:
156
148
157
-
Azure Face API can analyze emotions expressed by people's faces. This can be used in market research to understand how customers react to a product or advertisement.
149
+
> Azure Face API can analyze emotions expressed by people's faces. This can be used in market research to understand how customers react to a product or advertisement.
158
150
159
151
> [!IMPORTANT]
160
152
> Here’s an example of an end-to-end solution using Azure resources and Azure Face APIs: how you might use Azure Face API for emotion analysis in market research. This example is written in Python and uses the azure-cognitiveservices-vision-face package.
@@ -209,10 +201,9 @@ graph TB
209
201
G --> H[Output emotions]
210
202
```
211
203
212
-
### Identity Verification - Face APIs:
213
-
[return to Content](#content)
204
+
## Identity Verification - Face APIs:
214
205
215
-
Azure Face API can be used foridentity verificationin applications. For example, it can be used to verify a person's identity during a remote exam or online banking transaction.
206
+
>Azure Face API can be used foridentity verificationin applications. For example, it can be used to verify a person's identity during a remote exam or online banking transaction.
216
207
217
208
> [!IMPORTANT]
218
209
> Here’s an example of an end-to-end solution using Azure resources and Azure Face APIs: how you might use Azure Face API for identity verification in a remote exam or online banking transaction. This example is written in Python.
0 commit comments