{"id":26048931,"url":"https://github.com/brianprost/aws-transcribe-audio-processing-tool","last_synced_at":"2026-07-18T22:31:52.151Z","repository":{"id":279603662,"uuid":"931874055","full_name":"brianprost/aws-transcribe-audio-processing-tool","owner":"brianprost","description":null,"archived":false,"fork":false,"pushed_at":"2025-02-13T01:55:54.000Z","size":13,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-20T07:13:30.773Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/brianprost.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":"2025-02-13T01:55:53.000Z","updated_at":"2025-02-13T01:55:58.000Z","dependencies_parsed_at":"2025-02-26T12:43:26.312Z","dependency_job_id":"1c51d879-7539-4ccb-97f4-b4152693d8a1","html_url":"https://github.com/brianprost/aws-transcribe-audio-processing-tool","commit_stats":null,"previous_names":["brianprost/aws-transcribe-audio-processing-tool"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/brianprost/aws-transcribe-audio-processing-tool","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brianprost%2Faws-transcribe-audio-processing-tool","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brianprost%2Faws-transcribe-audio-processing-tool/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brianprost%2Faws-transcribe-audio-processing-tool/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brianprost%2Faws-transcribe-audio-processing-tool/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/brianprost","download_url":"https://codeload.github.com/brianprost/aws-transcribe-audio-processing-tool/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brianprost%2Faws-transcribe-audio-processing-tool/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35633896,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-18T02:00:07.223Z","response_time":61,"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":[],"created_at":"2025-03-08T00:53:51.767Z","updated_at":"2026-07-18T22:31:52.129Z","avatar_url":"https://github.com/brianprost.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AWS Transcribe Audio Processing Tool\n\nA Deno-based tool for transcribing audio files using AWS Transcribe and formatting the output into readable conversation format.\n\n## Prerequisites\n\n- Deno installed (version 2.0 or later)\n- AWS credentials configured\n- An S3 bucket with your audio files\n\n## Setup\n\n1. Clone the repository\n2. Create a `.env` file with your AWS configuration:\n\n```shell\nBUCKET_NAME=your-bucket-name\n```\n\n## Usage\n\n### Transcribing Audio\n\n```bash\ndeno run --allow-read --allow-write --allow-env --allow-net main.ts your-audio-file.mp3\n```\n\nThis will:\n\n1. Upload and process your audio file using AWS Transcribe\n2. Save the raw transcript as `your-audio-file.mp3_transcript.json`\n\n### Formatting Transcript\n\nTo convert the JSON transcript into a readable format:\n\n```bash\ndeno run --allow-read --allow-write parse.ts your-audio-file.mp3_transcript.json\n```\n\nThis will generate a formatted text file with timestamps and speaker labels.\n\n## Output Format\n\nThe formatted transcript will look like:\n\n```plaintext\n[0:00] Speaker 1:\nHello, welcome to the meeting.\n\n[0:03] Speaker 2:\nThank you for having me.\n```\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrianprost%2Faws-transcribe-audio-processing-tool","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbrianprost%2Faws-transcribe-audio-processing-tool","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrianprost%2Faws-transcribe-audio-processing-tool/lists"}