Spaces:
Running
Running
Create README.md
Browse files
examples/whisper.objc/README.md
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# whisper.objc
|
| 2 |
+
|
| 3 |
+
Minimal Obj-C application for automatic offline speech recognition.
|
| 4 |
+
The inference runs locally, on-device.
|
| 5 |
+
|
| 6 |
+
https://user-images.githubusercontent.com/1991296/197378526-835929d3-8d87-4904-9d2f-f2c286fa38ad.mp4
|
| 7 |
+
|
| 8 |
+
## Usage
|
| 9 |
+
|
| 10 |
+
```java
|
| 11 |
+
git clone https://github.com/ggerganov/whisper.cpp
|
| 12 |
+
open whisper.cpp/examples/whisper.objc/whisper.objc.xcodeproj/
|
| 13 |
+
```
|
| 14 |
+
|
| 15 |
+
Make sure to build the project in `Release`:
|
| 16 |
+
|
| 17 |
+
<img width="947" alt="image" src="https://user-images.githubusercontent.com/1991296/197382607-9e1e6d1b-79fa-496f-9d16-b71dc1535701.png">
|