Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 679 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 679 Bytes

whisper.objc

Minimal Obj-C application for automatic offline speech recognition. The inference runs locally, on-device.

whisper-iphone-13-mini-2.mp4

Real-time transcription demo:

whisper-iphone-13-mini-3.mp4

Usage

git clone https://github.com/ggerganov/whisper.cpp
open whisper.cpp/examples/whisper.objc/whisper.objc.xcodeproj/

Make sure to build the project in Release:

image