Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions agent_telephony/twilio/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@

Build an AI agent that do an outbound call with Twilio and can interact with in realtime with voice.

This readme explains how to run this example.
For a complete documentation on how the agent works and how to setup the services, visit https://docs.restack.io/telephony-video-voice/telephony

## Prerequisites

- Docker (for running Restack)
Expand Down
3 changes: 3 additions & 0 deletions agent_telephony/vapi/agent_vapi/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@

Build an AI agent that do an outbound call with Vapi and can interact with in realtime with voice.

This readme explains how to run this example.
For a complete documentation on how the agent works and how to setup the services, visit https://docs.restack.io/telephony-video-voice/telephony

## Prerequisites

- Docker (for running Restack)
Expand Down
22 changes: 3 additions & 19 deletions agent_video/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

Build an AI agent that users can interact with in realtime on a video call.

This readme explains how to run this example.
For a complete documentation on how the agent works and how to setup the services, visit https://docs.restack.io/telephony-video-voice/video

## Prerequisites

- Docker (for running Restack)
Expand All @@ -10,25 +13,6 @@ Build an AI agent that users can interact with in realtime on a video call.
- Cartesia account (for text-to-speech and voice cloning)
- Tavus account (for video replica)

### How-to create voice clone

Follow instructions here:

https://docs.cartesia.ai/build-with-sonic/capability-guides/clone-voices

You can even localize your voice clone to a specific region:

https://docs.cartesia.ai/build-with-sonic/capability-guides/localize-voices


### How-to create a video replica

Follow instructions here:

https://docs.tavus.io/sections/replicas/replica-training



## Start Restack

To start the Restack, use the following Docker command:
Expand Down
4 changes: 3 additions & 1 deletion agent_voice/livekit/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,16 @@

Build an AI agent that users can interact with in realtime with voice.

This readme explains how to run this example.
For a complete documentation on how the agent works and how to setup the services, visit https://docs.restack.io/telephony-video-voice/voice

## Prerequisites

- Docker (for running Restack)
- Python 3.10 or higher
- Deepgram account (For speech-to-text transcription)
- ElevenLabs account (for text-to-speech and voice cloning)


## Configure environment variables

In all subfolders, duplicate the `env.example` file and rename it to `.env`.
Expand Down