• Stars
    star
    1
  • Language
    HTML
  • Created about 4 years ago
  • Updated about 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Markov chain based Poem Generator which generates poems in style of William Shakespeare. The data fed is the work of Shakespeare and then it creates a transition table in form of dictionary and then finds out probability of words being together, as is expected in Markov Chain rule. This is end to end application deployed on heroku platform.