An open API service indexing awesome lists of open source software.

https://github.com/unix-code/billboard-lyric-generator

Generates lyrics from the Billboard Hot Rap Songs fr
https://github.com/unix-code/billboard-lyric-generator

Last synced: about 1 year ago
JSON representation

Generates lyrics from the Billboard Hot Rap Songs fr

Awesome Lists containing this project

README

          

# 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!

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)