LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements.txt
setup.py
imagededup/__init__.py
imagededup.egg-info/PKG-INFO
imagededup.egg-info/SOURCES.txt
imagededup.egg-info/dependency_links.txt
imagededup.egg-info/requires.txt
imagededup.egg-info/top_level.txt
imagededup/evaluation/__init__.py
imagededup/evaluation/evaluation.py
imagededup/handlers/__init__.py
imagededup/handlers/metrics/__init__.py
imagededup/handlers/metrics/classification.py
imagededup/handlers/metrics/information_retrieval.py
imagededup/handlers/search/__init__.py
imagededup/handlers/search/bktree.py
imagededup/handlers/search/brute_force.py
imagededup/handlers/search/brute_force_cython.py
imagededup/handlers/search/brute_force_cython_ext.cpp
imagededup/handlers/search/brute_force_cython_ext.pyx
imagededup/handlers/search/retrieval.py
imagededup/handlers/search/builtin/README.md
imagededup/handlers/search/builtin/builtin.h
imagededup/methods/__init__.py
imagededup/methods/cnn.py
imagededup/methods/hashing.py
imagededup/utils/__init__.py
imagededup/utils/data_generator.py
imagededup/utils/general_utils.py
imagededup/utils/image_utils.py
imagededup/utils/logger.py
imagededup/utils/models.py
imagededup/utils/plotter.py
mkdocs/autogen.py
tests/test_bktree.py
tests/test_brute_force.py
tests/test_brute_force_cython.py
tests/test_classification.py
tests/test_cnn.py
tests/test_data_generator.py
tests/test_evaluator.py
tests/test_general_utils.py
tests/test_hashing.py
tests/test_image_utils.py
tests/test_information_retrieval.py
tests/test_plotter.py
tests/test_retrieval.py
whl_env/bin/activate_this.py