Whisper Wrapper (v3)
About this version
- Submitter: keighrim
- Submission Time: 2023-07-24T07:38:43+00:00
- Prebuilt Container Image: ghcr.io/clamsproject/app-whisper-wrapper:v3
-
Release Notes
(no notes provided by the developer)
About this app (See raw metadata.json)
A CLAMS wrapper for Whisper-based ASR software originally developed by OpenAI.
- App ID: http://apps.clams.ai/whisper-wrapper/v3
- App License: Apache 2.0
- Source Repository: https://github.com/clamsproject/app-whisper-wrapper (source tree of the submitted version)
- Analyzer Version: 20230314
- Analyzer License: MIT
Inputs
(Note: “*” as a property value means that the property is required but can be any value.)
One of the following is required: [
-
http://mmif.clams.ai/vocabulary/AudioDocument/v1 (required) (of any properties)
-
http://mmif.clams.ai/vocabulary/VideoDocument/v1 (required) (of any properties)
]
Configurable Parameters
(Note: Multivalued means the parameter can have one or more values.)
-
modelSize
: optional, defaults totiny
- Type: string
- Multivalued: False
- Choices:
tiny
,base
,small
,medium
,large
The size of the model to use. Can be “tiny”, “base”, “small”, “medium”, or “large”.
-
pretty
: optional, defaults tofalse
- Type: boolean
- Multivalued: False
- Choices:
false
,true
The JSON body of the HTTP response will be re-formatted with 2-space indentation
Outputs
(Note: “*” as a property value means that the property is required but can be any value.)
(Note: Not all output annotations are always generated.)
-
http://mmif.clams.ai/vocabulary/TextDocument/v1 (of any properties)
- http://mmif.clams.ai/vocabulary/TimeFrame/v1
- timeUnit = “seconds”
-
http://mmif.clams.ai/vocabulary/Alignment/v1 (of any properties)
- http://vocab.lappsgrid.org/Token (of any properties)