Spaces:
Running
Running
Update README.md
Browse files
README.md
CHANGED
|
@@ -24,6 +24,11 @@ Supported platforms:
|
|
| 24 |
- [x] [Android](https://github.com/ggerganov/whisper.cpp/issues/30)
|
| 25 |
- [ ] iOS
|
| 26 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 27 |
## Usage
|
| 28 |
|
| 29 |
To build the main program, run `make`. You can then transcribe a `.wav` file like this:
|
|
|
|
| 24 |
- [x] [Android](https://github.com/ggerganov/whisper.cpp/issues/30)
|
| 25 |
- [ ] iOS
|
| 26 |
|
| 27 |
+
Having such a lightweight implementation of the model allows to easily integrate it in different platforms and applications.
|
| 28 |
+
As an example, here is a video of running the model on an iPhone 13 device - fully offline, on-device:
|
| 29 |
+
|
| 30 |
+
https://user-images.githubusercontent.com/1991296/197378526-835929d3-8d87-4904-9d2f-f2c286fa38ad.mp4
|
| 31 |
+
|
| 32 |
## Usage
|
| 33 |
|
| 34 |
To build the main program, run `make`. You can then transcribe a `.wav` file like this:
|