Open-source pipeline classifies phone screenshots, then analyzes and searches the web

TheMoonMidas · x · 2026-09-05

A new open-source repo (stefanionescu/screenshot-analysis-pipeline) offers a Python CLI for analyzing phone/desktop screenshots. It runs the yapwithai/phone-screen-classifier locally via ONNX Runtime to return a screen type and safety label, picks an analysis prompt based on the classification, generates research queries about the screenshot's topic, and searches the web via Exa or Gemini for context. The author optimized each step for speed, completeness, and web context, noting GPT Luna has the best speed/quality tradeoff among frontier models. All prompts ship in the repo.

Original post →

More from coding & agent

coding & agent channel →