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

https://github.com/vidursatija/rhymenet

A Neural Network model to generate rap songs using LSTMs
https://github.com/vidursatija/rhymenet

generator lstm music neural-network python rnn tensorflow

Last synced: about 2 months ago
JSON representation

A Neural Network model to generate rap songs using LSTMs

Awesome Lists containing this project

README

          

# RhymeNet

### TL;DR
Program generates rap using LSTMs

## Model
Each word has 2 embeddings. 1 is the semantic embedding and the other is the rhyme embedding which is extracted from the nltk cmu dictionary. The model then learns from rap lyrics and predicts paragraphs.

## Dependencies
1. NLTK
2. Tensorflow
3. Numpy
4. [lyrics_scraper](https://github.com/rohankshir/lyrics_scraper)