transcribe-matrix-live

A fork for matrix-live transcription@home by fyyd.de
git clone git://archive.git.mtrnord.blog/MTRNord/transcribe-matrix-live.git
Log | Files | Refs | README

README.md (877B)


      1 # transcribe
      2 
      3 A fork for matrix-live transcription@home by fyyd.de
      4 
      5 This is not fully tested. You need a decent CPU. You also need these deps:
      6 
      7 - ffmpeg
      8 - git
      9 - yt-dlp
     10 
     11 Next you need to run `./setup.py` this will ask how many cores you want to use and it will test the setup.
     12 It also downloads and compiles the core of this: [whisper.cpp](https://github.com/ggerganov/whisper.cpp)
     13 
     14 To start transcribing you can run `./transcribe.py`.
     15 You can cancel it with ctrl+c at any time. or create a `.trancribe-stop` file in the parent folder to stop after the current transcription.
     16 
     17 You find the vtt outputs in the `./whisper.cpp/output/` folder.
     18 The name contains the video id.
     19 Youtube allows you to upload these:
     20 
     21 - <https://support.google.com/youtube/answer/2734796?hl=en#zippy=%2Cupload-a-file>
     22 - <https://support.google.com/youtube/answer/2734698#zippy=%2Cadvanced-file-formats>