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/summarize-genai/README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,8 @@ Text summarization, a core NLP task, unlocks the ability to distill lengthy cont
4
4
5
5
In this article, we'll delve into the creation of a powerful document summarization solution leveraging Oracle Generative AI. Through the integration of Oracle Gen AI's advanced capabilities with cutting-edge technologies such as langchain. This codebase empowers users to effortlessly summarize extensive documents, harnessing the power of Oracle Generative AI Service.
You need the latest versions of LangChain and the OCI software developer kit (SDK). To install and upgrade these two Python packages, use the following command:
3
+
4
+
pip install -U langchain oci
5
+
pip install -r requirements. txt
6
+
7
+
# Running the application
8
+
9
+
You need to have your compartment id ready to use that
10
+
11
+
just run the command to launch the application
12
+
13
+
streamlit run ocidocumentSummarizeUpload.py
14
+
15
+
# More Info Links
16
+
17
+
How to run the application : https://www.youtube.com/watch?v=6A3KGyKy91Q&t=21s
18
+
19
+
Different methods of sumarization : https://medium.com/@anshuman4luv/revolutionizing-document-summarization-innovative-methods-with-langchain-and-large-language-models-f12272c7e8cd
20
+
21
+
22
+
# License
23
+
24
+
Copyright (c) 2024 Oracle and/or its affiliates.
25
+
26
+
Licensed under the Universal Permissive License (UPL), Version 1.0.
27
+
28
+
See [LICENSE](https://github.com/oracle-devrel/technology-engineering/blob/main/LICENSE) for more details.
Copy file name to clipboardExpand all lines: ai-and-app-modernisation/ai-services/generative-ai-service/summarize-genai/files/ocidocumentSummarizeUpload.py
0 commit comments