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

https://github.com/djsaunde/cs585_final_project

Experimenting with different lyric generation models. First stab at using ngrams / neural network (circa 2014).
https://github.com/djsaunde/cs585_final_project

Last synced: over 1 year ago
JSON representation

Experimenting with different lyric generation models. First stab at using ngrams / neural network (circa 2014).

Awesome Lists containing this project

README

          

lyric_generator.py: Word-Level ngrams

rnn_generate.py: RNN model

ngram_generate: Character-Level ngrams

utls.py: extra methods for RNN model

scrape_lyrics.py: a web scraper that pulls 27 most popular songs of a given
artist from genius.com

get_shakespeare.py: gets shakespeare's sonnets. Can alternatively run RNN model
on this by uncommenting out line 234 and commenting out line 231 in
'rnn_generate.py'