Skip to main content

Python package undouble

Project description

undouble

Python PyPI Version License Github Forks GitHub Open Issues Project Status Sphinx Downloads Downloads Sphinx

The aim of undouble is to detect (near-)identical images. It works using a multi-step process of pre-processing the images (grayscaling, normalizing, and scaling), computing the image hash, and the grouping of images. A threshold of 0 will group images with an identical image hash. The results can easily be explored by the plotting functionality and images can be moved with the move functionality. When moving images, the image in the group with the largest resolution will be copied, and all other images are moved to the undouble subdirectory. In case you want to cluster your images, I would recommend reading the blog and use the clustimage library.

The following steps are taken in the undouble library:

  • Read recursively all images from directory with the specified extensions.
  • Compute image hash.
  • Group similar images.
  • Move if desired.

⭐️ Star this repo if you like it ⭐️

Blogs

Documentation pages

On the documentation pages you can find detailed information about the working of the undouble with many examples.

Installation

It is advisable to create a new environment (e.g. with Conda).
conda create -n env_undouble python=3.8
conda activate env_undouble
Install bnlearn from PyPI
pip install undouble            # new install
pip install -U undouble         # update to latest version
Directly install from github source
pip install git+https://github.com/erdogant/undouble
Import Undouble package
from undouble import Undouble

Examples:

Example: Grouping similar images of the flower dataset

Example: List all file names that are identifical

Example: Moving similar images in the flower dataset
# -------------------------------------------------
# >You are at the point of physically moving files.
# -------------------------------------------------
# >[7] similar images are detected over [3] groups.
# >[4] images will be moved to the [undouble] subdirectory.
# >[3] images will be copied to the [undouble] subdirectory.

# >[C]ontinue moving all files.
# >[W]ait in each directory.
# >[Q]uit
# >Answer: w

Example: Plot the image hashes

Example: Three different imports

The input can be the following three types:

* Path to directory
* List of file locations
* Numpy array containing images

Example: Finding identical mnist digits


Citation

Please cite in your publications if this is useful for your research (see citation).

Maintainers

Contribute

  • All kinds of contributions are welcome!
  • If you wish to buy me a Coffee for this work, it is very appreciated :)

Licence

See LICENSE for details.

Other interesting stuf

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

undouble-1.2.7.tar.gz (17.6 kB view details)

Uploaded Source

Built Distribution

undouble-1.2.7-py3-none-any.whl (16.6 kB view details)

Uploaded Python 3

File details

Details for the file undouble-1.2.7.tar.gz.

File metadata

  • Download URL: undouble-1.2.7.tar.gz
  • Upload date:
  • Size: 17.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.0 CPython/3.8.13

File hashes

Hashes for undouble-1.2.7.tar.gz
Algorithm Hash digest
SHA256 c5a485b3ec21d9c1d155646c7d27f3fb0e30b1a96ddc1644d70c88e0b870c60b
MD5 d7f67a15a247de1e4a98bfb727b5ae84
BLAKE2b-256 66757d9f3b8db35c3d6db3ca151fe4dd302a51c23d76bca5dcef459f570c7a11

See more details on using hashes here.

File details

Details for the file undouble-1.2.7-py3-none-any.whl.

File metadata

  • Download URL: undouble-1.2.7-py3-none-any.whl
  • Upload date:
  • Size: 16.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.0 CPython/3.8.13

File hashes

Hashes for undouble-1.2.7-py3-none-any.whl
Algorithm Hash digest
SHA256 8a739f97ce4055052f0b8aaf3e40da4fe7debeba99690c9dcd8d8068e6d8d55e
MD5 4497af0efa1dbafc212d56633e7a8347
BLAKE2b-256 8a5a5f334acf456da613fdcd612df761d947adf4416a599e19c719d23351132b

See more details on using hashes here.

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