{"id":20931756,"url":"https://github.com/ananty1/realtime_audio_transcriber","last_synced_at":"2026-04-20T09:02:55.001Z","repository":{"id":218973477,"uuid":"747813057","full_name":"ananty1/Realtime_Audio_Transcriber","owner":"ananty1","description":null,"archived":false,"fork":false,"pushed_at":"2024-08-26T06:04:44.000Z","size":28141,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-22T13:07:43.901Z","etag":null,"topics":["asgi","css","deepgram","django","html","javascript","python3","websocket"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ananty1.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-01-24T17:32:44.000Z","updated_at":"2024-08-26T07:38:25.000Z","dependencies_parsed_at":"2024-01-24T19:47:41.859Z","dependency_job_id":"7315f1d8-cbd8-4c45-b820-e98d634328ae","html_url":"https://github.com/ananty1/Realtime_Audio_Transcriber","commit_stats":null,"previous_names":["ananty1/realtime_audio_transcriber"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ananty1/Realtime_Audio_Transcriber","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ananty1%2FRealtime_Audio_Transcriber","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ananty1%2FRealtime_Audio_Transcriber/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ananty1%2FRealtime_Audio_Transcriber/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ananty1%2FRealtime_Audio_Transcriber/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ananty1","download_url":"https://codeload.github.com/ananty1/Realtime_Audio_Transcriber/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ananty1%2FRealtime_Audio_Transcriber/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32040353,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-20T00:18:06.643Z","status":"online","status_checked_at":"2026-04-20T02:00:06.527Z","response_time":94,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["asgi","css","deepgram","django","html","javascript","python3","websocket"],"created_at":"2024-11-18T21:45:29.378Z","updated_at":"2026-04-20T09:02:54.982Z","avatar_url":"https://github.com/ananty1.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Realtime_Audio_Transcriber\n\nBrief description of your Django project.\n![GIF](https://raw.githubusercontent.com/ananty1/Realtime_Audio_Transcriber/main/media/Building%20a%20Real-Time%20Transcription%20App%20with%20Django%20and%20DeepGram.gif)\n\n## Table of Contents\n\n- [Realtime\\_Audio\\_Transcriber](#realtime_audio_transcriber)\n  - [Table of Contents](#table-of-contents)\n  - [Installation](#installation)\n  - [Configuration](#configuration)\n  - [Development](#development)\n\n## Installation\n\n1. Clone the repository:\n\n   ```bash\n   git clone https://github.com/ananty1/Realtime_Audio_Transcriber\n   cd Realtime_Audio_Transcriber\n\n2. Install the dependencies:\n\n   ```bash\n   pip install -r requirements.txt\n\n3. Apply the migrations \n\n    ```bash\n   python manage.py migrate\n    \n## Usage\n\n   ```bash\n   python manage.py runserver\n   ```\n\nThe server will start at port `localhost:8000`\n\n## Configuration\nIf you are attempting to deploy, follow these steps:\nCreate a .env file in the project directory.\n1. Update the PostgreSQL credentials in settings.py::\n\n   ```bash\n   DATABASES = {\n        'default': {\n            'ENGINE': 'django.db.backends.postgresql',\n            'NAME': 'your_db_name',\n            'USER': 'your_db_user',\n            'PASSWORD': 'your_db_password',\n            'HOST': 'localhost',\n            'PORT': '5432',\n        }\n    }\n\n2. Set the Deepgram API credentials in your .env file::\n\n   ```bash\n   DEEPGRAM_API_KEY=your_deepgram_api_key\n\n\n## Development\n\n1. Virtual Environment:\n\n   ```bash\n    python -m venv venv\n    source venv/bin/activate   # On Windows, use `venv\\Scripts\\activate`\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fananty1%2Frealtime_audio_transcriber","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fananty1%2Frealtime_audio_transcriber","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fananty1%2Frealtime_audio_transcriber/lists"}