← All demos
Computer Vision
Object Detection
Detect objects in any photo, fully in your browser.
Production proof: From my smart-surveillance research: detection/tracking at 30+ FPS on edge devices. Read the case study →
runs 100% in your browser — nothing is uploaded
Result
How it’s engineered
- A 9.7 MB YOLOS-tiny transformer runs on WebAssembly in your browser; your photo never leaves your device.
- The same privacy-and-cost logic drove my edge-surveillance work: inference where the data is, not where the cloud is.
- Snapshot inference is honest for CPU/WASM; in production, real-time tracking runs on edge GPUs with ByteTrack.