comptech-winter-school/image-finder
Search relevant images by text query, using CLIP/ruCLIP embedder and HNSW index
Quickly find relevant images using descriptive text queries or example images. You provide text describing what you're looking for (in English or Russian) or an image that's similar to what you want, and the system delivers a ranked list of matching images. This is for anyone whose work or hobbies involve sourcing photos, such as content creators, marketers, or researchers.
No commits in the last 6 months.
Use this if you frequently need to find specific images from a large collection and want to do so by describing them in natural language or by providing a visual example.
Not ideal if you need highly precise, pixel-level image matching or if your image collection requires extremely complex, multi-faceted search criteria beyond simple descriptions.
Stars
17
Forks
7
Language
Jupyter Notebook
License
—
Category
Last pushed
Oct 20, 2022
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/embeddings/comptech-winter-school/image-finder"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
Snehil-Shah/Multimodal-Image-Search-Engine
Text to Image & Reverse Image Search Engine built upon Vector Similarity Search utilizing CLIP...
rkouye/es-clip-image-search
Sample implementation of natural language image search with OpenAI's CLIP and Elasticsearch or...
R0GUE-A5H/CLIP-Style-Multimodal
A Multimodal AI Search Engine built from scratch using CLIP-style architecture (ViT + MPNet)....