Skip to content

Commit 8442c80

Browse files
authored
format
1 parent 7baccd2 commit 8442c80

1 file changed

Lines changed: 19 additions & 29 deletions

File tree

0_Azure/3_AzureAI/5_CustomVision/README.md

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

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

12-
Here are some of the key features of the Azure AI Custom Vision service:
13-
1. **Customization to your scenario**: Users could set their model to perceive a particular object for their use case.
14-
2. **Intuitive model creation**: Users could easily build their image identifier model using the simple interface.
15-
3. **Flexible deployment**: Users could run AI Custom Vision in the cloud or on the edge in containers.
16-
4. **Built-in security**: Users could rely on enterprise-grade security and privacy for their data and any trained models.
12+
> Here are some of the key features of the Azure AI Custom Vision service:
13+
> 1. **Customization to your scenario**: Users could set their model to perceive a particular object for their use case.
14+
> 2. **Intuitive model creation**: Users could easily build their image identifier model using the simple interface.
15+
> 3. **Flexible deployment**: Users could run AI Custom Vision in the cloud or on the edge in containers.
16+
> 4. **Built-in security**: Users could rely on enterprise-grade security and privacy for their data and any trained models.
1717
18-
## Content
19-
<!-- TOC -->
18+
<details>
19+
<summary><b>Table of Contents</b> (Click to expand)</summary>
2020

21-
- [Custom Vision](#custom-vision)
22-
- [Content](#content)
23-
- [Exampls of Use Cases](#exampls-of-use-cases)
24-
- [Retail - Custom Vision:](#retail---custom-vision)
25-
- [Healthcare - Custom Vision:](#healthcare---custom-vision)
26-
- [Manufacturing - Custom Vision:](#manufacturing---custom-vision)
27-
- [Agriculture - Custom Vision:](#agriculture---custom-vision)
28-
- [Transportation - Custom Vision:](#transportation---custom-vision)
21+
- [Retail - Custom Vision:](#retail---custom-vision)
22+
- [Healthcare - Custom Vision:](#healthcare---custom-vision)
23+
- [Manufacturing - Custom Vision:](#manufacturing---custom-vision)
24+
- [Agriculture - Custom Vision:](#agriculture---custom-vision)
25+
- [Transportation - Custom Vision:](#transportation---custom-vision)
2926

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

3429
> [!NOTE]
3530
> Here are some use cases:
3631
37-
### Retail - Custom Vision:
38-
[return to Content](#content)
32+
## Retail - Custom Vision:
3933

4034
- **Product Identification**: Retailers can use Azure Custom Vision to identify products from images taken by customers. This can be used in a mobile app to allow customers to find similar products.
4135
- **Inventory Management**: Images from store shelves can be analyzed to determine which products are out of stock.
4236

43-
### Healthcare - Custom Vision:
44-
[return to Content](#content)
37+
## Healthcare - Custom Vision:
4538

4639
- **Medical Imaging**: Azure Custom Vision can be trained to identify anomalies or diseases in medical images such as X-rays or MRIs.
4740
- **Patient Monitoring**: In a hospital setting, Azure Custom Vision can be used to monitor patients and alert staff if it detects any unusual activity.
4841

49-
### Manufacturing - Custom Vision:
50-
[return to Content](#content)
42+
## Manufacturing - Custom Vision:
5143

5244
- **Quality Control**: Manufacturers can use Azure Custom Vision to inspect products on an assembly line for defects.
5345
- **Safety Compliance**: It can be used to ensure that safety protocols are being followed on the manufacturing floor by analyzing images from CCTV feeds.
5446

55-
### Agriculture - Custom Vision:
56-
[return to Content](#content)
47+
## Agriculture - Custom Vision:
5748

5849
- **Crop Disease Detection**: Farmers can use Azure Custom Vision to analyze drone-captured images of crops to detect diseases early.
5950
- **Animal Monitoring**: It can be used to monitor the health and well-being of livestock by analyzing images or video feeds.
6051

61-
### Transportation - Custom Vision:
62-
[return to Content](#content)
52+
## Transportation - Custom Vision:
6353

6454
- **Vehicle Identification**: Azure Custom Vision can be used in toll booths or parking lots for automatic number plate recognition.
6555
- **Traffic Management**: It can analyze drone or satellite images to monitor traffic conditions and detect accidents or roadblocks.
6656

6757
<div align="center">
6858
<h3 style="color: #4CAF50;">Total Visitors</h3>
6959
<img src="https://profile-counter.glitch.me/brown9804/count.svg" alt="Visitor Count" style="border: 2px solid #4CAF50; border-radius: 5px; padding: 5px;"/>
70-
</div>
60+
</div>

0 commit comments

Comments
 (0)