PulseAugur
实时 22:56:06
English(EN) I built a tool that gives Claude Code eyes on videos — extract code from any tutorial

开发者工具使用本地 AI 从视频中提取代码

一位开发者创建了一个名为 videocode 的本地工具,可以从视频教程中提取可运行的代码。该工具利用场景检测、通过 Whisper 进行的音频转录以及 LLaVALlama3.2-vision 等视觉模型直接从屏幕读取代码。它可以组装完整的项目结构,并作为本地 MCP 服务器与 Claude Code 集成,无需 API 密钥。 AI

影响 能够更轻松地从教程中提取代码,可能加快学习和开发工作流程。

排序理由 该集群描述了一个新软件工具的发布。

在 dev.to — MCP tag 阅读 →

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

开发者工具使用本地 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…