worldscope-search / README.md
shrnik's picture
Show top 100 results
0c06ae1 verified
|
Raw
History Blame Contribute Delete
807 Bytes
---
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 holding `embeddings.parquet` (default `shrnik/worldscope`)
- `EMBEDDINGS_PATH` β€” file name in the bucket (default `embeddings.parquet`)
- `CLIP_MODEL` β€” must match the embed job (default `openai/clip-vit-base-patch16`)
- `TOP_K` β€” number of results (default `100`)