Skip to content

Commit 7baccd2

Browse files
authored
format
1 parent 3e1b307 commit 7baccd2

1 file changed

Lines changed: 24 additions & 33 deletions

File tree

0_Azure/3_AzureAI/7_FaceAPIs/README.md

Lines changed: 24 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -9,34 +9,29 @@ Last updated: 2024-11-19
99

1010
----------
1111

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.
1616
17-
## Content
17+
<details>
18+
<summary><b>Table of Content</b> (Click to expand)</summary>
1819

19-
<!-- TOC -->
2020

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)
2926

30-
<!-- /TOC -->
31-
32-
## Examples of Use Cases
27+
</details>
3328

3429
> [!NOTE]
3530
> Here are some use cases:
36-
### Facial Recognition for Security Systems - Face APIs:
37-
[return to Content](#content)
3831
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.
4035
4136
> [!IMPORTANT]
4237
> 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
6863
F -->|Stores Processed Results| G[User Authentication]
6964
```
7065

71-
### Personalized User Experience - Face APIs:
72-
[return to Content](#content)
66+
## Personalized User Experience - Face APIs:
7367

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.
7569
7670
> [!IMPORTANT]
7771
> 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
9993
F -->|Updates Billboard State| G[Digital Billboard]
10094
```
10195

102-
### People Counting - Face APIs:
103-
[return to Content](#content)
96+
## People Counting - Face APIs:
10497

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.
10699
107100
> [!IMPORTANT]
108101
> 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
151144
F -->|Broadcasts Face Count| G[Connected Clients]
152145
```
153146
154-
### Emotion Analysis for Market Research - Face APIs:
155-
[return to Content](#content)
147+
## Emotion Analysis for Market Research - Face APIs:
156148

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.
158150
159151
> [!IMPORTANT]
160152
> 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
209201
G --> H[Output emotions]
210202
```
211203
212-
### Identity Verification - Face APIs:
213-
[return to Content](#content)
204+
## Identity Verification - Face APIs:
214205
215-
Azure Face API can be used for identity verification in 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 for identity verification in applications. For example, it can be used to verify a person's identity during a remote exam or online banking transaction.
216207
217208
> [!IMPORTANT]
218209
> 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.
@@ -283,4 +274,4 @@ graph TB
283274
<div align="center">
284275
<h3 style="color: #4CAF50;">Total Visitors</h3>
285276
<img src="https://profile-counter.glitch.me/brown9804/count.svg" alt="Visitor Count" style="border: 2px solid #4CAF50; border-radius: 5px; padding: 5px;"/>
286-
</div>
277+
</div>

0 commit comments

Comments
 (0)