Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 320 Bytes

File metadata and controls

20 lines (13 loc) · 320 Bytes

Lyrics Generator

It's a wrapper of the Whisper model to generate lyrics of an audio file.

Usage

from src.main import LyricGen

lyric_gen = LyricGen()
out = lyric_gen.generate_lyrics("COVEX - Good Side (ft. Delaney Jane).mp3")

print(out)

Installation

pip install -r requirements.txt