|
| 1 | +--- |
| 2 | +layout: single |
| 3 | +classes: wide |
| 4 | +title: "Whisper Wrapper (v4)" |
| 5 | +--- |
| 6 | +## About this version |
| 7 | + |
| 8 | +* Submitter: [keighrim](https://github.com/keighrim) |
| 9 | +* Submission Time: 2024-01-24T05:40:09+00:00 |
| 10 | +* Prebuilt Container Image: [ghcr.io/clamsproject/app-whisper-wrapper:v4](https://github.com/clamsproject/app-whisper-wrapper/pkgs/container/app-whisper-wrapper/v4) |
| 11 | +* Release Notes |
| 12 | + |
| 13 | + > * updated to the latest whisper models |
| 14 | + > * now ouputs `Sentence` annotations based on whisper's segmentation |
| 15 | +
|
| 16 | +## About this app (See raw [metadata.json](metadata.json)) |
| 17 | + |
| 18 | +**A CLAMS wrapper for Whisper-based ASR software originally developed by OpenAI.** |
| 19 | + |
| 20 | +* App ID: [http://apps.clams.ai/whisper-wrapper/v4](http://apps.clams.ai/whisper-wrapper/v4) |
| 21 | +* App License: Apache 2.0 |
| 22 | +* Source Repository: [https://github.com/clamsproject/app-whisper-wrapper](https://github.com/clamsproject/app-whisper-wrapper) ([source tree of the submitted version](https://github.com/clamsproject/app-whisper-wrapper/tree/v4)) |
| 23 | +* Analyzer Version: 20231117 |
| 24 | +* Analyzer License: MIT |
| 25 | + |
| 26 | + |
| 27 | +#### Inputs |
| 28 | +One of the following is required: [ |
| 29 | +* [http://mmif.clams.ai/vocabulary/AudioDocument/v1](http://mmif.clams.ai/vocabulary/AudioDocument/v1) (required) |
| 30 | +(any properties) |
| 31 | +* [http://mmif.clams.ai/vocabulary/VideoDocument/v1](http://mmif.clams.ai/vocabulary/VideoDocument/v1) (required) |
| 32 | +(any properties) |
| 33 | + |
| 34 | + |
| 35 | +] |
| 36 | + |
| 37 | + |
| 38 | +#### Configurable Parameters |
| 39 | +**(_Multivalued_ means the parameter can have one or more values.)** |
| 40 | + |
| 41 | +|Name|Description|Type|Multivalued|Default|Choices| |
| 42 | +|----|-----------|----|-----------|-------|-------| |
| 43 | +|modelSize|The size of the model to use. Can be "tiny", "base", "small", "medium", or "large".|string|N|tiny|**_`tiny`_**, `base`, `small`, `medium`, `large`| |
| 44 | +|pretty|The JSON body of the HTTP response will be re-formatted with 2-space indentation|boolean|N|false|**_`false`_**, `true`| |
| 45 | + |
| 46 | + |
| 47 | +#### Outputs |
| 48 | +**(Note that not all output annotations are always generated.)** |
| 49 | +* [http://mmif.clams.ai/vocabulary/TextDocument/v1](http://mmif.clams.ai/vocabulary/TextDocument/v1) |
| 50 | +(any properties) |
| 51 | +* [http://mmif.clams.ai/vocabulary/TimeFrame/v1](http://mmif.clams.ai/vocabulary/TimeFrame/v1) |
| 52 | + * _timeUnit_ = "seconds" |
| 53 | +* [http://mmif.clams.ai/vocabulary/Alignment/v1](http://mmif.clams.ai/vocabulary/Alignment/v1) |
| 54 | +(any properties) |
| 55 | +* [http://vocab.lappsgrid.org/Token](http://vocab.lappsgrid.org/Token) |
| 56 | +(any properties) |
0 commit comments