diff --git a/.gitignore b/.gitignore index 0d20b64..9c17578 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,4 @@ *.pyc +*.egg-info +*.swp +*.bak diff --git a/README.rst b/README.rst index e044ae9..194bb1f 100644 --- a/README.rst +++ b/README.rst @@ -1,162 +1,148 @@ About ===== -Package for comparing images by content. Uses simple image hashing -("fingerprints"). See "Methods" below for details. + +Package for comparing and clustering images by content. We use a pre-trained +deep convolutional neural network for calculating image fingerprints, which are +then used to cluster similar images. Install ======= :: - git clone ... - pip3 install -e . - -Usage -===== - -There are 3 scripts in ``bin/``:: - - 00resize.py 10fingerprints.py 20cluster.py - -These must be executed one after another. Have a look at the help (use -``