Files
pipecat/examples/simple-chatbot/client/android/README.md
2025-01-11 19:16:05 -08:00

21 lines
565 B
Markdown

# Pipecat Simple Chatbot Client for Android
Demo app which connects to the `simple-chatbot` backend over RTVI.
## Screenshot
<img alt="screenshot" src="files/screenshot.jpg" width="400px" />
## How to run
```bash
./gradlew runDebug
```
Ensure that the `simple-chatbot` server is running as described in the parent README.
For a full walkthrough, describing how to set up the backend and forward the connection
to your Android device, please see the following blog post:
https://www.daily.co/blog/build-a-voice-agent-for-android-with-gemini-multimodal-live/