Spaces:
Sleeping
Sleeping
A newer version of the Gradio SDK is available: 6.20.0
metadata
title: Worldscope Search
emoji: π
colorFrom: blue
colorTo: green
sdk: gradio
app_file: app.py
pinned: false
short_description: Semantic search over live-camera snapshots with CLIP
Worldscope Search
Semantic image search over a bucket of live-camera snapshots. Type a description and CLIP ranks the snapshots by similarity. Embeddings are precomputed by the HF Jobs pipeline and stored in a public storage bucket; this Space loads them and searches in memory.
Configuration (Space variables)
HF_BUCKETβ bucket holdingembeddings.parquet(defaultshrnik/worldscope)EMBEDDINGS_PATHβ file name in the bucket (defaultembeddings.parquet)CLIP_MODELβ must match the embed job (defaultopenai/clip-vit-base-patch16)TOP_Kβ number of results (default100)