Skip to content

Commit 62e5a7b

Browse files
authored
Merge pull request #1824 from oracle-devrel/aliottoman-patch-9-1
Update README.md
2 parents 488e769 + 4fa1245 commit 62e5a7b

File tree

1 file changed

+14
-0
lines changed
  • ai/generative-ai-service/patient-letter-extraction

1 file changed

+14
-0
lines changed

ai/generative-ai-service/patient-letter-extraction/README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22

33
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.
44

5+
## Demo
6+
![Demo of Patient Letter Extraction](patient_letter_demo.gif)
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.
17+
📘 [OCI Python SDK Documentation](https://docs.oracle.com/en-us/iaas/tools/python/latest/)
18+
519
## Features
620
- Upload `.docx` files containing patient referral letters.
721
- Process documents using Oracle Cloud Infrastructure (OCI) Generative AI.

0 commit comments

Comments
 (0)