PulseAugur
LIVE 09:05:48
tool · [1 source] ·
41
tool

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

Summary written by gemini-2.5-flash-lite from 1 source. How we write summaries →

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

RANK_REASON The cluster describes the launch of a new software tool.

Read on dev.to — MCP tag →

COVERAGE [1]

  1. dev.to — MCP tag TIER_1 · 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…