Skip to content

I've trained a LSTM network to work as a language model on lyrics of a specific singer and then tried to genrate new lyrics.

Notifications You must be signed in to change notification settings

itsrandeep/Lyrics-Generator-Using-LSTM

Repository files navigation

Lyrics Generator using LSTM

Here I've trained a LSTM network to work as a language model on lyrics of a specific singer(in this case Taylor Swift) and then tried to genrate new lyrics.

Some Sample Lyrics generated by model

I fake a smile so he won't see you again wish i can't just fine around here thinking cause

It has started to lose context just after some words. Model architecture is kept simple for learning purpose. Better Architecture can be tried , or more lyrics can be added to corpus for better generation.

After LSTMs, Transformers have evolved to be better state-of-art models for many tasks as they make use of attention efficiently and also be trained in parallel unlike RNNs which depened on backpropgation in sequence.

Dataset and Reference Used

About

I've trained a LSTM network to work as a language model on lyrics of a specific singer and then tried to genrate new lyrics.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published