Highlights
- 1Single /watch endpoint to process videos end-to-end
- 2Downloads video, extracts frames, and transcribes audio
- 3Packages outputs and feeds them to Claude for multimodal reasoning
Overview
claude-video is a Python project that gives Anthropic's Claude the ability to "watch" videos via a single endpoint. The README describes a /watch route that: downloads a supplied video, extracts frames, transcribes the audio, and hands all of those artifacts to Claude so the model can reason over the video content.