File tree 4 files changed +12
-20
lines changed
4 files changed +12
-20
lines changed Original file line number Diff line number Diff line change 3
3
4
4
Build an AI agent that do an outbound call with Twilio and can interact with in realtime with voice.
5
5
6
+ This readme explains how to run this example.
7
+ For a complete documentation on how the agent works and how to setup the services, visit https://docs.restack.io/telephony-video-voice/telephony
8
+
6
9
## Prerequisites
7
10
8
11
- Docker (for running Restack)
Original file line number Diff line number Diff line change 3
3
4
4
Build an AI agent that do an outbound call with Vapi and can interact with in realtime with voice.
5
5
6
+ This readme explains how to run this example.
7
+ For a complete documentation on how the agent works and how to setup the services, visit https://docs.restack.io/telephony-video-voice/telephony
8
+
6
9
## Prerequisites
7
10
8
11
- Docker (for running Restack)
Original file line number Diff line number Diff line change 2
2
3
3
Build an AI agent that users can interact with in realtime on a video call.
4
4
5
+ This readme explains how to run this example.
6
+ For a complete documentation on how the agent works and how to setup the services, visit https://docs.restack.io/telephony-video-voice/video
7
+
5
8
## Prerequisites
6
9
7
10
- Docker (for running Restack)
@@ -10,25 +13,6 @@ Build an AI agent that users can interact with in realtime on a video call.
10
13
- Cartesia account (for text-to-speech and voice cloning)
11
14
- Tavus account (for video replica)
12
15
13
- ### How-to create voice clone
14
-
15
- Follow instructions here:
16
-
17
- https://docs.cartesia.ai/build-with-sonic/capability-guides/clone-voices
18
-
19
- You can even localize your voice clone to a specific region:
20
-
21
- https://docs.cartesia.ai/build-with-sonic/capability-guides/localize-voices
22
-
23
-
24
- ### How-to create a video replica
25
-
26
- Follow instructions here:
27
-
28
- https://docs.tavus.io/sections/replicas/replica-training
29
-
30
-
31
-
32
16
## Start Restack
33
17
34
18
To start the Restack, use the following Docker command:
Original file line number Diff line number Diff line change 2
2
3
3
Build an AI agent that users can interact with in realtime with voice.
4
4
5
+ This readme explains how to run this example.
6
+ For a complete documentation on how the agent works and how to setup the services, visit https://docs.restack.io/telephony-video-voice/voice
7
+
5
8
## Prerequisites
6
9
7
10
- Docker (for running Restack)
8
11
- Python 3.10 or higher
9
12
- Deepgram account (For speech-to-text transcription)
10
13
- ElevenLabs account (for text-to-speech and voice cloning)
11
14
12
-
13
15
## Configure environment variables
14
16
15
17
In all subfolders, duplicate the ` env.example ` file and rename it to ` .env ` .
You can’t perform that action at this time.
0 commit comments