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.

Inputs

(Note: “*” as a property value means that the property is required but can be any value.)

One of the following is required: [

]

Configurable Parameters

(Note: Multivalued means the parameter can have one or more values.)

  • modelSize: optional, defaults to tiny

    • 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 to false

    • 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.)