clustering-frankenstein icon indicating copy to clipboard operation
clustering-frankenstein copied to clipboard

An R experiment to create drawings from images using hierarchical clustering

Clustering Frankenstein

Tutorial in R to create images of Frankenstein from this picture using hierarchical clustering. Some examples:

Getting Started

Prerequisites

You will need to install the following packages (if you don't have them already):

install.packages("imager")
install.packages("tidyverse")
install.packages("purrr")

More info

A complete explanation of the experiment can be found at fronkonstin

Authors