Switch language한국어
Back to the list

Indexing a year of video locally on a 2021 MacBook with Gemma4-31B (50GB swap) | Hacker News

TL;DR AI

Key summary

2 min read
  1. A developer shared a year-long local video indexing workflow built on a 2021 MacBook using Gemma4-31B with heavy swap.

  2. Each clip gets a .description.md sidecar, plus root-level summaries to make personal video libraries searchable.

  3. Faces and locations are handled by deterministic local tools: insightface/ArcFace for embeddings, EXIF GPS, and Nominatim geocoding.

  4. The LLM is reserved for descriptive tags, mood, shot type, and review decisions rather than identity or location detection.

  5. The setup highlights a practical on-device way to organize large video archives while keeping sensitive metadata local.

Read the original