Generative Text

This repository contains example source files and notes for a (virtual) talk I gave for students at UAL Creative Computing Institute in November 2020.

Notes

Links and further reading for the talk can be found in NOTES.md.

Code samples

Tracery

Markov chains

  • There's a bunch of Python code in markov for downloading source text, training a Markov model (using the Markovify library), and generating text from that model.