Update README.md
Browse files
README.md
CHANGED
|
@@ -53,6 +53,20 @@ This will launch the synthetic patient server using your OpenAI and ElevenLabs A
|
|
| 53 |
- Because of docker's audio limitations, voice-recognition has been disabled. You will need to input text through a text field.
|
| 54 |
- Depending on the computer running the server, response times may be quite slow (20-30 seconds on our consumer-grade machines).
|
| 55 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 56 |
### Contact us
|
| 57 |
|
| 58 |
- Reach us at [[email protected]](mailto:[email protected]).
|
|
|
|
| 53 |
- Because of docker's audio limitations, voice-recognition has been disabled. You will need to input text through a text field.
|
| 54 |
- Depending on the computer running the server, response times may be quite slow (20-30 seconds on our consumer-grade machines).
|
| 55 |
|
| 56 |
+
### Citation
|
| 57 |
+
|
| 58 |
+
```bibtex
|
| 59 |
+
@misc{chu2024syntheticpatientssimulatingdifficult,
|
| 60 |
+
title={Synthetic Patients: Simulating Difficult Conversations with Multimodal Generative AI for Medical Education},
|
| 61 |
+
author={Simon N. Chu and Alex J. Goodell},
|
| 62 |
+
year={2024},
|
| 63 |
+
eprint={2405.19941},
|
| 64 |
+
archivePrefix={arXiv},
|
| 65 |
+
primaryClass={cs.HC},
|
| 66 |
+
url={https://arxiv.org/abs/2405.19941},
|
| 67 |
+
}
|
| 68 |
+
```
|
| 69 |
+
|
| 70 |
### Contact us
|
| 71 |
|
| 72 |
- Reach us at [[email protected]](mailto:[email protected]).
|