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: ai-and-app-modernisation/ai-services/generative-ai-service/vision-genai/README.md
+18-16Lines changed: 18 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,9 +5,10 @@ In this article, we'll explore how to describe an image using OCI AI Vision Serv
5
5
The application is developed using Oracle VBCS, OIC, OCI AI Vision service, and OCI Generative AI Service.
6
6
This integrated approach combines the strength of OCI AI Vision and OCI Generative AI Service, allowing for efficient and insightful summarization of image content.
7
7
8
+
8
9
Reviewed: 21.02.2024
9
10
10
-
<img src="./AIVisionApp.jpg></img>
11
+
<img src="./files/AIVisionApp.jpg>"</img>
11
12
12
13
# Prerequisites
13
14
@@ -36,40 +37,41 @@ Before getting started, make sure you have access to these services:
36
37
5. Summarization Process:
37
38
- OCI Generative AI Service generates text using the keywords received from OCI Vision service, to create a concise summary of the image.
38
39
39
-
<img src="./AIVisionAppArch.svg></img>
40
+
<img src="./files/AIVisionAppArch.svg></img>
40
41
41
42
# Application Flow in Detail (VBCS, OIC, OCI Vision, OCI Generative AI Service)
42
-
In this application,
43
-
• The File Picker action in VBCS allows the user to select the image.
44
-
• Create an integration process in Oracle Integration Cloud (OIC) to handle the communication between VBCS and OCI Vision Service.
45
-
• Pass the selected image from VBCS to OCI Vision Service to analyze the image.
46
-
• OCI Vision Service analyzes the image and identifies objects within it.
47
-
• The OCI Vision Service returns the detected objects (keywords) to the OIC integration process and returns the results to VBCS.
43
+
44
+
In this application,
45
+
- The File Picker action in VBCS allows the user to select the image.
46
+
- Create an integration process in Oracle Integration Cloud (OIC) to handle the communication between VBCS and OCI Vision Service.
47
+
- Pass the selected image from VBCS to OCI Vision Service to analyze the image.
48
+
- OCI Vision Service analyzes the image and identifies objects within it.
49
+
- The OCI Vision Service returns the detected objects (keywords) to the OIC integration process and returns the results to VBCS.
0 commit comments