Generating pixel art with AI has mixed results, but I’ve found you can improve the output with some basic heuristics. Last year I wrote several libraries for this and then stuffed them in a drawer, but since there’s been some interest in the topic: here’s how to make AI-generated pixel art a bit better withContinue reading “Pixelating images in Python”
Tag Archives: python
Thinking with Pandas
You can see and run all of my work for this blog post at Colabratory. Pandas is a Python library for manipulating data. Wrapping my head around it took a while: I’ve been using it for ~6 months and I’m still learning how to use it “right.” It uses all kinds of syntactic sugar toContinue reading “Thinking with Pandas”
