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
+12-13Lines changed: 12 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,16 +1,16 @@
1
1
# Summarize Image using OCI AI Vision Service and OCI Generative AI Service
2
2
3
3
## Introduction
4
-
In this article, we'll explore how to summarize an image using OCI AI Vision Service and OCI Generative AI Service.
4
+
In this article, we'll explore how to describe an image using OCI AI Vision Service and OCI Generative AI Service.
5
5
The application is developed using Oracle VBCS, OIC , OCI AI Vision service and OCI Generative AI Service.
6
-
This integrated approach combines the strengths of OCI AI Vision and OCI Generative AI Service, allowing for efficient and insightful summarization of image content.
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
8
<img src="./AIVisionApp.jpg>
9
9
</img>
10
10
11
11
## Prerequisites
12
12
13
-
Before getting started, make sure you have the access to following services:
13
+
Before getting started, make sure you have the access to these services:
14
14
15
15
- Oracle Generative AI Service
16
16
- Oracle Vision Service
@@ -19,24 +19,24 @@ Before getting started, make sure you have the access to following services:
19
19
20
20
## AI Vision and OCI Generative AI Service Integration Architecture
21
21
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 integration to develop, collaborate on, and deploy applications within Oracle Cloud. This application is developed in 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
23
2. Image Analysis with OCI AI Vision Service:
24
24
o The AI Vision service is employed to analyse images.
25
-
o It identifies objects within the image using advanced computer vision algorithms.
25
+
o It identifies objects within the image by using advanced computer vision algorithms.
26
26
3. Integration with OCI Generative AI Service:
27
27
o The extracted object keywords are sent to the OCI Generative AI Service
28
28
4. Integration with OCI AI Vision and OCI Generative AI Service using OIC:
29
29
o Oracle Integration Cloud is used to integrate VBCS app and OCI AI Services.
30
30
5. Summarization Process:
31
-
o OCI Generative AI Service generate text utilizes the received keywords from OCI Vision service to generate a concise summary of the image.
31
+
o OCI Generative AI Service generates text using the keywords received from OCI Vision service, to create a concise summary of the image.
0 commit comments