-
Notifications
You must be signed in to change notification settings - Fork 0
Yapsnap
yapsnap transcribes any video URL or local audio file to plaintext in a single command, using CPU-optimised Whisper inference with no GPU requirement and no cloud dependency. It handles the full pipeline — downloading, audio extraction, and transcription — from one invocation.
The tool targets the friction of local transcription setup: standard Whisper requires GPU for acceptable speed, and cloud transcription APIs introduce privacy concerns and per-minute costs. yapsnap removes both constraints by running CPU-optimised inference locally on any machine.
Placed in Tools > Assess because zero-dependency local transcription is a useful primitive for LLM pipelines that process meeting recordings, video content, or audio archives. The CPU-only constraint makes it practical on servers and laptops without accelerators. The tradeoff is speed relative to GPU inference, but for batch or non-real-time use cases this is acceptable. Worth trying for any workflow that needs to convert audio or video to text without cloud API dependencies.