Whisper Wrapper (v4)
About this version
- Submitter: keighrim
- Submission Time: 2024-01-24T05:40:09+00:00
- Prebuilt Container Image: ghcr.io/clamsproject/app-whisper-wrapper:v4
-
Release Notes
- updated to the latest whisper models
- now ouputs
Sentence
annotations based on whisper’s segmentation
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/v4
- App License: Apache 2.0
- Source Repository: https://github.com/clamsproject/app-whisper-wrapper (source tree of the submitted version)
- Analyzer Version: 20231117
- 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)