gemini-live-ffc / README.md
Nirav Madhani
Update dotenv logic
69e5ad7
metadata
title: Gemini Live Voice Chat [Client Function Calling]
emoji: 
colorFrom: blue
colorTo: purple
sdk: docker
pinned: false
short_description: Audio chat with Gemini + tool calling + search + code run

This project demonstrates an interactive audio and text chat interface powered by the Gemini AI model. Users can speak to the AI or type text to communicate with it.

The AI is capable of calling external tools, searching for information on Google, and running code snippets. Function calling by the AI is performed on the client side, and results are processed locally. This approach is crucial for functions requiring access to client-side data or functionalities.

For server-side function calling, visit: Gemini Live Function Call

The server uses Docker for deployment, making it easy to deploy on any platform that supports Docker.