Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A simple whisper wrapper.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages