Skip to main content
imcluster

PyPI package version Documentation build status Coverage badge Test suite status

imcluster clusters images using features from pretrained vision models. It produces a reusable cache and a self-contained HTML gallery organized by cluster.

By default, imcluster uses DINOv3 when its weights are cached or accessible and otherwise falls back to DINOv2. Spectral clustering is the default, with DBSCAN available when the number of groups is not known.

Example imcluster gallery showing clustered image cards and navigation

Installation

imcluster requires Python 3.10–3.13:

pip install imcluster

DINOv2 presets are public and require no authentication. DINOv3 model repositories are gated. Before using --dino-version 3:

  1. Sign in to Hugging Face and open the DINOv3 ViT-B/16 model page.

  2. Review and accept Meta’s DINOv3 license and agree to share the requested contact information. Approval is usually automatic, but access can take several minutes (often 5–15 minutes) to propagate.

  3. Authenticate the machine that will run imcluster:

    hf auth login

    This opens Hugging Face’s browser login flow and stores the resulting token locally. Confirm the active account with:

    hf auth whoami

For a server or non-interactive environment, create a read token in Hugging Face token settings and expose it to the process instead:

export HF_TOKEN=hf_your_token_here

Never commit a Hugging Face token to the repository or place it directly in a script. Accepting access on the website and authenticating locally are both required; a valid token from an account without model access cannot download the weights.

DINOv2 weights use the Apache License 2.0. DINOv3 weights use the DINOv3 license; the imcluster source code uses the Apache License 2.0.

Quick start

Cluster the images directly inside a directory and open the gallery:

imcluster photos/

Include nested directories, request 12 groups, and preserve the outputs:

imcluster photos/ --recursive --n-clusters 12 \
    --cache results.parquet --gallery clusters.html

Inputs may be individual image files, directories, or UTF-8 text manifests with one image path per line. Relative manifest entries are resolved from the manifest’s directory. Supported formats are PNG, JPEG, TIFF, BMP, and GIF.

Outputs

Without output options, imcluster writes temporary processing data and a temporary HTML gallery, then opens the gallery in the default browser. Pass --no-open to suppress browser launching.

--cache PATH preserves the Parquet cache, which contains resolved paths, filenames, feature vectors, cluster labels, thumbnails, and run metadata. --gallery PATH preserves the standalone HTML gallery. It embeds its styles and JPEG thumbnails and does not require an internet connection.

If the input list no longer matches an existing cache, imcluster stops with a clear error. Pass --force to intentionally replace the cache. More targeted controls are available as --force-features, --force-cluster, and --force-thumbnails.

After creating a cache, rerun it without repeating the image inputs:

imcluster --cache results.parquet

Models

The default selection is --dino-version auto --size base. Automatic mode uses DINOv3 when the selected model is cached or accessible with the active Hugging Face account. Otherwise it reports the fallback and uses DINOv2.

Explicit DINOv2 selection uses --dino-version 2. Its presets are small, base, large, and max; max selects DINOv2 Giant. For DINOv2, --arch is ignored. In automatic mode, tiny falls back to DINOv2 Small and huge falls back to DINOv2 Giant.

Size

Hugging Face model

small

facebook/dinov2-small

base

facebook/dinov2-base

large

facebook/dinov2-large

max

facebook/dinov2-giant

DINOv3 is selected with --dino-version 3. Its available presets are:

Architecture

Size

Hugging Face model

vit

tiny

facebook/dinov3-vits16-pretrain-lvd1689m

vit

small

facebook/dinov3-vits16plus-pretrain-lvd1689m

vit

base

facebook/dinov3-vitb16-pretrain-lvd1689m

vit

large

facebook/dinov3-vitl16-pretrain-lvd1689m

vit

huge

facebook/dinov3-vith16plus-pretrain-lvd1689m

vit

max

facebook/dinov3-vit7b16-pretrain-lvd1689m

convnext

tiny

facebook/dinov3-convnext-tiny-pretrain-lvd1689m

convnext

small

facebook/dinov3-convnext-small-pretrain-lvd1689m

convnext

base

facebook/dinov3-convnext-base-pretrain-lvd1689m

convnext

large

facebook/dinov3-convnext-large-pretrain-lvd1689m

An arbitrary compatible Hugging Face model overrides the preset:

imcluster photos/ --model organization/model-id

Inference

--device auto selects CUDA, then Apple MPS, then CPU. A device can be selected explicitly with --device cpu|cuda|mps. --batch-size defaults to 8; reduce it if inference runs out of memory.

ViT-B is suitable for a quality-oriented default but can be slow on CPU. --dino-version 2 --size small or --dino-version 3 --size tiny provides a lighter run. The largest variants require substantial accelerator memory.

Clustering

Spectral, K-means, agglomerative, and hierarchical clustering use a cluster count:

imcluster photos/ --clustering spectral --n-clusters 10

DBSCAN discovers groups and marks outliers as the noise cluster:

imcluster photos/ --clustering dbscan \
    --dbscan-eps 0.35 --min-samples 3

HDBSCAN also discovers groups and noise while adapting to varying densities:

imcluster photos/ --clustering hdbscan --min-samples 5

Run imcluster --help for the complete command-line reference.

Limitations

Model downloads can be large, and the biggest presets are impractical without a high-memory GPU. Clustering quality depends on the visual domain and chosen parameters. The models’ training data also carries the biases documented by their authors.

Credits

imcluster is maintained by Robert Turnbull at the Melbourne Data Analytics Platform. Zaher Joukhadar was instrumental in the original idea, and James Quang helped implement DINO feature extraction.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

imcluster-0.3.1.tar.gz (240.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

imcluster-0.3.1-py3-none-any.whl (241.7 kB view details)

Uploaded Python 3

File details

Details for the file imcluster-0.3.1.tar.gz.

File metadata

  • Download URL: imcluster-0.3.1.tar.gz
  • Upload date:
  • Size: 240.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for imcluster-0.3.1.tar.gz
Algorithm Hash digest
SHA256 3fe6899eea8b412a0824b19811bf1fa813c4b52ccf361d491cc5c71aa48f6cb4
MD5 21492be8d87f10f4609bf9b6d61de5e9
BLAKE2b-256 92a4ebf604139f6fcc9e302098999d099ccdfa932da5d6368c61e256e10690b8

See more details on using hashes here.

Provenance

The following attestation bundles were made for imcluster-0.3.1.tar.gz:

Publisher: release.yml on rbturnbull/imcluster

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file imcluster-0.3.1-py3-none-any.whl.

File metadata

  • Download URL: imcluster-0.3.1-py3-none-any.whl
  • Upload date:
  • Size: 241.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for imcluster-0.3.1-py3-none-any.whl
Algorithm Hash digest
SHA256 5922e9da29dd2210a9c553021bf0c99f09f7d92b8d0f5b5af3352cc89519e023
MD5 ab61833b0870c4c17fcbba00d1a2ace7
BLAKE2b-256 ebdde03a009a5b0c7043a7b8d6c1e63263861a53fc29ae76bb7559a9822b0212

See more details on using hashes here.

Provenance

The following attestation bundles were made for imcluster-0.3.1-py3-none-any.whl:

Publisher: release.yml on rbturnbull/imcluster

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page