Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/thesephist/wintermute
- Owner: thesephist
- License: mit
- Created: 2020-06-24T05:50:41.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-06-24T11:56:50.000Z (over 4 years ago)
- Last Synced: 2024-06-19T05:28:21.939Z (6 months ago)
- Topics: ai, blogging, markov-chain, paper-css, torus-dom, writing
- Language: Go
- Homepage: https://fake.thesephist.com
- Size: 372 KB
- Stars: 7
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).