Skip to content

Latest commit

 

History

History
 
 

whisper.objc

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

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