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
- Host: GitHub
- URL: https://github.com/unix-code/billboard-lyric-generator
- Owner: Unix-Code
- Created: 2018-11-10T18:07:48.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-09-24T03:15:40.000Z (almost 7 years ago)
- Last Synced: 2025-03-26T12:26:57.740Z (over 1 year ago)
- Language: Python
- Size: 3.57 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)