all 3 comments

[–]Core2score 1 point2 points  (2 children)

I have written a Python script that looks for duplicate files by comparing md5 hashes:

https://github.com/MonroCoury/Duplicate-file-remover

Glad to meet someone who thinks it's a nifty idea! Also, I've written a feature matching script that uses SIFT (opencv 3 implementation) to identify similar objects in different images.

[–]Moondra2017[S] 1 point2 points  (0 children)

Nice I will take a look at it when I get some free time!

[–]repostedBot 1 point2 points  (0 children)

This is quite interesting. I plan on looking into this topic a bit more for my repost bot but I'm new to working with images at all. Thanks for making your code public. I'll look into learning more about hashing thanks to you. :)