SIGN IN SIGN UP

Add WhisperKit Local Server with audio transcription and translation APIs (#348)

## Summary

Adds a complete WhisperKit Local Server with OpenAI API compliance for audio transcription and translation. Including client examples in Python, Swift, and shell scripts.

## Key Features

- **Local Server**: OpenAI-compatible `/v1/audio/transcriptions` and `/v1/audio/translations` endpoints
- **Transcription Streaming**: Server-sent events as files get transcribed
- **Response Formats**: Support for `json`, `verbose_json`
- **Timestamp Granularities**: Word-level and segment-level timestamps
- **Client Examples**: Python, Swift, and Bash with curl

---------

Co-authored-by: ZachNagengast <znagengast@gmail.com>
A
Andrey Leonov committed
3a380435ce1b28c488db301864f9b1de329a63e6
Parent: 0a064c3
Committed by GitHub <noreply@github.com> on 9/11/2025, 5:12:15 PM