Skip to content

guilopeszw/LyricMatch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

About

AI transcriber to get lyrics from any song (works better in english songs) using AssemblyAI's free API, that requires the user to input an .mp3 or .wav file. To make things easier, using yt-dlp, you only have to input a youtube link to the song of your choice and the library will download it into an mp3 file, which will be automatically transcribed and saved in a .txt (bonus: all files are saved locally, which means they're accessable at any moment after using LyricMatch)

Requisites

(I'd advise you to, in order to understand the program, first read jschuhmann47's GitHub post, it'll help configure the project and make sure you download and set up everything correctly).

Environment Variables

In order to run this project, you'll need the following variables in your environment .env:

ffmpeg

yt-dlp

(Make sure you correctly download ffmpeg executables according to your OS, and not the source-code)

all credits to jschumann47! this was made fully for educational purposes and couldn't have been done without him!

About

Transcribe lyrics using AI!

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages