94a766b a2a91f3 94a766b
1
2
3
4
5
6
7
8
9
10
11
12
13
--- license: apache-2.0 language: - en --- # Image Duplicate Detector This model uses a pre-trained ResNet50 to find duplicate images in a directory. ## Usage ```sh python duplicate_detector.py <image_directory> <similarity_threshold>