deepgram-starters/flask-voice-agent
Flask WebSocket proxy for Deepgram's Voice Agent API
This project helps developers integrate real-time voice conversations into web applications. It acts as a middleman, taking audio from a user's browser and sending it to Deepgram's Voice Agent API, then relaying the spoken responses back. It's for developers building interactive voice experiences, like virtual assistants or voice-controlled interfaces, into their web apps.
Use this if you are a developer looking for a quick way to set up a backend service that connects a web frontend to Deepgram's Voice Agent API for real-time voice interactions.
Not ideal if you need a non-web-based voice application or require a more complex, stateful conversation management system out-of-the-box.
Stars
8
Forks
10
Language
Python
License
MIT
Category
Last pushed
Feb 28, 2026
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/voice-ai/deepgram-starters/flask-voice-agent"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
deepgram/deepgram-js-sdk
Official JavaScript SDK for Deepgram.
agentvoiceresponse/avr-infra
The AVR Infrastructure project is designed to launch the Agent Voice Response application, which...
deepgram/deepgram-dotnet-sdk
Official .NET SDK for Deepgram.
deepgram/deepgram-rust-sdk
Community Rust SDK for Deepgram.
deepgram-starters/node-transcription
Get started using Deepgram's Transcription with this Node demo app