Solar powered alba generator
I made a little standalone device that generates poetry using only solar power. The poems it generates are in the alba genre, in which lovers lament the coming dawn. The text is generated entirely on-device with a very small language model (a Markov chain), which draws its token probabilities from a small corpus of public domain dawn poems that I've been collecting for a while. The goal of the project is to try to discover what's possible in the field of procedural art (and computer-generated text in particular) when using a minimal amount of computation, data, and energy. I've published the project's full source code, schematics, and corpora.