Dat Tran
Dat Tran
TensorFlow 2.0 is beta now and a stable candidate is going to be released soon. So we can start upgrading it to TF 2.0 soon.
Added a simple client to use our library in the terminal (refer to #45 for specs). Now users can invoke our library like this: ```bash imagededup find-duplicates --image_dir path/to/image/directory --method...
It would be nice to use `imagededup` directly in the terminal like, ```bash imagededup find-duplicates --image_dir path/to/image/directory --method PHash ``` The output would be the duplicates itself or you can...