{"id":40771259,"url":"https://github.com/deepgram-starters/django-voice-agent","last_synced_at":"2026-01-21T18:50:27.242Z","repository":{"id":301000310,"uuid":"984172962","full_name":"deepgram-starters/django-voice-agent","owner":"deepgram-starters","description":"Get started using Deepgram's Voice Agent with this Django demo app","archived":false,"fork":false,"pushed_at":"2025-08-20T23:18:42.000Z","size":47,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-08-21T01:15:02.421Z","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-15T14:04:25.000Z","updated_at":"2025-08-20T23:18:46.000Z","dependencies_parsed_at":"2025-06-24T17:30:24.155Z","dependency_job_id":"8700e9a8-cda4-4286-832c-dbc0c9d4dc0c","html_url":"https://github.com/deepgram-starters/django-voice-agent","commit_stats":null,"previous_names":["deepgram-starters/django-voice-agent"],"tags_count":0,"template":false,"template_full_name":"deepgram-starters/project-template","purl":"pkg:github/deepgram-starters/django-voice-agent","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deepgram-starters%2Fdjango-voice-agent","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deepgram-starters%2Fdjango-voice-agent/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deepgram-starters%2Fdjango-voice-agent/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deepgram-starters%2Fdjango-voice-agent/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/deepgram-starters","download_url":"https://codeload.github.com/deepgram-starters/django-voice-agent/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deepgram-starters%2Fdjango-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:26.544Z","updated_at":"2026-01-21T18:50:27.230Z","avatar_url":"https://github.com/deepgram-starters.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Django Voice Agent Starter\n\nGet started using Deepgram's Voice Agent capabilities with this Python Django demo app. This application demonstrates how to integrate Deepgram's services to build a voice-controlled agent.\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- pip for package installation\n- A [Deepgram API Key](https://console.deepgram.com/signup?jump=keys)\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](https://github.com/deepgram-starters/django-voice-agent.git)\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 application server:\n\n```bash\npython app.py\n```\n\nThen open your browser and go to:\n\n```\nhttp://localhost:8080\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/django-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/deepgram)\n\n## Contributing\n\nContributions are welcome! Please see our [Contributing Guidelines](./CONTRIBUTING.md) for more details on how to submit pull requests, report issues, and suggest enhancements.\n\n## Code of Conduct\n\nThis project and everyone participating in it is governed by the [Deepgram Code of Conduct](./CODE_OF_CONDUCT.md). By participating, you are expected to uphold this code.\n\n## Security\n\nIf you discover a security vulnerability, please follow our [Security Policy](./SECURITY.md) to report it. Please do not report security vulnerabilities on the public GitHub issue tracker.\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](./LICENSE) file for details.\n\n## Author\n\n[Deepgram](https://deepgram.com)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeepgram-starters%2Fdjango-voice-agent","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdeepgram-starters%2Fdjango-voice-agent","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeepgram-starters%2Fdjango-voice-agent/lists"}