Skip to content

Commit 788a1ce

Browse files
committed
docs: update descriptions
1 parent 10714d8 commit 788a1ce

File tree

7 files changed

+26
-26
lines changed

7 files changed

+26
-26
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,12 +65,12 @@ This repository contains several pre-trained deep learning models based on AWS L
6565
### **Computer Vision Production**
6666
| **Feature Name** | **Description** |
6767
|--------------|-------------|
68-
|Image Super Resolution|Upscale the resolution and enhance details in the images|
68+
|Image Super Resolution|Upscale the resolution and enhance details in the images.|
6969

7070
### **Natural Language Understanding(NLU)**
7171
| **Feature Name** | **Description** |
7272
|--------------|-------------|
73-
|Text Similarity|Compare two Chinese words or sentences and return similarity score|
73+
|Text Similarity|Compare two Chinese words or sentences and return similarity score.|
7474

7575

7676

docs/en-branded/deploy-image-super-resolution.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ feature_endpoint: image_super_resolution
55
deployment_time: 25 Minutes
66
destroy_time: 20 Minutes
77
sample_image: Image URL address
8-
feature_description: Upscale the resolution and enhance details in the images.
8+
feature_description: Upscale the resolution and enhance details in the images..
99
feature_scenario: Applicable to converting original image assets into high resolution images.
1010
---
1111

docs/en-branded/deploy-text-similarity.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ feature_endpoint: text_similarity
55
deployment_time: 15 Minutes
66
destroy_time: 10 Minutes
77
sample_image: Image URL address
8-
feature_description: Compare two Chinese words or sentences and return similarity score.
8+
feature_description: Compare two Chinese words or sentences and return similarity score..
99
feature_scenario: Applicable to search engines, recommendation systems, machine translation, automatic response, named entity recognition, spelling error correction and other scenarios.
1010
---
1111

docs/en-branded/index.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,35 +10,35 @@ The table below lists the supported APIs. You can click the **Details** link to
1010
### Optical Character Recognition (OCR)
1111
| **API Name** | **Description** | API |
1212
|--------------|------------|-------------|
13-
|General OCR (Simplified Chinese)|Recognize and extract Simplified Chinese, numbers, alphabetical characters and symbols from images, and return information such as coordinates and confidence.|[Details](deploy-general-ocr.md)|
14-
|General OCR (Traditional Chinese)|Recognize and extract Traditional Chinese, numbers, alphabetical characters and symbols from images, and return information such as coordinates and confidence.|[Details](deploy-general-ocr-traditional.md)|
15-
|Custom OCR|Recognize and extract structured text by predefined OCR templates.|[Details](deploy-custom-ocr.md)|
13+
|General OCR (Simplified Chinese)|Recognize and extract Simplified Chinese, numbers, alphabetical characters and symbols. Return the information such as text or coordinates.|[Details](deploy-general-ocr.md)|
14+
|General OCR (Traditional Chinese)|Recognize and extract Traditional Chinese, numbers, alphabetical characters and symbols from images. Return the information such as text or coordinates.|[Details](deploy-general-ocr-traditional.md)|
15+
|Custom OCR|You can customize the OCR template, extract the structured text information in cards and tickets, and display the results in the key-value format.|[Details](deploy-custom-ocr.md)|
1616
|Car License Plate|Recognize text on Chinese car license plate.|[Details](deploy-car-license-plate.md)|
1717

1818
### Face and Body
1919
| **API Name** | **Description** | API |
2020
|--------------|------------|-------------|
21-
|Face Detection|Detect the face in an image and return coordinate information of the face.|[Details](deploy-face-detection.md)|
21+
|Face Detection|Detect the face in an image, and map the detected facial features and contour key point information to 64 vector coordinates.|[Details](deploy-face-detection.md)|
2222
|Face Comparison|Compare two faces of the same person and return a confidence score of the similarity.|[Details](deploy-face-comparison.md)|
23-
|Human Attribute Recognition |Recognize the attributes of the human body in an image, such as gender and age.|[Details](deploy-human-attribute-recognition.md)|
24-
|Human Image Segmentation|Segment human bodies from the image background.|[Details](deploy-human-image-segmentation.md)|
23+
|Human Attribute Recognition |Recognize the attributes of the human body in the image, and return the human body position coordinates and attribute analysis in each area, such as the semantic information of 16 attributes such as gender, age, and clothing.|[Details](deploy-human-attribute-recognition.md)|
24+
|Human Image Segmentation|Segment human bodies from background and return the alpha channel which is a color component representing the degree of transparency of a color..|[Details](deploy-human-image-segmentation.md)|
2525

2626
### Image Understanding
2727
| **API Name** | **Description** | API |
2828
|--------------|------------|-------------|
29-
|Image Similarity|Compare two images and return similarity score.|[Details](deploy-text-similarity.md)|
30-
|Object Recognition|Recognize objects and scenes in an image and return confidence score for each object or scene.|[Details](deploy-object-recognition.md)|
29+
|Image Similarity|Compare two images by calculating the cosine distance from the image feature vector and converting it into confidence, and return similarity score.|[Details](deploy-text-similarity.md)|
30+
|Object Recognition|Recognize objects in the image and return the region information and confidence score for each object. 300 types of objects are supported.|[Details](deploy-object-recognition.md)|
3131
|Pornography Detection|Detect pornographic image in three dimensions (normal, sexy, porn) and return confidence scores.|[Details](deploy-pornography-detection.md)|
3232

3333
### Vision Production
3434
| **API Name** | **Description** | API |
3535
|--------------|------------|-------------|
36-
|Image Super Resolution|Upscale the resolution and enhance details in the images|[Details](deploy-image-super-resolution.md)|
36+
|Image Super Resolution|Upscale the resolution and enhance details in the images.|[Details](deploy-image-super-resolution.md)|
3737

3838
### Natural Language Understanding (NLU)
3939
| **API Name** | **Description** | API |
4040
|--------------|------------|-------------|
41-
|Text Similarity|Compare two Chinese words or sentences and return similarity score|[Details](deploy-text-similarity.md)|
41+
|Text Similarity|Compare two Chinese words or sentences and return similarity score.|[Details](deploy-text-similarity.md)|
4242

4343

4444
This implementation guide describes architectural considerations and configuration steps for deploying AI Solution Kit in the Amazon Web Services cloud. It includes links to CloudFormation templates that launches and configures the Amazon services required to deploy this solution using Amazon Web Services best practices for security and availability.

docs/en/deploy-image-super-resolution.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ feature_endpoint: image_super_resolution
55
deployment_time: 25 Minutes
66
destroy_time: 20 Minutes
77
sample_image: Image URL address
8-
feature_description: Upscale the resolution and enhance details in the images.
8+
feature_description: Upscale the resolution and enhance details in the images..
99
feature_scenario: Applicable to converting original image assets into high resolution images.
1010
---
1111

docs/en/deploy-text-similarity.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ feature_endpoint: text_similarity
55
deployment_time: 15 Minutes
66
destroy_time: 10 Minutes
77
sample_image: Image URL address
8-
feature_description: Compare two Chinese words or sentences and return similarity score.
8+
feature_description: Compare two Chinese words or sentences and return similarity score..
99
feature_scenario: Applicable to search engines, recommendation systems, machine translation, automatic response, named entity recognition, spelling error correction and other scenarios.
1010
---
1111

docs/en/index.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,35 +10,35 @@ The table below lists the supported APIs. You can click the **Details** link to
1010
### Optical Character Recognition (OCR)
1111
| **API Name** | **Description** | API |
1212
|--------------|------------|-------------|
13-
|General OCR (Simplified Chinese)|Recognize and extract Simplified Chinese, numbers, alphabetical characters and symbols from images, and return information such as coordinates and confidence.|[Details](deploy-general-ocr.md)|
14-
|General OCR (Traditional Chinese)|Recognize and extract Traditional Chinese, numbers, alphabetical characters and symbols from images, and return information such as coordinates and confidence.|[Details](deploy-general-ocr-traditional.md)|
15-
|Custom OCR|Recognize and extract structured text by predefined OCR templates.|[Details](deploy-custom-ocr.md)|
13+
|General OCR (Simplified Chinese)|Recognize and extract Simplified Chinese, numbers, alphabetical characters and symbols. Return the information such as text or coordinates.|[Details](deploy-general-ocr.md)|
14+
|General OCR (Traditional Chinese)|Recognize and extract Traditional Chinese, numbers, alphabetical characters and symbols from images. Return the information such as text or coordinates.|[Details](deploy-general-ocr-traditional.md)|
15+
|Custom OCR|You can customize the OCR template, extract the structured text information in cards and tickets, and display the results in the key-value format.|[Details](deploy-custom-ocr.md)|
1616
|Car License Plate|Recognize text on Chinese car license plate.|[Details](deploy-car-license-plate.md)|
1717

1818
### Face and Body
1919
| **API Name** | **Description** | API |
2020
|--------------|------------|-------------|
21-
|Face Detection|Detect the face in an image and return coordinate information of the face.|[Details](deploy-face-detection.md)|
21+
|Face Detection|Detect the face in an image, and map the detected facial features and contour key point information to 64 vector coordinates.|[Details](deploy-face-detection.md)|
2222
|Face Comparison|Compare two faces of the same person and return a confidence score of the similarity.|[Details](deploy-face-comparison.md)|
23-
|Human Attribute Recognition |Recognize the attributes of the human body in an image, such as gender and age.|[Details](deploy-human-attribute-recognition.md)|
24-
|Human Image Segmentation|Segment human bodies from the image background.|[Details](deploy-human-image-segmentation.md)|
23+
|Human Attribute Recognition |Recognize the attributes of the human body in the image, and return the human body position coordinates and attribute analysis in each area, such as the semantic information of 16 attributes such as gender, age, and clothing.|[Details](deploy-human-attribute-recognition.md)|
24+
|Human Image Segmentation|Segment human bodies from background and return the alpha channel which is a color component representing the degree of transparency of a color..|[Details](deploy-human-image-segmentation.md)|
2525

2626
### Image Understanding
2727
| **API Name** | **Description** | API |
2828
|--------------|------------|-------------|
29-
|Image Similarity|Compare two images and return similarity score.|[Details](deploy-text-similarity.md)|
30-
|Object Recognition|Recognize objects and scenes in an image and return confidence score for each object or scene.|[Details](deploy-object-recognition.md)|
29+
|Image Similarity|Compare two images by calculating the cosine distance from the image feature vector and converting it into confidence, and return similarity score.|[Details](deploy-text-similarity.md)|
30+
|Object Recognition|Recognize objects in the image and return the region information and confidence score for each object. 300 types of objects are supported.|[Details](deploy-object-recognition.md)|
3131
|Pornography Detection|Detect pornographic image in three dimensions (normal, sexy, porn) and return confidence scores.|[Details](deploy-pornography-detection.md)|
3232

3333
### Vision Production
3434
| **API Name** | **Description** | API |
3535
|--------------|------------|-------------|
36-
|Image Super Resolution|Upscale the resolution and enhance details in the images|[Details](deploy-image-super-resolution.md)|
36+
|Image Super Resolution|Upscale the resolution and enhance details in the images.|[Details](deploy-image-super-resolution.md)|
3737

3838
### Natural Language Understanding (NLU)
3939
| **API Name** | **Description** | API |
4040
|--------------|------------|-------------|
41-
|Text Similarity|Compare two Chinese words or sentences and return similarity score|[Details](deploy-text-similarity.md)|
41+
|Text Similarity|Compare two Chinese words or sentences and return similarity score.|[Details](deploy-text-similarity.md)|
4242

4343

4444
This implementation guide describes architectural considerations and configuration steps for deploying AI Solution Kit in the AWS cloud. It includes links to CloudFormation templates that launches and configures the AWS services required to deploy this solution using AWS best practices for security and availability.

0 commit comments

Comments
 (0)