{"id":13632135,"url":"https://github.com/bugbakery/transcribee","last_synced_at":"2025-05-16T03:05:36.383Z","repository":{"id":107608603,"uuid":"608655264","full_name":"bugbakery/transcribee","owner":"bugbakery","description":"open source audio and video transcription software","archived":false,"fork":false,"pushed_at":"2025-03-29T14:15:37.000Z","size":5505,"stargazers_count":392,"open_issues_count":99,"forks_count":27,"subscribers_count":16,"default_branch":"main","last_synced_at":"2025-04-19T04:42:48.874Z","etag":null,"topics":["collaborative","speech-to-text","transcription"],"latest_commit_sha":null,"homepage":"https://transcribee.net","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bugbakery.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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},"funding":{"github":["bugbakery"],"open_collective":"bugbakery"}},"created_at":"2023-03-02T13:23:42.000Z","updated_at":"2025-04-18T23:40:35.000Z","dependencies_parsed_at":"2023-12-27T16:25:35.173Z","dependency_job_id":"7e89f8e5-ec01-474d-8178-5ef6963a7c72","html_url":"https://github.com/bugbakery/transcribee","commit_stats":{"total_commits":552,"total_committers":7,"mean_commits":78.85714285714286,"dds":0.5905797101449275,"last_synced_commit":"0b989c414a9f764d7c6a8485ce11b3b18997ed4c"},"previous_names":["bugbakery/transcribee"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bugbakery%2Ftranscribee","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bugbakery%2Ftranscribee/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bugbakery%2Ftranscribee/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bugbakery%2Ftranscribee/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bugbakery","download_url":"https://codeload.github.com/bugbakery/transcribee/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254459088,"owners_count":22074605,"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":["collaborative","speech-to-text","transcription"],"created_at":"2024-08-01T22:02:52.965Z","updated_at":"2025-05-16T03:05:31.367Z","avatar_url":"https://github.com/bugbakery.png","language":"TypeScript","funding_links":["https://github.com/sponsors/bugbakery","https://opencollective.com/bugbakery"],"categories":["TypeScript"],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n  \u003cimg height=\"100\" src=\"doc/transcribee-logo.svg\" alt=\"transcribee logo\"\u003e\n\u003c/div\u003e\n\n# \u003cdiv align=\"center\"\u003e🎤 transcribee ✍️\u003c/div\u003e\n\n\u003e **\u003cdiv align=\"center\"\u003e[going to be] an open source audio- and videotranscription software\u003c/div\u003e**\n\n\u003e **Note**:\n\u003e\n\u003e Currently, transcribee is heavily work-in-progress and not yet ready for production use. Please come back in a few weeks / months.\n\n`transcribee 🐝` aims to make the workflow for media transcription easier, faster and more accessible.\n\n- It can **automatically generate a draft transcript** of your audio\n- It allows you to **quickly improve** the automatic draft and fix any errors\n- It's **collaborative** \u0026ndash; split the work with your friends or colleagues\n- It's **open-source**\n\n## Develop!\n\nTo get started with developing or to try the current state of transcribee, follow the instructions\nin the [development setup document](doc/development_setup.md).\n\n## How does it work?\n\n\u003e **Note**:\n\u003e\n\u003e We're heavily working on transcribee. Not all steps described here are already implemented.\n\nCreating a transcript with transcribee 🐝 is done with the following steps:\n\n1. Import your media file\n\n   During import, your audio file is automatically converted to text using state-of-the-art models[^models].\n   transcribee 🐝 also automatically detects different speakers in your file.\n\n2. Manually improve the transcript\n\n   After the automatic transcript is created, you can edit it to correct any mistakes the automatic transcription made.[^editor]\n   You can also name the speakers.\n\n   Since transcribee 🐝 is a collaborative software, you can do this step (and all other manual steps) together with others.\n   All changes are instantly synced with everyone working on the transcript.\n\n3. Automatic re-alignment\n\n   To make sure that the timestamps of your corrected text are still correct, transcribee 🐝 matches this text back up with the audio.\n\n4. Manual re-alignment\n\n   Now you can check the automatically generated timestamps and correct them.\n\n5. Export\n\n   Once you are happy with the transcript, you can export it.\n\n[^models]: At the moment we use whisper.cpp for transcription, Wav2Vec2 for realignment and speechbrain for speaker identification.\n[^editor]: The editor is based on slate with collaboration using the automerge CRDT.\n\n## Acknowledgements\n\n- Funded from March 2023 until September 2023 by\n  ![logos of the \"Bundesministerium für Bildung und Forschung\", Prototype Fund and Open Knowledge Foundation Deutschland](doc/pf_funding_logos.svg)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbugbakery%2Ftranscribee","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbugbakery%2Ftranscribee","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbugbakery%2Ftranscribee/lists"}