Skip to content

Commit cb2a85b

Browse files
authored
Add Live Demos section to Gemini Live API Toolkit page (#1518)
1 parent 58c8318 commit cb2a85b

1 file changed

Lines changed: 26 additions & 0 deletions

File tree

docs/streaming/index.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,33 @@ text, audio, and video inputs, and they can provide text and audio output.
2626
</div>
2727
</div>
2828

29+
## Live Demos
2930

31+
<div class="grid cards" markdown>
32+
33+
- :material-shopping-outline: **LensMosaic: Visual Shopping with Live AI**
34+
35+
---
36+
37+
[![LensMosaic screenshot](https://raw.githubusercontent.com/kazunori279/lens-mosaic/main/assets/lens-mosaic-demo.png)](https://lens-mosaic-nhhfh7g7iq-uc.a.run.app)
38+
39+
A demo app that merges live camera input, voice interaction, and intelligent product discovery. Point your camera at any object to find similar products, combine visual and voice input for personalized recommendations, or chat with a real-time AI shopping assistant. Built with ADK Gemini Live API Toolkit, Gemini Embedding, Vector Search, and FastAPI.
40+
41+
- [LensMosaic Demo](https://lens-mosaic-nhhfh7g7iq-uc.a.run.app)
42+
- [Source Code](https://github.com/kazunori279/lens-mosaic)
43+
44+
- :material-microphone-outline: **ADK Gemini Live API Toolkit Demo**
45+
46+
---
47+
48+
[![Bidi Demo screenshot](https://raw.githubusercontent.com/google/adk-samples/main/python/agents/bidi-demo/assets/bidi-demo-screen.png)](https://bidi-demo-761793285222.us-central1.run.app/)
49+
50+
A production-ready reference implementation showcasing ADK Gemini Live API Toolkit with multimodal support (text, audio, image). This FastAPI-based demo demonstrates real-time WebSocket communication, automatic transcription, tool calling with Google Search, and complete streaming lifecycle management.
51+
52+
- [Bidi Demo](https://bidi-demo-761793285222.us-central1.run.app/)
53+
- [Source Code](https://github.com/google/adk-samples/tree/main/python/agents/bidi-demo)
54+
55+
</div>
3056

3157
<div class="grid cards" markdown>
3258

0 commit comments

Comments
 (0)