{"id":20183008,"url":"https://github.com/emibcn/podcast2text","last_synced_at":"2026-05-07T13:05:43.255Z","repository":{"id":40635446,"uuid":"181317496","full_name":"emibcn/Podcast2Text","owner":"emibcn","description":"Proof of concept for transcribing podcasts into text using GCP Speech2Text service","archived":false,"fork":false,"pushed_at":"2022-06-27T07:51:45.000Z","size":84,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-13T17:34:02.925Z","etag":null,"topics":["deepsource","docker","docker-compose","google-speech","google-speech-to-text","hacktoberfest","javascript","poc"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/emibcn.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}},"created_at":"2019-04-14T14:01:37.000Z","updated_at":"2021-10-17T16:21:38.000Z","dependencies_parsed_at":"2022-09-14T10:01:09.389Z","dependency_job_id":null,"html_url":"https://github.com/emibcn/Podcast2Text","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emibcn%2FPodcast2Text","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emibcn%2FPodcast2Text/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emibcn%2FPodcast2Text/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emibcn%2FPodcast2Text/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/emibcn","download_url":"https://codeload.github.com/emibcn/Podcast2Text/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241617546,"owners_count":19991699,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["deepsource","docker","docker-compose","google-speech","google-speech-to-text","hacktoberfest","javascript","poc"],"created_at":"2024-11-14T02:43:41.686Z","updated_at":"2026-05-07T13:05:38.209Z","avatar_url":"https://github.com/emibcn.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![DeepSource](https://deepsource.io/gh/emibcn/Podcast2Text.svg/?label=active+issues\u0026show_trend=true\u0026token=VHGd3A-A6IGGuJtVXH7UAgFN)](https://deepsource.io/gh/emibcn/Podcast2Text/?ref=repository-badge)\n\nProof of Concept for transcoding podcasts into text using GCP Speech2Text service, following its [NODE JS tutorial](https://cloud.google.com/speech-to-text/docs/quickstart-client-libraries).\n\n# Installation\n\n1. Download this repo:\n\n```shell\ngit clone https://github.com/emibcn/Podcast2Text.git\n```\n\n2. Change directory into it:\n\n```shell\ncd Podcast2Text\n```\n\n3. Create local directories:\n\n```shell\nmkdir flac credentials\n```\n\n4. Create GCP credentials for consuming Speech2Text service at [GCP IAM](https://console.cloud.google.com/iam-admin/iam) with -at least- `Service Usage Consumer` permission.\n5. Copy credentials file to `./credentials` directory\n6. Create `.env` file with `GOOGLE_APPLICATION_CREDENTIALS=[CREDENTIALS FILENAME]` (without directory)\n\n# Usage\n\nThere is a script helper to transcode any audio file into text. It's syntax is:\n\n```shell\n./transcode.sh \u003cFILEPATH\u003e [START]\n```\n\n- `FILEPATH`: Path (relative or absolute) to podcast audio file\n- `START`: Initial start seek (transcode beginning at this position). Same syntax as FFMPEG `-ss` option.\n\nThis will encode the supplied file to FLAC format into `./flac` directory and then use the encoded file to send it to GCP Speech2Text service and get its transcription printed on screen.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Femibcn%2Fpodcast2text","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Femibcn%2Fpodcast2text","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Femibcn%2Fpodcast2text/lists"}