Skip to content

Instantly share code, notes, and snippets.

@atiorh
Created January 28, 2024 23:30
Show Gist options
  • Save atiorh/739515884bccb8e1647e225a72195e74 to your computer and use it in GitHub Desktop.
Save atiorh/739515884bccb8e1647e225a72195e74 to your computer and use it in GitHub Desktop.
WhisperKit
let pipe = try await WhisperKit(model: "large-v3")
let result = try await pipe.transcribe(audioPath: "test.{wav/flac/mp3}")?.text
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment