LICENSE
MANIFEST.in
README.md
requirements.txt
setup.cfg
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/plotter.py