/duplicate_detector

duplicate-dtector-cli

Primary LanguageJupyter Notebook

Duplicate detector app

Description

This a simple cli to detct if two images are duplicated

How to use

Install prerequirements

  1. clone this repository
  2. cd diuplicated_images_cli_app
  3. pip install -r requirements.txt
  4. pip install .
  5. run tests with pytest

Run code

To see help

duplicated_img_cli -h

To find out if two images are duplicated

duplicated_img_cli image_path1 image_path2

TO DO

Complete tests for main() Tested on Unix -> test on Windows and MacOS Extend the doc and exemples