Skip to content

Commit 71477ef

Browse files
authored
Update README.md
1 parent 4c00071 commit 71477ef

File tree

1 file changed

+12
-13
lines changed
  • ai-and-app-modernisation/ai-services/generative-ai-service/vision-genai

1 file changed

+12
-13
lines changed

ai-and-app-modernisation/ai-services/generative-ai-service/vision-genai/README.md

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
# Summarize Image using OCI AI Vision Service and OCI Generative AI Service
22

33
## 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.
55
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.
77

88
<img src="./AIVisionApp.jpg>
99
</img>
1010

1111
## Prerequisites
1212

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:
1414

1515
- Oracle Generative AI Service
1616
- Oracle Vision Service
@@ -19,24 +19,24 @@ Before getting started, make sure you have the access to following services:
1919

2020
## AI Vision and OCI Generative AI Service Integration Architecture
2121
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.
2323
2. Image Analysis with OCI AI Vision Service:
2424
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.
2626
3. Integration with OCI Generative AI Service:
2727
o The extracted object keywords are sent to the OCI Generative AI Service
2828
4. Integration with OCI AI Vision and OCI Generative AI Service using OIC:
2929
o Oracle Integration Cloud is used to integrate VBCS app and OCI AI Services.
3030
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.
3232

3333
3434
<img src="./AIVisionAppArch.svg>
3535
</img>
3636

37-
## Application Flow in Detail (VBCS, OIC, OCI Vision, OCI Generative AI)
38-
In this app,
39-
• The File Picker action in VBCS allow the user to select the image.
37+
## Application Flow in Detail (VBCS, OIC, OCI Vision, OCI Generative AI Service)
38+
In this application,
39+
• The File Picker action in VBCS allows the user to select the image.
4040
• Create an integration process in Oracle Integration Cloud (OIC) to handle the communication between VBCS and OCI Vision Service.
4141
• Pass the selected image from VBCS to OCI Vision Service to analyse the image.
4242
• OCI Vision Service analyzes the image and identifies objects within it.
@@ -56,7 +56,7 @@ Before getting started, make sure you have the access to following services:
5656
• User clicks the "Generate" button in the app to initiate the summary generation.
5757
• Configure the OIC integration process to invoke the GenAI service.
5858
• Pass the keywords returned by the OCI Vision Service along with any additional relevant information.
59-
GenAI service processes the received keywords and generates a summary of the image content.
59+
Generative AI Service processes the received keywords and generates a summary of the image content.
6060

6161
User (VBCS) --> (File Picker) --> |Image| --> (OIC) --> |OCI Vision Service| --> |Detected Keywords| --> (OIC) --> | OCI Generative AI Service --> |Summary| --> (OIC) --> |Result| --> (VBCS)
6262

@@ -70,9 +70,8 @@ Before getting started, make sure you have the access to following services:
7070

7171
## Conclusion
7272

73-
In this article, we've covered how to utilise Oracle AI Vision Service features to provide summary of an image using Geneartive AI service .
74-
75-
Feel free to modify and expand upon this template according to your specific use case and preferences. Good luck with your article!
73+
In this article, we've covered how to utilise Oracle AI Vision Service features to provide a summary of an image using Geneartive AI service .
74+
Feel free to modify and expand upon this template according to your specific use case and preferences.
7675

7776

7877
# License

0 commit comments

Comments
 (0)