Ashwanikumarkashyap / RNN-based-new-lyrics-generation-from-scratch

In the project, the aim is to generate new song lyrics based on the artist’s previously released song’s context and style. We have chosen a Kaggle dataset of over 57,000 songs, having over 650 artists. The dataset contains artist name, song name, a link of the song for reference & lyrics of that song. We tend to create an RNN character-level language model on the mentioned dataset. Using model evaluation techniques, the model is checked for its accuracy and is parameter optimized. The trained model will predict the next character based on the context of the previous sequence and will generate new lyrics based on an artist’s style.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ashwanikumarkashyap/RNN-based-new-lyrics-generation-from-scratch Stargazers