{"id":19325168,"url":"https://github.com/locaal-ai/video-transcript-helper","last_synced_at":"2025-04-22T20:31:23.601Z","repository":{"id":166496805,"uuid":"642000090","full_name":"locaal-ai/video-transcript-helper","owner":"locaal-ai","description":"Use transcription to Zap filler words (uh's \u0026 um's), generate content e.g. blog post, YouTube description","archived":true,"fork":false,"pushed_at":"2024-01-26T02:50:12.000Z","size":40,"stargazers_count":10,"open_issues_count":1,"forks_count":4,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-29T05:23:01.935Z","etag":null,"topics":["ai","llm","speech-to-text"],"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/locaal-ai.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}},"created_at":"2023-05-17T15:48:10.000Z","updated_at":"2024-12-30T05:40:10.000Z","dependencies_parsed_at":"2023-10-13T13:42:27.284Z","dependency_job_id":"75c9d595-a6f1-4b5d-86c1-97ddf16e2c58","html_url":"https://github.com/locaal-ai/video-transcript-helper","commit_stats":{"total_commits":18,"total_committers":1,"mean_commits":18.0,"dds":0.0,"last_synced_commit":"0a51ca0f274fb7e34a799dc162b28c5e99a12413"},"previous_names":["royshil/filler-word-video-zapper","obs-ai/video-transcript-helper","occ-ai/video-transcript-helper","locaal-ai/video-transcript-helper"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/locaal-ai%2Fvideo-transcript-helper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/locaal-ai%2Fvideo-transcript-helper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/locaal-ai%2Fvideo-transcript-helper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/locaal-ai%2Fvideo-transcript-helper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/locaal-ai","download_url":"https://codeload.github.com/locaal-ai/video-transcript-helper/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247558676,"owners_count":20958201,"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":["ai","llm","speech-to-text"],"created_at":"2024-11-10T02:09:09.341Z","updated_at":"2025-04-22T20:31:23.373Z","avatar_url":"https://github.com/locaal-ai.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Video Transcript Helper\n\n\u003cdiv align=\"center\"\u003e\n\n[![Discord](https://img.shields.io/discord/1200229425141252116)](https://discord.gg/KbjGU2vvUz)\n\n\u003c/div\u003e\n\nA comprehensive toolkit designed for content creators, educators, digital marketers, and video editing enthusiasts. \nIt harnesses the power of AI and video processing through a suite of Python scripts that simplify the post-production process. \nThis free open-source project aims to transform the way users handle video content, turning hours of editing into a task of a few command lines.\n\nThis project contains three scripts:\n- `transcribe_from_video_XXX.py`: Transcribe a video\n- `clean_video_from_transcription.py`: Zap filler words ('uh', 'um') in videos using FFMPEG\n- `summary_chapters_blog.py`: Generate a summary, video chapters and a blog post\n\nRoadmap of future features:\n- Remove or speedup (shorten) periods of \"silence\"\n- Enhance speech by voice separation models\n- Generate a supercut for a quick video snippet\n- Add Audiogram / Kareoke kind of subtitles on the video\n- Translate the subtitles to any language\n\n## Usage\nTranscribe the video: (either AWS Transcribe API or [Faster-Whisper](https://github.com/guillaumekln/faster-whisper))\n\n```sh\n$ python transcribe_from_video_XXX.py \u003cpath-to-video\u003e\n```\n\nThe output will be a file called `\u003cvideo-name\u003e.json` in the same directory as the video.\n\nZap the filler words:\n\n```sh\n$ python clean_video_from_transcription.py \u003cpath-to-video\u003e \u003cpath-to-transcript\u003e\n```\n\nThe output will be a file called `\u003cvideo-name\u003e-clean.mp4` in the same directory as the video.\n\nGenerate the summary, chapters and blog post:\n\n```sh\n$ python summary_chapters_blog.py --generate_summary --generate_chapters --generate_blog \u003cpath-to-transcript\u003e\n```\n\n## Dependencies\n- Python 3.6+\n- [FFMPEG](https://ffmpeg.org/)\n- [AWS CLI](https://aws.amazon.com/cli/)\n\nMake sure to configure your AWS CLI with your credentials and region.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flocaal-ai%2Fvideo-transcript-helper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flocaal-ai%2Fvideo-transcript-helper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flocaal-ai%2Fvideo-transcript-helper/lists"}