This repository contains example source files and notes for a (virtual) talk I gave for students at UAL Creative Computing Institute in November 2020.
Links and further reading for the talk can be found in NOTES.md.
- I ported Strachey's love letter algorithm to Tracery for this talk; you can find that in strachery.json
- Source for @animalshorrible can be found in animalshorrible.json.
- 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.