Skip to content

A Language Model trained on song lyrics using LSTMs. The model can produce multiple lines of lyrics and can be used as a lyrics generator.

Notifications You must be signed in to change notification settings

ishantjuyal/lyrics-generator

Repository files navigation

Lyrics Generator

This is a Lyrics Generation Model trained built using LSTMs. The model have been trained on lyrics of different singers. The predict functions needs you to provide a root word or words and it predicts/ generates lyrics according to that root word.

Dataset

The dataset used for training the model was present in the form of a txt file which contained the lyrics of some songs of various artists. This repository also contains lyrics data of several artists in case anyone wants to train the modeland generate different models. Go to this folder.

Performance

Single line lyrics predicted after training on Taylor Swift lyrics. See the notebook here.

alt text

Multiple lines of lyrics generated after training on Taylor Swift lyrics. See the notebook here.

alt text

Reference

Kaggle Dataset

About

A Language Model trained on song lyrics using LSTMs. The model can produce multiple lines of lyrics and can be used as a lyrics generator.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published