alexgoodell
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -1,9 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
## Synthetic Patients
|
2 |
|
3 |
![revised_group](https://github.com/synthetic-patients/.github/assets/2191507/11dc7f6a-5c68-4894-aa2c-fe30c91728a5)
|
4 |
|
5 |
-
[Preprint](https://
|
6 |
-
[Demo video]
|
7 |
|
8 |
### Real-time chat application
|
9 |
|
@@ -26,8 +34,23 @@ This will launch the synthetic patient server using your OpenAI and ElevenLabs A
|
|
26 |
### Notes
|
27 |
|
28 |
- Because of docker's audio limitations, voice-recognition has been disabled. You will need to input text through a text field.
|
29 |
-
- Depending on the computer running the server, response times may be quite slow.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
30 |
|
31 |
### Video demonstration
|
32 |
|
33 |
-
https://github.com/alexgoodell/synthetic-patients/assets/2191507/27cac321-b9de-4e79-a80d-fd93a50574c5
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
tags:
|
5 |
+
- medical
|
6 |
+
- education
|
7 |
+
- simulation
|
8 |
+
---
|
9 |
## Synthetic Patients
|
10 |
|
11 |
![revised_group](https://github.com/synthetic-patients/.github/assets/2191507/11dc7f6a-5c68-4894-aa2c-fe30c91728a5)
|
12 |
|
13 |
+
[Preprint](https://syn.pt/preprint)
|
14 |
+
[Demo video](https://syn.pt/figshare)
|
15 |
|
16 |
### Real-time chat application
|
17 |
|
|
|
34 |
### Notes
|
35 |
|
36 |
- Because of docker's audio limitations, voice-recognition has been disabled. You will need to input text through a text field.
|
37 |
+
- Depending on the computer running the server, response times may be quite slow.
|
38 |
+
- Uses [wav2lip](https://github.com/Rudrabha/Wav2Lip)
|
39 |
+
|
40 |
+
### Preprint
|
41 |
+
|
42 |
+
```bibtex
|
43 |
+
@misc{chu2024syntheticpatientssimulatingdifficult,
|
44 |
+
title={Synthetic Patients: Simulating Difficult Conversations with Multimodal Generative AI for Medical Education},
|
45 |
+
author={Simon N. Chu and Alex J. Goodell},
|
46 |
+
year={2024},
|
47 |
+
eprint={2405.19941},
|
48 |
+
archivePrefix={arXiv},
|
49 |
+
primaryClass={cs.HC},
|
50 |
+
url={https://arxiv.org/abs/2405.19941},
|
51 |
+
}
|
52 |
+
```
|
53 |
|
54 |
### Video demonstration
|
55 |
|
56 |
+
https://github.com/alexgoodell/synthetic-patients/assets/2191507/27cac321-b9de-4e79-a80d-fd93a50574c5
|