/Rap_Lyric_Generator

Rap Lyric Generator Demo for Fresh Machine Learning #4

Primary LanguagePython

Overview

A project that trains a Hidden Markov Model over a dataset of rap song lyrics. You can generate a rap using a single word as the starting point. This the code for 'Generate Rap Lyrics' on Youtube

Dependencies

Use pip to install any missing dependencies

Basic Usage

Once you've downloaded the repository simply type the following into terminal

MarkovRap.py some_word_goes_here

Replace 'some_word_goes_here' with a word of your choosing. The rap will be generated from your word.

Credits

Credit for the vast majority of code here goes to Ted Xiao. I've merely created a wrapper around all of the important functions to get people started.