You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pipecat is an open source Python framework for building voice and multimodal conversational agents. It handles the complex orchestration of AI services, network transport, audio processing, and multimodal interactions, letting you focus on creating engaging experiences.
8
8
@@ -53,13 +53,7 @@ To keep things lightweight, only the core framework is included by default. If y
Copy file name to clipboardExpand all lines: examples/README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -39,10 +39,10 @@ Next, follow the steps in the README for each demo.
39
39
|[Translation Chatbot](translation-chatbot)| Listens for user speech, then translates that speech to Spanish and speaks the translation back. Demonstrates multi-participant use-cases. | Deepgram, Azure, OpenAI, Daily, Daily Prebuilt UI |
40
40
|[Moondream Chatbot](moondream-chatbot)| Demonstrates how to add vision capabilities to GPT4. **Note: works best with a GPU**| Deepgram, ElevenLabs, OpenAI, Moondream, Daily, Daily Prebuilt UI |
41
41
|[Patient intake](patient-intake)| A chatbot that can call functions in response to user input. | Deepgram, ElevenLabs, OpenAI, Daily, Daily Prebuilt UI |
42
-
|[Dialin Chatbot](dialin-chatbot)| A chatbot that connects to an incoming phone call from Daily or Twilio. | Deepgram, ElevenLabs, OpenAI, Daily, Twilio |
42
+
|[Phone Chatbot](phone-chatbot)| A chatbot that connects to PSTN/SIP phone calls, powered by Daily or Twilio. | Deepgram, ElevenLabs, OpenAI, Daily, Twilio |
43
43
|[Twilio Chatbot](twilio-chatbot)| A chatbot that connects to an incoming phone call from Twilio. | Deepgram, ElevenLabs, OpenAI, Daily, Twilio |
44
44
|[studypal](studypal)| A chatbot to have a conversation about any article on the web ||
45
-
|[WebSocket Chatbot Server](websocket-server)| A real-time websocket server that handles audio streaming and bot interactions with speech-to-text and text-to-speech capabilities |`python-websockets`, `openai`, `deepgram`, `silero-tts`, `numpy`|
45
+
|[WebSocket Chatbot Server](websocket-server)| A real-time websocket server that handles audio streaming and bot interactions with speech-to-text and text-to-speech capabilities.|Cartesia, Deepgram, OpenAI, Websockets|
46
46
47
47
> [!IMPORTANT]
48
48
> These example projects use Daily as a WebRTC transport and can be joined using their hosted Prebuilt UI.
0 commit comments