Skip to content

Satrat/lyric_generation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lyric Generation Using GRU

This repostitory includes training code, dataset and the pretrained model for the lyric generation stage of my computational creativity final project

Link to project notebook: https://colab.research.google.com/drive/1ioiLY0rOm2wufxAT5nqgudOYfPCuPCFs?usp=sharing

Data was taken from this Kaggle dataset: https://www.kaggle.com/datasets/deepshah16/song-lyrics-dataset

And I used the following repository as a starting point for the training code: https://github.com/PieroPaialungaAI/SongLyricsGenerator

Directory Layout

best_checkpoint

pretrained model

data

lyrics dataset as csv file

example.ipynb

demonstration of using pretrained model for inference

Training Instuctions

Run the training script to re-parse the training data into lyrics.txt and train the model

python train.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published