Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 862 Bytes

README.md

File metadata and controls

23 lines (19 loc) · 862 Bytes

QuoteMaker - Markov chain quote generator

Brief

This is a simple quote generator made using Markov chains.
The model is trained of a dataset provided by http://thewebminer.com so most of the credit goes to them.
Background images are retrieved from Unsplash but the program could easily be adapted to load images locally.

Installation

virtualenv venv  
pip install -r requirements.txt  
python -m spacy download en_core_web_sm  

Usage

python quotemaker.py  

Examples

Example 1
Example 2
Example 3