/ImageRearranger

Rearrange mosaics by similarity.

Primary LanguageJupyter Notebook

Image Rearranger

Arrange a mosaic by similarity. Inspired by this collection of pixel art by Justin Cyr.

Installation and Usage

First, install numpy, scipy, sklearn, matplotlib, and lapjv using the requirements file:

$ pip install -r requirements.txt

Note that on MacOS you need to run some special commands to install Multicore-TSNE.

Then clone this repository and run the example:

$ git clone https://github.com/kylemcdonald/ImageRearranger.git
$ cd ImageRearranger
$ jupyter notebook