Spaces:
Running
Running
alexgoodell
commited on
Commit
•
d855f75
1
Parent(s):
5abc725
Update README.md
Browse files
README.md
CHANGED
@@ -30,7 +30,11 @@ Welcome to our repository. Here, we have a collection of files and links to shar
|
|
30 |
|
31 |
# Installation
|
32 |
|
33 |
-
To experiment with the realtime video chat application, you will need to run it locally.
|
|
|
|
|
|
|
|
|
34 |
|
35 |
To begin, make sure that you have Docker installed. Then, from your command-line, run:
|
36 |
|
|
|
30 |
|
31 |
# Installation
|
32 |
|
33 |
+
To experiment with the realtime video chat application, you will need to run it locally.
|
34 |
+
We have provided a [docker container](https://hub.docker.com/r/syntheticpatients/base) with the requirements.
|
35 |
+
You will need API keys for both OpenAI and ElevenLabs to run this program. The program will prompt you to provide them at runtime.
|
36 |
+
You will need an account to both of these services to get the keys, and you will be charged for usage.
|
37 |
+
These keys will only be stored within your instance of docker and will not be shared.
|
38 |
|
39 |
To begin, make sure that you have Docker installed. Then, from your command-line, run:
|
40 |
|