Very very cool !

Is it possible to search the other way around => give it an image it will give you back the most related concepts ?

I am thinking that I could use this to quickly tag a corpus of images...

Sign up to discover human stories that deepen your understanding of the world.

Free

Distraction-free reading. No ads.

Organize your knowledge with lists and highlights.

Tell your story. Find your audience.

Membership

Read member-only stories

Support writers you read most

Earn money for your writing

Listen to audio narrations

Read offline with the Medium app

Adrien Biarnes
Adrien Biarnes

Responses (1)

Write a response

Yes! You can already do this using:
concept_model.transform(path_to_my_image)
or if you want to use a list instead:
concept_model.transform(paths_to_my_images)

--