#346 · Primary category: Computer Vision
natural-language-image-search
Search photos on Unsplash using natural language
Project last updated:10/13/22
GitHub Stars
1.0K
Forks
103
Contributors
5
License
MIT
Why we included this project
If you have ever wanted to see what CLIP actually does with images and text, this project is one of the cleanest ways to try it. It pre-computes embeddings for about two million photos from the Unsplash dataset, then lets you search them by typing a phrase like "two dogs playing in the snow" and returns the nearest matches by vector similarity. The included Colab notebook walks you through the whole pipeline, from downloading the data to building the index to running queries, so you can follow along without having to reimplement the hard parts. Teams that want semantic search over their own image collections can reuse the feature-vector approach directly, and there is also a lighter path that filters Unsplash's Search API results through CLIP when you don't want to host the full dataset.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
opencv
Open Source Computer Vision Library
RuView
π RuView turns commodity WiFi signals into real-time spatial intelligence, vital sign monitoring, and presence detection — all without a single pixel of video.
PaddleOCR
Turn any PDF or image document into structured data for your AI. A powerful, lightweight OCR toolkit that bridges the gap between images/PDFs and LLMs. Supports 100+ languages.
MinerU
Transforms complex documents like PDFs and Office docs into LLM-ready markdown/JSON for your Agentic workflows.
tesseract
Tesseract Open Source OCR Engine (main repository)