gemini-audio-video-chat / pyproject.toml
ahundt's picture
app.py more robust and faster encode_image() with opencv
fb9d6a0
raw
history blame
260 Bytes
[project]
name = "gemini-audio-video-chat"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"gradio_webrtc==0.0.28",
"google-genai==0.3.0",
"twilio",
"opencv-python"
]