Skip to content

Latest commit

 

History

History

multimodal_search

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Multimodal Search through Image and Text

This example is aimed to guide you through using OpenAI's Clip model to embed a dataset, store it into LanceDB, and search for relevant texts/images.

notebook-demo

Colab walkthrough - Open In Colab

Get dataset

The animals dataset can be loaded through HuggingFace within the code.

Python

Run the script

python main.py