Skip to content

The example demonstrates how to build a dual encoder neural network model to search for images using natural language.The idea is to train a vision encoder and a text encoder jointly to project the representation of images and their captions into the same embedding space, such that the caption embeddings are located near the embeddings of the im…

Notifications You must be signed in to change notification settings

banunitte/Natural-language-image-search-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Natural-language-image-search-

The example demonstrates how to build a dual encoder neural network model to search for images using natural language.The idea is to train a vision encoder and a text encoder jointly to project the representation of images and their captions into the same embedding space, such that the caption embeddings are located near the embeddings of the images they describe. Ref : https://keras.io/examples/nlp/nl_image_search/

About

The example demonstrates how to build a dual encoder neural network model to search for images using natural language.The idea is to train a vision encoder and a text encoder jointly to project the representation of images and their captions into the same embedding space, such that the caption embeddings are located near the embeddings of the im…

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published