Skip to content

A hip-hop lyric generator created at BostonHacks 2018

Notifications You must be signed in to change notification settings

chuck-stein/Bumpify

 
 

Repository files navigation

Bumpify

Bumpify is an AI for generating rap lyrics, using a recurrent neural network model which has learned from the lyrics to Billboard hits in the "Hip-hop/R&B" category from 2016-2018. Generate your own hit song with the touch of a button!

Some samples can be found in the generated songs directory.

Bumpify was created using Python, Flask, and several Python libraries we found online:

https://github.com/guoguo12/billboard-charts -- for scraping Billboard chart data

https://github.com/johnwmillr/LyricsGenius -- for gathering lyrics using the Genius API

https://github.com/hunkim/word-rnn-tensorflow -- for training an AI to produce similar lyrics

(By David Malakh and Charles Stein, 2018)

About

A hip-hop lyric generator created at BostonHacks 2018

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 97.4%
  • HTML 2.6%