The goal of this project is to create a music classifier, ie infer the style of music based on the lyrics
pip install -r requirements.txt
The dataset was created scraping letras.mus website.
The dataset has 70 unique music styles. For each style was scraped 1000 musics for the training process.
To see more about the dataset check the folder music_lyrics_crawlers.