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).
- Host: GitHub
- URL: https://github.com/djsaunde/cs585_final_project
- Owner: djsaunde
- Created: 2016-11-14T18:37:24.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-11-14T18:38:17.000Z (over 9 years ago)
- Last Synced: 2025-02-16T03:19:16.791Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 148 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
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'