• Stars
    star
    166
  • Rank 226,443 (Top 5 %)
  • Language
    Python
  • License
    BSD 3-Clause "New...
  • Created about 8 years ago
  • Updated almost 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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

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.