Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

App Submitted - inaspeechsegmenter-wrapper.v1.2 #145

Merged
merged 1 commit into from
May 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
69 changes: 69 additions & 0 deletions docs/_apps/inaspeechsegmenter-wrapper/v1.2/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,69 @@
---
layout: posts
classes: wide
title: "inaSpeechSegmenter Wrapper (v1.2)"
date: 2024-05-06T17:53:34+00:00
---
## About this version

- Submitter: [keighrim](https://github.com/keighrim)
- Submission Time: 2024-05-06T17:53:34+00:00
- Prebuilt Container Image: [ghcr.io/clamsproject/app-inaspeechsegmenter-wrapper:v1.2](https://github.com/clamsproject/app-inaspeechsegmenter-wrapper/pkgs/container/app-inaspeechsegmenter-wrapper/v1.2)
- Release Notes

> SDK update, added experimental cli.py

## About this app (See raw [metadata.json](metadata.json))

**inaSpeechSegmenter is a CNN-based audio segmentation toolkit. The original software can be found at https://github.com/ina-foss/inaSpeechSegmenter .**

- App ID: [http://apps.clams.ai/inaspeechsegmenter-wrapper/v1.2](http://apps.clams.ai/inaspeechsegmenter-wrapper/v1.2)
- App License: MIT
- Source Repository: [https://github.com/clamsproject/app-inaspeechsegmenter-wrapper](https://github.com/clamsproject/app-inaspeechsegmenter-wrapper) ([source tree of the submitted version](https://github.com/clamsproject/app-inaspeechsegmenter-wrapper/tree/v1.2))
- Analyzer Version: 0.7.6
- 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](http://mmif.clams.ai/vocabulary/AudioDocument/v1) (required)
(of any properties)

- [http://mmif.clams.ai/vocabulary/VideoDocument/v1](http://mmif.clams.ai/vocabulary/VideoDocument/v1) (required)
(of any properties)



]


#### Configurable Parameters
(**Note**: _Multivalued_ means the parameter can have one or more values.)

- `minDuration`: optional, defaults to `0`

- Type: integer
- Multivalued: False


> minimum duration of a TimeFrame in milliseconds
- `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.)

- [http://mmif.clams.ai/vocabulary/TimeFrame/v5](http://mmif.clams.ai/vocabulary/TimeFrame/v5)
- _timeunit_ = "milliseconds"

47 changes: 47 additions & 0 deletions docs/_apps/inaspeechsegmenter-wrapper/v1.2/metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
{
"name": "inaSpeechSegmenter Wrapper",
"description": "inaSpeechSegmenter is a CNN-based audio segmentation toolkit. The original software can be found at https://github.com/ina-foss/inaSpeechSegmenter .",
"app_version": "v1.2",
"mmif_version": "1.0.4",
"analyzer_version": "0.7.6",
"app_license": "MIT",
"analyzer_license": "MIT",
"identifier": "http://apps.clams.ai/inaspeechsegmenter-wrapper/v1.2",
"url": "https://github.com/clamsproject/app-inaspeechsegmenter-wrapper",
"input": [
[
{
"@type": "http://mmif.clams.ai/vocabulary/AudioDocument/v1",
"required": true
},
{
"@type": "http://mmif.clams.ai/vocabulary/VideoDocument/v1",
"required": true
}
]
],
"output": [
{
"@type": "http://mmif.clams.ai/vocabulary/TimeFrame/v5",
"properties": {
"timeunit": "milliseconds"
}
}
],
"parameters": [
{
"name": "minDuration",
"description": "minimum duration of a TimeFrame in milliseconds",
"type": "integer",
"default": 0,
"multivalued": false
},
{
"name": "pretty",
"description": "The JSON body of the HTTP response will be re-formatted with 2-space indentation",
"type": "boolean",
"default": false,
"multivalued": false
}
]
}
6 changes: 6 additions & 0 deletions docs/_apps/inaspeechsegmenter-wrapper/v1.2/submission.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"time": "2024-05-06T17:53:34+00:00",
"submitter": "keighrim",
"image": "ghcr.io/clamsproject/app-inaspeechsegmenter-wrapper:v1.2",
"releasenotes": "SDK update, added experimental cli.py\n\n"
}
32 changes: 18 additions & 14 deletions docs/_data/app-index.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,22 @@
{
"http://apps.clams.ai/inaspeechsegmenter-wrapper": {
"description": "inaSpeechSegmenter is a CNN-based audio segmentation toolkit. The original software can be found at https://github.com/ina-foss/inaSpeechSegmenter .",
"latest_update": "2024-05-06T17:53:34+00:00",
"versions": [
[
"v1.2",
"keighrim"
],
[
"v1.1",
"keighrim"
],
[
"v1.0",
"keighrim"
]
]
},
"http://apps.clams.ai/simple-timepoints-stitcher": {
"description": "Stitches a sequence of `TimePoint` annotations into a sequence of `TimeFrame` annotations, performing simple smoothing of short peaks of positive labels.",
"latest_update": "2024-05-06T16:13:55+00:00",
Expand Down Expand Up @@ -303,20 +321,6 @@
]
]
},
"http://apps.clams.ai/inaspeechsegmenter-wrapper": {
"description": "inaSpeechSegmenter is a CNN-based audio segmentation toolkit. The original software can be found at https://github.com/ina-foss/inaSpeechSegmenter .",
"latest_update": "2023-07-24T05:31:08+00:00",
"versions": [
[
"v1.1",
"keighrim"
],
[
"v1.0",
"keighrim"
]
]
},
"http://apps.clams.ai/aapb-pua-kaldi-wrapper": {
"description": "A CLAMS wrapper for Kaldi-based ASR software originally developed by PopUpArchive and hipstas, and later updated by Kyeongmin Rim at Brandeis University. Wrapped software can be found at https://github.com/brandeis-llc/aapb-pua-kaldi-docker . ",
"latest_update": "2023-06-14T00:42:26+00:00",
Expand Down
2 changes: 1 addition & 1 deletion docs/_data/apps.json

Large diffs are not rendered by default.

Loading