bugbakery / transcribee

open source audio and video transcription software

Home Page:https://transcribee.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

transcribee logo

๐ŸŽค transcribee โœ๏ธ

[going to be] an open source audio- and videotranscription software

Note:

Currently, transcribee is heavily work-in-progress and not yet ready for production use. Please come back in a few weeks / months.

transcribee ๐Ÿ aims to make the workflow for media transcription easier, faster and more accessible.

  • It can automatically generate a draft transcript of your audio
  • It allows you to quickly improve the automatic draft and fix any errors
  • It's collaborative โ€“ split the work with your friends or colleagues
  • It's open-source

Develop!

To get started with developing or to try the current state of transcribee, follow the instructions in the development setup document.

How does it work?

Note:

We're heavily working on transcribee. Not all steps described here are already implemented.

Creating a transcript with transcribee ๐Ÿ is done with the following steps:

  1. Import your media file

    During import, your audio file is automatically converted to text using state-of-the-art models1. transcribee ๐Ÿ also automatically detects different speakers in your file.

  2. Manually improve the transcript

    After the automatic transcript is created, you can edit it to correct any mistakes the automatic transcription made.2 You can also name the speakers.

    Since transcribee ๐Ÿ is a collaborative software, you can do this step (and all other manual steps) together with others. All changes are instantly synced with everyone working on the transcript.

  3. Automatic re-alignment

    To make sure that the timestamps of your corrected text are still correct, transcribee ๐Ÿ matches this text back up with the audio.

  4. Manual re-alignment

    Now you can check the automatically generated timestamps and correct them.

  5. Export

    Once you are happy with the transcript, you can export it.

Acknowledgements

  • Funded from March 2023 until September 2023 by logos of the "Bundesministerium fรผr Bildung und Forschung", Prototype Fund and Open Knowledge Foundation Deutschland

Footnotes

  1. At the moment we use whisper.cpp for transcription, Wav2Vec2 for realignment and speechbrain for speaker identification. โ†ฉ

  2. The editor is based on slate with collaboration using the automerge CRDT. โ†ฉ

About

open source audio and video transcription software

https://transcribee.net

License:GNU Affero General Public License v3.0


Languages

Language:TypeScript 42.0%Language:Python 38.9%Language:Jupyter Notebook 15.5%Language:Nix 1.5%Language:JavaScript 1.2%Language:Shell 0.5%Language:HTML 0.1%Language:Mako 0.1%Language:Dockerfile 0.1%Language:CSS 0.1%Language:Procfile 0.1%