I'm gonna write a script crawling openseas new minted NFTs.
Purpose: I want to check the minted pictures/gifs for similarity to certain images.
In the end I want to be alerted when someone uploads an ape very similar to my ape. (I dont own apes, just an example.)
The crawling is doable but I have problems with the comparing of two pictures. I cannot use hashes for they might differ.
So I thought about a lightweight usage of a Yolov3 network for this particular task.
Has anybody experiences with that or maybe knows a solution?
++ if the method can hunt down mirrored images as well.
+++ You have cracked already existing software used for copyright hunting.
Purpose: I want to check the minted pictures/gifs for similarity to certain images.
In the end I want to be alerted when someone uploads an ape very similar to my ape. (I dont own apes, just an example.)
The crawling is doable but I have problems with the comparing of two pictures. I cannot use hashes for they might differ.
So I thought about a lightweight usage of a Yolov3 network for this particular task.
Has anybody experiences with that or maybe knows a solution?
++ if the method can hunt down mirrored images as well.
+++ You have cracked already existing software used for copyright hunting.