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.
pip install flask
pip install numpy
pip install gunicorn
Alternatively,
pip install -r requirements.txt
Front End: HTML, CSS
Backend: Python
Get best view experience with Chrome
- Can be viewed on mobile as well as desktop pc
- Able to handle exceptions
- End to End deployment