DEV Community

[Comment from a deleted post]
 
saadmrb profile image
Saad Alem

I have built a classifier for "images I want to be crawled", the thing is I need to deploy it into the web;

Websites Url -> Detected -> Crawl

 
kmwill23 profile image
Kevin

This "classifier", is it actual image file data, or just contextual information about image data?

Can you provide a sample of this "classifier"?

 
saadmrb profile image
Saad Alem

Image file data, otherwise It would be time consuming to do it all in the same time on the web.

i.e: provide it with images of monkeys, it will search through websites, when it detects the image of the monkey it will be scraped then.

 
kmwill23 profile image
Kevin • Edited

When it is scanning for an image, is it looking for that binary-exact image? Or is it looking for visually similar images?

Are you looking for dynamic web content or static web content?