vivithemage / mrisa

MRISA - Meta reverse image search api
http://mrisa.mage.me.uk/
GNU General Public License v2.0
266 stars 63 forks source link

Searching similar images from private database #28

Open AndriusDK opened 5 years ago

AndriusDK commented 5 years ago

Is it possible to make that reverse image search would be made against private database of images?

vivithemage commented 4 years ago

At the moment MRISA needs a URL to do a lookup. Google does have the option to upload an image but this has not been implemented in MRISA.

As a work around you could get some hosting and create a private folder by the means of an obscure folder and then loop through the contents of that folder.

For instance:

http://example.com/7qxGAcD7nV/test1.jpg

Of course any amends to the code that implement this functionality would be very welcome.