Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/elcorto/imagecluster

Cluster images based on image content using a pre-trained deep neural network, optional time distance scaling and hierarchical clustering.
https://github.com/elcorto/imagecluster

clustering deep-neural-networks image-clustering pre-trained python

Last synced: about 1 month ago
JSON representation

Cluster images based on image content using a pre-trained deep neural network, optional time distance scaling and hierarchical clustering.

Awesome Lists containing this project

README

        

``imagecluster`` is a package for clustering images by content. We use a
pre-trained deep convolutional neural network to calculate image fingerprints
which represent content. Those are used to cluster similar images. In addition
to pure image content, it is possible to mix in timestamp information which
improves clustering for temporally uncorrelated images.

Check the `documentation `_.