PulseAugur
实时 07:07:55

Developer tool extracts code from videos using local AI

A developer has created a local tool called videocode that extracts runnable code from video tutorials. The tool utilizes scene detection, audio transcription via Whisper, and vision models like LLaVA and Llama3.2-vision to read code directly from the screen. It can assemble a full project structure and integrates with Claude Code as a local MCP server, requiring no API keys. AI

影响 Enables easier code extraction from tutorials, potentially speeding up learning and development workflows.

排序理由 The cluster describes the launch of a new software tool.

在 dev.to — MCP tag 阅读 →

AI 生成摘要 · Google Gemini · 来自 1 个来源。 我们如何撰写摘要 →

Developer tool extracts code from videos using local AI

报道来源 [1]

  1. dev.to — MCP tag TIER_1 English(EN) · Mariano Perez Baldasare ·

    I built a tool that gives Claude Code eyes on videos — extract code from any tutorial

    <p>I was tired of pausing YouTube tutorials and manually typing code off the screen. So I built videocode.</p> <h2> What it does </h2> <p>Point it at any coding video → get working, runnable code out.</p> <ul> <li>🔍 Extracts key frames with scene detection</li> <li>🎙️ Transcribes…