{"id":40771276,"url":"https://github.com/deepgram-starters/flask-voice-agent","last_synced_at":"2026-01-21T18:50:34.350Z","repository":{"id":301000480,"uuid":"979681359","full_name":"deepgram-starters/flask-voice-agent","owner":"deepgram-starters","description":"Get started using Deepgram's Voice Agent with this Flask demo app","archived":false,"fork":false,"pushed_at":"2025-06-24T16:15:50.000Z","size":45,"stargazers_count":1,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-06-24T17:29:57.042Z","etag":null,"topics":["agent-api","deepgram","live","real-time","speech-to-speech","voice-agent","websocket"],"latest_commit_sha":null,"homepage":"https://community.deepgram.com/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/deepgram-starters.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-05-07T22:44:34.000Z","updated_at":"2025-06-24T16:15:52.000Z","dependencies_parsed_at":"2025-06-24T17:31:49.017Z","dependency_job_id":"e600c573-80fc-40cd-ba23-1c33f4452d58","html_url":"https://github.com/deepgram-starters/flask-voice-agent","commit_stats":null,"previous_names":["deepgram-starters/flask-voice-agent"],"tags_count":0,"template":false,"template_full_name":"deepgram-starters/project-template","purl":"pkg:github/deepgram-starters/flask-voice-agent","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deepgram-starters%2Fflask-voice-agent","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deepgram-starters%2Fflask-voice-agent/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deepgram-starters%2Fflask-voice-agent/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deepgram-starters%2Fflask-voice-agent/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/deepgram-starters","download_url":"https://codeload.github.com/deepgram-starters/flask-voice-agent/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deepgram-starters%2Fflask-voice-agent/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28639898,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-21T18:04:35.752Z","status":"ssl_error","status_checked_at":"2026-01-21T18:03:55.054Z","response_time":86,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["agent-api","deepgram","live","real-time","speech-to-speech","voice-agent","websocket"],"created_at":"2026-01-21T18:50:33.794Z","updated_at":"2026-01-21T18:50:34.341Z","avatar_url":"https://github.com/deepgram-starters.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Flask Voice Agent Starter\n\nStart building interactive voice experiences with Deepgram's Voice Agent API using Python Flask starter application. This project demonstrates how to create a voice agent that can engage in natural conversations using Deepgram's advanced AI capabilities.\n\n## What is Deepgram?\n\n[Deepgram's](https://deepgram.com/) voice AI platform provides APIs for speech-to-text, text-to-speech, and full speech-to-speech voice agents. Over 200,000+ developers use Deepgram to build voice AI products and features.\n\n## Sign-up to Deepgram\n\nBefore you start, it's essential to generate a Deepgram API key to use in this project. [Sign-up now for Deepgram and create an API key](https://console.deepgram.com/signup?jump=keys).\n\n## Prerequisites\n\n- Python 3.8 or higher\n- Deepgram API key\n- Modern web browser with microphone support\n- [Port Audio](https://www.portaudio.com/) installed locally\n\n## Quickstart\n\nFollow these steps to get started with this starter application.\n\n### Clone the repository\n\n1. Go to GitHub and [clone the repository](https://github.com/deepgram-starters/flask-voice-agent).\n\n2. Install dependencies:\n```bash\npip install -r requirements.txt\n```\n\n3. Set your Deepgram API key:\n```bash\nexport DEEPGRAM_API_KEY=your_api_key_here\n```\n\n### Running the Application\n\nStart the Flask server:\n```bash\npython app.py\n```\n\nThen open your browser and go to:\n\n```\nhttp://localhost:3000\n```\n\n- Allow microphone access when prompted.\n- Speak into your microphone to interact with the Deepgram Voice Agent.\n- You should hear the agent's responses played back in your browser.\n\n## Using Cursor \u0026 MDC Rules\n\nThis application can be modify as needed by using the [app-requirements.mdc](.cursor/rules/app-requirements.mdc) file. This file allows you to specify various settings and parameters for the application in a structured format that can be use along with [Cursor's](https://www.cursor.com/) AI Powered Code Editor.\n\n### Using the `app-requirements.mdc` File\n\n1. Clone or Fork this repo.\n2. Modify the `app-requirements.mdc`\n3. Add the necessary configuration settings in the file.\n4. You can refer to the MDC file used to help build this starter application by reviewing  [app-requirements.mdc](.cursor/rules/app-requirements.mdc)\n\n## Testing\n\nTest the application with:\n\n```bash\npytest -v test_app.py\n```\n\n## Getting Help\n\nWe love to hear from you so if you have questions, comments or find a bug in the project, let us know! You can either:\n\n- [Open an issue in this repository](https://github.com/deepgram-starters/flask-voice-agent/issues/new)\n- [Join the Deepgram Github Discussions Community](https://github.com/orgs/deepgram/discussions)\n- [Join the Deepgram Discord Community](https://discord.gg/xWRaCDBtW4)\n\n## Contributing\n\nWe welcome contributions! Please see our [Contributing Guidelines](./CONTRIBUTING.md) for details.\n\n## Security\n\nFor security concerns, please see our [Security Policy](./SECURITY.md).\n\n## Code of Conduct\n\nPlease see our [Code of Conduct](./CODE_OF_CONDUCT.md) for community guidelines.\n\n## Author\n\n[Deepgram](https://deepgram.com)\n\n## License\n\nThis project is licensed under the MIT license. See the [LICENSE](./LICENSE) file for more info.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeepgram-starters%2Fflask-voice-agent","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdeepgram-starters%2Fflask-voice-agent","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeepgram-starters%2Fflask-voice-agent/lists"}