Skip to content

Commit 5273183

Browse files
authored
Merge pull request #2059 from oracle-devrel/updates-ali-major
Updates ali major
2 parents 1eb0da6 + 8477691 commit 5273183

File tree

48 files changed

+179
-244
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+179
-244
lines changed

ai/generative-ai-service/Document Processing with GenAI/doc-understanding-and-genAI/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,11 @@
33
A Streamlit-based app comparing and expanding on traditional Document Understanding (OCI DU) + LLM approach vs. a multimodal LLM for extracting structured data from documents (PDFs, images).
44
This is is aimed at highlighting the strengths of each of our services and the power GenAI brings in combining these approaches for the best handling of complex documents.
55

6+
<img src="./image.png">
7+
</img>
8+
69
Reviewed date: 22.09.2025
10+
711
---
812

913
## 🔧 Features
@@ -130,5 +134,7 @@ This project leverages two core Oracle Cloud Infrastructure AI services:
130134

131135
# 📄 License
132136

137+
Copyright (c) 2025 Oracle and/or its affiliates.
138+
133139
MIT License — see LICENSE for details.
134140

922 KB
Loading

ai/generative-ai-service/Document Processing with GenAI/financial-analysis-chatbot/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ This tool enables semantic search, summarization, and financial Q&A by leveragin
55

66
Author: **Ali Ottoman**
77

8+
Reviewed date: 23.09.2025
9+
810
---
911

1012
## 🔧 Features
@@ -157,4 +159,6 @@ from langchain_community.chat_models.oci_generative_ai import ChatOCIGenAI
157159

158160
## 📄 License
159161

162+
Copyright (c) 2025 Oracle and/or its affiliates.
163+
160164
MIT License — see [LICENSE](LICENSE) for details.

ai/generative-ai-service/Document Processing with GenAI/multi-modal-document-extraction/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
*This Generative AI service application relies on OCI SDK alongside the new Llama 4 models (Scout and Maverick) to extract data from PDFs (or images) into structured data as JSON.*
44

5+
56
Reviewed: 18.09.2025
67

78
# When to use this asset?

ai/generative-ai-service/Document Processing with GenAI/patient-letter-extraction/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ streamlit run <script-name>.py
8787
Replace `<script-name>.py` with the filename of the main script (e.g., `patient_triage_extraction.py`).
8888

8989
## License
90-
Copyright (c) 2024 Oracle and/or its affiliates.
90+
Copyright (c) 2025 Oracle and/or its affiliates.
9191

9292
Licensed under the Universal Permissive License (UPL), Version 1.0.
9393

ai/generative-ai-service/Document Processing with GenAI/smart-invoice-extraction/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ streamlit run app.py
112112
```
113113

114114
## License
115-
Copyright (c) 2024 Oracle and/or its affiliates.
115+
Copyright (c) 2025 Oracle and/or its affiliates.
116116

117117
Licensed under the Universal Permissive License (UPL), Version 1.0.
118118

ai/generative-ai-service/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ Reviewed: 22.09.2025
7676
### Youtube Videos
7777
- [The future of generative AI: What enterprises need to know | Oracle CloudWorld 2023](https://www.youtube.com/watch?v=qcHpu6WA-k8&t=3s)
7878
- [What is Generative AI](https://www.youtube.com/watch?v=pWNAtUwnBS8&t=3s)
79-
- [Pre-GA OCI Generative AI (Beta) Service Product Tour](https://www.youtube.com/watch?v=1tnTyCp3GdY)
79+
- [Pre-GA OCI Generative AI Service Product Tour](https://www.youtube.com/watch?v=1tnTyCp3GdY)
8080
- [Oracle's Vision for the Future - Larry Ellison keynote Oracle Cloud World 2023](https://www.youtube.com/watch?v=63DmgBN1rSI)
8181
- [Summarize any document using Oracle Generative AI](https://www.youtube.com/watch?v=6A3KGyKy91Q)
8282
- [Dubai Citizen's Dream: An Oracle GenAI-Powered Oracle BOT to Answer All Your Questions (RAG on websites)](https://www.youtube.com/watch?v=5Y_k1r34Mp0)
@@ -101,12 +101,13 @@ Reviewed: 22.09.2025
101101
- [Oracle to Deliver Powerful and Secure Generative AI Services for Business](https://www.oracle.com/news/announcement/oracle-to-deliver-powerful-and-secure-generative-ai-service-for-business-2023-06-13/)
102102

103103
## Reusable Assets Overview
104-
- [Generative AI demo pack and deployment script](https://github.com/mgueury/streamlit_oke/)
104+
105105
- [Podcast Generator](https://github.com/oracle-devrel/technology-engineering/tree/main/ai/ai-speech/podcast-generator)
106106
- [Decode Images and Videos with OCI GenAI](https://github.com/oracle-devrel/technology-engineering/tree/main/ai/generative-ai-service/decode-Images-and-Videos-with-OCI-GenAI)
107107

108108
## License
109109

110110
Copyright (c) 2025 Oracle and/or its affiliates.
111+
111112
Licensed under the Universal Permissive License (UPL), Version 1.0.
112113
See [LICENSE](https://github.com/oracle-devrel/technology-engineering/blob/main/LICENSE) for more details.

ai/generative-ai-service/Video-Image-Analysis-using-Langchain/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ Replace `<script-name>.py` with the filename of your main script (e.g., `video_a
7575
```
7676

7777
## License
78-
Copyright (c) 2024 Oracle and/or its affiliates.
78+
Copyright (c) 2025 Oracle and/or its affiliates.
7979

8080
Licensed under the Universal Permissive License (UPL), Version 1.0.
8181

ai/generative-ai-service/complex-document-rag/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ For issues and questions:
252252
- The open-source community
253253

254254
## License
255-
Copyright (c) 2024 Oracle and/or its affiliates.
255+
Copyright (c) 2025 Oracle and/or its affiliates.
256256

257257
Licensed under the Universal Permissive License (UPL), Version 1.0.
258258

ai/generative-ai-service/decode-Images-and-Videos-with-OCI-GenAI/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ Reviewed date: 22.09.2025
9898
If you have questions or feedback, feel free to reach out via [[email protected]](mailto:[email protected]).
9999

100100
## License
101-
Copyright (c) 2024 Oracle and/or its affiliates.
101+
Copyright (c) 2025 Oracle and/or its affiliates.
102102

103103
Licensed under the Universal Permissive License (UPL), Version 1.0.
104104

0 commit comments

Comments
 (0)