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/generative-ai-service/patient-letter-extraction/README.md
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,20 @@
2
2
3
3
This is a Generative AI-powered application that extracts key information from patient referral letters (in `.docx` format) and processes them using the OCI Generative AI services. This application allows users to simply and efficiently extract key data from patient referrals for expedited patient handling.
4
4
5
+
## Demo
6
+

7
+
8
+
## OCI Services used
9
+
-**OCI Generative AI**
10
+
A fully managed service offering enterprise-grade large language models for natural language processing tasks.
11
+
In this project, it is used to extract structured medical data from unstructured referral letters.
12
+
📘 [OCI Generative AI Documentation](https://www.oracle.com/artificial-intelligence/generative-ai/generative-ai-service/)
13
+
14
+
-**OCI Python SDK**
15
+
A Python library that allows secure interaction with OCI services through API calls.
16
+
It is used here to authenticate and communicate with the Generative AI endpoints.
0 commit comments