Skip to content

Sing4Me - Music Lyric Generation With Fastai

License

Notifications You must be signed in to change notification settings

abdu1993/leaves-of-ai

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sing4Me - Song lyric Generation with fastai

notebook-code.ipynb file has all the code that was used for this model. The learner was built with the fastai library which sits on top of Pytorch.

This uses the language model learner which is pretrained with the wikitext_103 weights.

The lyrics of Coldplay, Taylor Swift, Selena Gomez, Sugarland, Lorde, Lana Del Rey, Bob Dylan, Keane, Onerepublic, Snow PAtrol, Imagine Dragons, The Fray, Ed Sheeran, Shawn Mendes, Jason Myraz, and Colbie Callait were used to fine tune the language model. The dataset was grabbed from Kaggle - artimous/every-song-you-have-heard-almost.

The web app is hosted on render.com.

This is all thanks to btahir and the project to make a Walt Whitman novel with fastai. I forked the repo as a base for my web app. alt text

The next step is to use beam search to optimize these results.

About

Sing4Me - Music Lyric Generation With Fastai

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 44.7%
  • HTML 19.9%
  • JavaScript 17.2%
  • CSS 15.5%
  • Dockerfile 2.7%