• 5 min read
How to Build a Semantic Image Search Engine with Supabase and OpenAI CLIP
SUMMARY
OpenAI's CLIP model encodes both images and text into a shared embedding space, making it possible to search an image library with a plain text query and get back visually and semantically relevant results. This tutorial builds that system by calling the CLIP model through Roboflow'