diff --git a/README.md b/README.md index ee14c79..6374155 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ _being a web-based tool for making cut-up poetry using very large corpora_ +![a screenshot of trunkless](./trunkless.png) Trunkless is a spiritual successor to [prosaic](https://github.com/vilmibm/prosaic). @@ -11,4 +12,6 @@ This repository contains code for: - inserting cutup phrases into `postgresql` - hosting a web front-end +If you are very brave you can run Trunkless yourself; otherwise, check out the version [I host](https://trunkless.tilde.town). + To learn more, check out [this blog post](https://tilde.town/~vilmibm/blog/#announcing-trunkless). diff --git a/trunkless.png b/trunkless.png new file mode 100644 index 0000000..519ad5c Binary files /dev/null and b/trunkless.png differ