Skip to content

Generate non-sensical inspirational quote images with markov chains!

Notifications You must be signed in to change notification settings

CalemRoelofs/Quotemaker

Repository files navigation

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

About

Generate non-sensical inspirational quote images with markov chains!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages