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: docs/en-branded/deploy-text-similarity.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ feature_endpoint: text_similarity
5
5
deployment_time: 15 Minutes
6
6
destroy_time: 10 Minutes
7
7
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..
9
9
feature_scenario: Applicable to search engines, recommendation systems, machine translation, automatic response, named entity recognition, spelling error correction and other scenarios.
Copy file name to clipboardExpand all lines: docs/en-branded/index.md
+10-10Lines changed: 10 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -10,35 +10,35 @@ The table below lists the supported APIs. You can click the **Details** link to
10
10
### Optical Character Recognition (OCR)
11
11
|**API Name**|**Description**| API |
12
12
|--------------|------------|-------------|
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)|
16
16
|Car License Plate|Recognize text on Chinese car license plate.|[Details](deploy-car-license-plate.md)|
17
17
18
18
### Face and Body
19
19
|**API Name**|**Description**| API |
20
20
|--------------|------------|-------------|
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)|
22
22
|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 genderand 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)|
25
25
26
26
### Image Understanding
27
27
|**API Name**|**Description**| API |
28
28
|--------------|------------|-------------|
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)|
31
31
|Pornography Detection|Detect pornographic image in three dimensions (normal, sexy, porn) and return confidence scores.|[Details](deploy-pornography-detection.md)|
32
32
33
33
### Vision Production
34
34
|**API Name**|**Description**| API |
35
35
|--------------|------------|-------------|
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)|
37
37
38
38
### Natural Language Understanding (NLU)
39
39
|**API Name**|**Description**| API |
40
40
|--------------|------------|-------------|
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)|
42
42
43
43
44
44
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.
Copy file name to clipboardExpand all lines: docs/en/deploy-text-similarity.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ feature_endpoint: text_similarity
5
5
deployment_time: 15 Minutes
6
6
destroy_time: 10 Minutes
7
7
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..
9
9
feature_scenario: Applicable to search engines, recommendation systems, machine translation, automatic response, named entity recognition, spelling error correction and other scenarios.
Copy file name to clipboardExpand all lines: docs/en/index.md
+10-10Lines changed: 10 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -10,35 +10,35 @@ The table below lists the supported APIs. You can click the **Details** link to
10
10
### Optical Character Recognition (OCR)
11
11
|**API Name**|**Description**| API |
12
12
|--------------|------------|-------------|
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)|
16
16
|Car License Plate|Recognize text on Chinese car license plate.|[Details](deploy-car-license-plate.md)|
17
17
18
18
### Face and Body
19
19
|**API Name**|**Description**| API |
20
20
|--------------|------------|-------------|
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)|
22
22
|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 genderand 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)|
25
25
26
26
### Image Understanding
27
27
|**API Name**|**Description**| API |
28
28
|--------------|------------|-------------|
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)|
31
31
|Pornography Detection|Detect pornographic image in three dimensions (normal, sexy, porn) and return confidence scores.|[Details](deploy-pornography-detection.md)|
32
32
33
33
### Vision Production
34
34
|**API Name**|**Description**| API |
35
35
|--------------|------------|-------------|
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)|
37
37
38
38
### Natural Language Understanding (NLU)
39
39
|**API Name**|**Description**| API |
40
40
|--------------|------------|-------------|
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)|
42
42
43
43
44
44
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