Whisper-powered lyrics extraction from songs 🎵 #1363
eshiofune
started this conversation in
Show and tell
Replies: 1 comment 3 replies
-
there're already so many tutorials/articles on how to use whisper, to further expand your article and improve accuracy, you should try out source separation models (Spleeter or Demucs) to extract vocals, VAD (SileroVAD or pyannote-audio) to remove silence / background-music-only segments, creating subtitle for karaoke, etc. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I wrote an article here describing how to make use of either the Whisper API or models to extract song lyrics from audio files.
I was able to get up to 89% similarity with the lyrics found on Google for the Adele song Set Fire to the Rain.
The code is available here.
Beta Was this translation helpful? Give feedback.
All reactions