From 394c3ce3ac15924a56ee2f2af2f0c2a9a9aeee0b Mon Sep 17 00:00:00 2001 From: Nyein Chan Ko Ko <15250843+nchanko@users.noreply.github.com> Date: Sat, 16 Mar 2024 23:28:50 -0500 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 0be41b5..d781d4c 100644 --- a/README.md +++ b/README.md @@ -36,3 +36,5 @@ The project highlights the potential of GPT-3.5 in synthesizing realistic medica ## Usage Install dependencies listed in `required_libraries.py`. Run `main.py` to begin synthetic medical record generation. Follow component-specific instructions for detailed operations. + +Read more about this project [here](https://nyeimchankoko.medium.com/medical-record-synthesis-using-llm-a796d3c67fd0)