diff --git a/README.md b/README.md index cb2b3f6..0be41b5 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..49d26a8 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,4 @@ +openai==1.14.1 +pandas==2.2.1 +python-dotenv==1.0.1 +tqdm==4.65.1