mcanthony / ImageRearranger

Rearrange mosaics by similarity.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Rearrange mosaics by similarity.


Languages

Language:Jupyter Notebook 100.0%Language:Python 0.0%