13 posts tagged with markov.
Displaying 1 through 13 of 13. Subscribe:

Algorithmically Generated Poetry

I made a website that generates poetry in the style of a given poet. [more inside]
posted by bboston on Aug 4, 2015 - 5 comments

Calvin and Markov

Calvin and Markov digests Calvin and Hobbes strips and generates endless new comics with random, semi-coherent dialogue using Markov chains. Here's some details about how I built it. [more inside]
posted by cortex on Jul 6, 2015 - 22 comments

Odd Vice

I made a thing that tweets weird mashed-up VICE headlines. Some of them are funny I think, if you're familiar with VICE.
posted by frenetic on May 27, 2015 - 4 comments

“…my joys and thee? the sparrow builds / herself a frightful ghost.”

Isaac Watts, known as the “Father of English Hymnody,” wrote words to dozens of well-loved hymns and carols, including Joy To The World and O God, Our Help In Ages Past. @watts_ebooks generates random hymn stanzas based on his complete works, with (mostly) correct rhyme and scansion and HIGHLY DUBIOUS theology! (Github repo; blog post on how it all works.)
posted by nebulawindphone on May 18, 2015 - 3 comments

Back Tang Wiesenfeld text generation

Markov chain-style text generation that conforms to Zipf's law. Very spiffy. [more inside]
posted by curuinor on Jul 28, 2014 - 0 comments

Samsabot

A markovian text generator, tweeting away, starting with the text, "As Gregor Samsa awoke ...". Code can be found at https://github.com/willf/microsoft_ngram (in the examples directory). Enjoy such gems as "As Gregor Samsa awoke one morning from uneasy dreams he found himself in charge of our financial system," "Gregor Samsa awoke…to find himself transformed into an enormous social mechanism for the centralisation of the New Zealand parliament," and "Gregor Samsa awoke from a night of clubbing former actress Lindsay Lohan."
posted by willF on Feb 25, 2012 - 2 comments

Minecraft Ebooks

A Minecraft-themed parody of @horse_ebooks.
posted by aparrish on Nov 10, 2011 - 0 comments

Jesus Markoving Christ

An incoherent savior for an incoherent age.
posted by cortex on Nov 4, 2011 - 13 comments

Baby's First Single Serving Web Page: Deleted Post Filter

I decided to teach myself some python and CGI. This is what came of it. It is a single serving page that delivers a markov chain of every deleted post's title, plus a markov deleted reason and some text from my comments made into a fake post description. In later versions, I may scrape deleted post descriptions so it's less disjointed than it is, but I don't want to think about how long it would take to scrape every deleted post, and if it could be done in a server-friendly fashion (I haven't done any back of the envelope math to see how it goes). [more inside]
posted by mccarty.tim on Aug 4, 2011 - 14 comments

A modern Markov chain chatbot

It's never too soon for more Markov chains, right? cobe is a Markov based text generation framework that behaves like the venerable MegaHAL chatbot, backed with a more modern (SQLite) datastore. Its brain is kept entirely on disk, uses little memory, and scales reliably. A very minimal IRC client is included. [more inside]
posted by (parenthetic me) on Feb 20, 2011 - 2 comments

Previously, On The X-Files...

Markov meets Mulder! Previously, On The X-Files... is a random image generator that uses markov chains to generate random conversations between major characters from The X-Files. The text is all drawn from post-processed transcripts of the show's nine-season run; the code is perl, the images are created using the ImageMagick library. [more inside]
posted by cortex on Feb 17, 2011 - 9 comments

Twittov: Nonsense generator

Twittov generates nonsense from your Twitter history using Markov chains. Note: Your tweets must be public for it to work. I posted this as a python script a year ago, but it's totally rewritten for the new Twitter API and has a Django/jQuery interface.
posted by yaymukund on Jan 30, 2011 - 9 comments

Garkov -- Garfield + Markov chains

Garkov is a comic strip generator that uses Markov chains to synthesize new Garfield strips based on transcripts of several hundred existing strips. The output varies nicely from plausible to surreal to downright incoherent. [more inside]
posted by cortex on Jun 6, 2008 - 30 comments

Page: 1