Image search toll intern data base

Hi all,
I have a photo database in which I would like to search for images using an image search tool Example: I’ve found a chair on the internet, I’d like to know if this chair is present in my database, or if there is a similar chair that looks like it.

Do you know which tensor flow I can use to do that?

Many thanks

Hi @Nehat, In tensorflow-lite there is a ImageSearcher API which allows you to search for similar images in a database of images. Please refer to this document for more details and let us know if it helps or not. Thank You.