mattorb / transcriber

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MP3 -> lyrics transcription pipeline using demucs, ffmpeg, and whisper.cpp

Scrappy pipeline to run locally on M2/M3 macbook.

Features

  • Pipeline avoids redoing work on re-run.. caches result of each stage: stemming, trimming, asr.
  1. Install anaconda
  2. Install ffmpeg
  3. ./init.sh

Note: has some problems with harmonies, auto-tuned, and vocals that are too far from the norm of the whisper training data.

About


Languages

Language:Python 58.4%Language:Shell 41.6%