{"id":31365162,"url":"https://github.com/imran-salim/transcriber","last_synced_at":"2026-04-15T15:33:26.326Z","repository":{"id":315235824,"uuid":"1058662201","full_name":"imran-salim/transcriber","owner":"imran-salim","description":"Transcribe speech using an LLM","archived":false,"fork":false,"pushed_at":"2025-10-02T01:41:41.000Z","size":33,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-04T16:09:07.314Z","etag":null,"topics":["fastapi","openai","python"],"latest_commit_sha":null,"homepage":"","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/imran-salim.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-09-17T11:38:10.000Z","updated_at":"2025-09-30T07:15:19.000Z","dependencies_parsed_at":"2025-09-17T13:40:42.193Z","dependency_job_id":null,"html_url":"https://github.com/imran-salim/transcriber","commit_stats":null,"previous_names":["imran-salim/transcriber"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/imran-salim/transcriber","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imran-salim%2Ftranscriber","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imran-salim%2Ftranscriber/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imran-salim%2Ftranscriber/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imran-salim%2Ftranscriber/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/imran-salim","download_url":"https://codeload.github.com/imran-salim/transcriber/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imran-salim%2Ftranscriber/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31847833,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-15T15:24:51.572Z","status":"ssl_error","status_checked_at":"2026-04-15T15:24:39.138Z","response_time":63,"last_error":"SSL_read: 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":["fastapi","openai","python"],"created_at":"2025-09-27T08:08:16.480Z","updated_at":"2026-04-15T15:33:26.315Z","avatar_url":"https://github.com/imran-salim.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Transcriber\n\nReal-time audio recording and transcription using FastAPI, PyAudio, and OpenAI.\n\n## Setup\n```bash\ngit clone https://github.com/imran-salim/transcriber.git\ncd transcriber\npython -m venv .venv\nsource .venv/bin/activate\npip install -r requirements.txt\necho 'OPENAI_API_KEY=your_key' \u003e .env\n```\n\n## Run\n```bash\nfastapi dev main.py\n# http://localhost:8000/docs\n```\n\n## API\n```\nPOST /record/start          # Start recording\nPOST /record/stop/{id}      # Stop \u0026 transcribe  \nGET  /record/status/{id}    # Check status\nWS   /record/ws             # WebSocket interface\n```\n\n## Usage\n```bash\n# REST\ncurl -X POST http://localhost:8000/record/start\ncurl -X POST http://localhost:8000/record/stop/{session_id}\n\n# WebSocket\nwebsocat ws://localhost:8000/record/ws\n\u003e start\n\u003e stop\n\u003e quit\n```\n\n## Output\n- Audio: `recording_{id}.wav`\n- Text: `transcription_{id}.txt`\n\n## License\nMIT","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimran-salim%2Ftranscriber","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fimran-salim%2Ftranscriber","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimran-salim%2Ftranscriber/lists"}