Project Notebook
-
March 01, 2024
Stable Diffusion with Generated Templates
Auto generated stable diffusion art. New images everyday!
-
October 07, 2020
The Stochastic Race
The Stochastic Race was inspired by a p5.js example titled Tickle. The goal of the game is to use your mouse to get the green rectangle home before the enemy red rectangle.
-
September 07, 2020
Cellauto Rain
Cellauto Rain is currently a work-in-progress project I'm using to explore fluid simulations and cellular automata. It leverages the javascript library cellauto
-
February 10, 2019
Generative Art with Random Primitives
These are some examples of art generated using randomly placed and colored geometric primitives. The images are creating using PIL and numpy. Check out and remix the code here.
-
January 30, 2019
Simple Style Transfer
Simple Color Style Transfer uses the GMM-EM model from scikit-learn to perform color transfer from one image to another.