Skip to content

Commit

Permalink
added requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
nchanko committed Mar 17, 2024
1 parent c184f92 commit 7e23b8e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Medical Record Synthesis using GPT-3.5
# Author Dr.Nyein Chan Ko Ko (2023)
### Author Dr.Nyein Chan Ko Ko (2023)

## Overview
This project leverages GPT-3.5 to synthesize medical records, aiming to provide a compliant solution for researchers needing access to patient data while respecting privacy laws like HIPAA and GDPR.
Expand Down
4 changes: 4 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
openai==1.14.1
pandas==2.2.1
python-dotenv==1.0.1
tqdm==4.65.1

0 comments on commit 7e23b8e

Please sign in to comment.