Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/thesephist/wintermute

Generating fake blog posts from my blog with a Markov chain
https://github.com/thesephist/wintermute

ai blogging markov-chain paper-css torus-dom writing

Last synced: about 1 month ago
JSON representation

Generating fake blog posts from my blog with a Markov chain

Awesome Lists containing this project

README

        

# Wintermute 🍺

Wintermute generates fake blog posts from [my blog](https://thesephist.com/posts/) with a Markov chain. You can try it right now at [fake.thesephist.com](https://fake.thesephist.com/).

Wintermute is built with Go and in-house technologies.

- [Torus](https://github.com/thesephist/torus) for rendering the UI
- [paper.css](https://thesephist.github.io/paper.css/) for a clean visual style
- [gorilla/mux](https://github.com/gorilla/mux) for backend routing

![Wintermute screenshot](screenshot.jpg)

In addition to generating simple text, Wintermute also generates a full replica of a thesephist.com blog post, but with fake text. You can find an example at [fake.thesephist.com/post](https://fake.thesephist.com/post).