SentrySearch – Semantic search over dashcam footage
Native video embedding beats captioning pipelines — Gemini 2 does the heavy lifting.
Semantic search over videos using Gemini Embedding 2 or Qwen3-VL.
Direct video-to-vector embedding skips transcription entirely—Twelve Labs but self-hosted.
Developers working with dashcam or security camera footage
Twelve Labs · Google Vertex AI Video Intelligence
I used this to build a CLI that indexes hours of footage into ChromaDB, then searches it with natural language and auto-trims the matching clip. Demo video on the GitHub README. Indexing costs ~$2.50/hr of footage. Still-frame detection skips idle chunks, so security camera / sentry mode footage is much cheaper.
Native video embedding beats captioning pipelines — Gemini 2 does the heavy lifting.
Gemini video embeddings for dashcam search when Google Photos already indexes footage.
httpie for embeddings, but it's just a Gemini API wrapper with caching.
Gemini 3.1 Flash wrapper with nice UX, but dozens of AI image frontends exist.
Search XKCD by image or text description using Gemini multimodal embeddings.
Sub-second dead code detection in Rust when ESLint and TypeScript already exist.