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
+16-18Lines changed: 16 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,8 +5,7 @@ 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 an efficient and insightful summarization of image content.
7
7
8
-
<img src="./AIVisionApp.jpg>
9
-
</img>
8
+
<img src="./files/AIVisionApp.jpg>"</img>
10
9
11
10
## Prerequisites
12
11
@@ -19,20 +18,19 @@ Before getting started, make sure you have the access to these services:
19
18
20
19
## AI Vision and OCI Generative AI Service Integration Architecture
21
20
1. AI Vision App using VBCS
22
-
o Oracle Visual Builder Cloud Service (VBCS) is a hosted environment for your application development infrastructure. It provides an open-source standards-based development service to create, collaborate on, and deploy applications within Oracle Cloud. This application is developed in VBCS.
23
-
2.Image Analysis with OCI AI Vision Service:
24
-
o The AI Vision service is employed to analyse images.
25
-
o It identifies objects within the image by using advanced computer vision algorithms.
26
-
3.Integration with OCI Generative AI Service:
27
-
o The extracted object keywords are sent to the OCI Generative AI Service
28
-
4.Integration with OCI AI Vision and OCI Generative AI Service using OIC:
29
-
o Oracle Integration Cloud is used to integrate VBCS app and OCI AI Services.
30
-
5.Summarization Process:
31
-
o OCI Generative AI Service generates text using the keywords received from OCI Vision service, to create a concise summary of the image.
21
+
-Oracle Visual Builder Cloud Service (VBCS) is a hosted environment for your application development infrastructure. It provides an open-source standards-based development service to create, collaborate on, and deploy applications within Oracle Cloud. This application is developed in VBCS.
22
+
2.Image Analysis with OCI AI Vision Service:
23
+
-The AI Vision service is employed to analyse images.
24
+
-It identifies objects within the image by using advanced computer vision algorithms.
25
+
3.Integration with OCI Generative AI Service:
26
+
-The extracted object keywords are sent to the OCI Generative AI Service
27
+
4.Integration with OCI AI Vision and OCI Generative AI Service using OIC:
28
+
-Oracle Integration Cloud is used to integrate VBCS app and OCI AI Services.
29
+
5.Summarization Process:
30
+
-OCI Generative AI Service generates text using the keywords received from OCI Vision service, to create a concise summary of the image.
32
31
33
32
34
-
<img src="./AIVisionAppArch.svg>
35
-
</img>
33
+
<img src="./files/AIVisionAppArch.svg>"</img>
36
34
37
35
## Application Flow in Detail (VBCS, OIC, OCI Vision, OCI Generative AI Service)
38
36
In this application,
@@ -44,13 +42,13 @@ Before getting started, make sure you have the access to these services:
0 commit comments