Skip to content

mcanthony/ImageRearranger

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 100.0%