Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 710 Bytes

File metadata and controls

16 lines (11 loc) · 710 Bytes

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