Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 453 Bytes

File metadata and controls

9 lines (6 loc) · 453 Bytes

DeepRap

Eminem lyric generator using LSTM networks.

DeepRap is an lyric generator using Keras and an LSTM network to predict Eminem lyrics. A flask web server is used to serve the predictions to a html webpage.

How to run

In order to run the generator locally, install all the dependicies in requirements.txt and run flask_app.py and navigate to the port where the server is running.