Skip to content

llSourcell/Rap_Lyric_Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Rap Lyric Generator Demo for Fresh Machine Learning #4

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages