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...
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...
Distraction-free reading. No ads.
Organize your knowledge with lists and highlights.
Tell your story. Find your audience.
Read member-only stories
Support writers you read most
Earn money for your writing
Listen to audio narrations
Read offline with the Medium app
I am a senior ML engineer working on recommender systems — https://www.linkedin.com/in/adrien-biarnes-81975717
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)
--