examples/simple-chatbot: move clients to client directory
This commit is contained in:
20
examples/simple-chatbot/client/android/README.md
Normal file
20
examples/simple-chatbot/client/android/README.md
Normal file
@@ -0,0 +1,20 @@
|
||||
# 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/
|
||||
Reference in New Issue
Block a user