Skip to main content

Find similar images in a dataset

Project description

Simages :monkey_face: :monkey_face:

Find similar images within a dataset. Useful for finding duplicates images.

Getting Started

pip install simages

or install from source:

git clone https://github.com/justinshenk/simages
cd simages
pip install .

How to use


from simages import Embeddings

# X is an n x m numpy array
images = Embeddings(data)
pairs, distances = embedding.show_duplicates(n=10)

You can specify how many pairs you want to identify with n.

How it works

Simages uses a convolutional autoencoder with PyTorch and compares the latent representations with closely.

Example


Output: example_plot

Project details


Download files

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

Source Distribution

simages-19.0.0.dev0.tar.gz (10.3 kB view hashes)

Uploaded Source

Built Distribution

simages-19.0.0.dev0-py3-none-any.whl (10.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page