Skip to content

Commit f684bd9

Browse files
author
clams-bot
committed
adding metadata of llava-captioner.v1.0
1 parent e48c7a7 commit f684bd9

File tree

5 files changed

+104
-1
lines changed

5 files changed

+104
-1
lines changed
+56
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
---
2+
layout: posts
3+
classes: wide
4+
title: "Llava Captioner (v1.0)"
5+
date: 2024-05-23T16:22:04+00:00
6+
---
7+
## About this version
8+
9+
- Submitter: [kelleyl](https://github.com/kelleyl)
10+
- Submission Time: 2024-05-23T16:22:04+00:00
11+
- Prebuilt Container Image: [ghcr.io/clamsproject/app-llava-captioner:v1.0](https://github.com/clamsproject/app-llava-captioner/pkgs/container/app-llava-captioner/v1.0)
12+
- Release Notes
13+
14+
(no notes provided by the developer)
15+
16+
## About this app (See raw [metadata.json](metadata.json))
17+
18+
**Applies llava to video frames.**
19+
20+
- App ID: [http://apps.clams.ai/llava-captioner/v1.0](http://apps.clams.ai/llava-captioner/v1.0)
21+
- App License: Apache 2.0
22+
- Source Repository: [https://github.com/clamsproject/app-llava-captioner](https://github.com/clamsproject/app-llava-captioner) ([source tree of the submitted version](https://github.com/clamsproject/app-llava-captioner/tree/v1.0))
23+
24+
25+
#### Inputs
26+
(**Note**: "*" as a property value means that the property is required but can be any value.)
27+
28+
- [http://mmif.clams.ai/vocabulary/VideoDocument/v1](http://mmif.clams.ai/vocabulary/VideoDocument/v1) (required)
29+
(of any properties)
30+
31+
32+
33+
#### Configurable Parameters
34+
(**Note**: _Multivalued_ means the parameter can have one or more values.)
35+
36+
- `pretty`: optional, defaults to `false`
37+
38+
- Type: boolean
39+
- Multivalued: False
40+
- Choices: **_`false`_**, `true`
41+
42+
43+
> The JSON body of the HTTP response will be re-formatted with 2-space indentation
44+
45+
46+
#### Outputs
47+
(**Note**: "*" as a property value means that the property is required but can be any value.)
48+
49+
(**Note**: Not all output annotations are always generated.)
50+
51+
- [http://mmif.clams.ai/vocabulary/TimePoint/v4](http://mmif.clams.ai/vocabulary/TimePoint/v4)
52+
(of any properties)
53+
54+
- [http://mmif.clams.ai/vocabulary/TextDocument/v1](http://mmif.clams.ai/vocabulary/TextDocument/v1)
55+
(of any properties)
56+
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
{
2+
"name": "Llava Captioner",
3+
"description": "Applies llava to video frames.",
4+
"app_version": "v1.0",
5+
"mmif_version": "1.0.4",
6+
"app_license": "Apache 2.0",
7+
"identifier": "http://apps.clams.ai/llava-captioner/v1.0",
8+
"url": "https://github.com/clamsproject/app-llava-captioner",
9+
"input": [
10+
{
11+
"@type": "http://mmif.clams.ai/vocabulary/VideoDocument/v1",
12+
"required": true
13+
}
14+
],
15+
"output": [
16+
{
17+
"@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4"
18+
},
19+
{
20+
"@type": "http://mmif.clams.ai/vocabulary/TextDocument/v1"
21+
}
22+
],
23+
"parameters": [
24+
{
25+
"name": "pretty",
26+
"description": "The JSON body of the HTTP response will be re-formatted with 2-space indentation",
27+
"type": "boolean",
28+
"default": false,
29+
"multivalued": false
30+
}
31+
]
32+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"time": "2024-05-23T16:22:04+00:00",
3+
"submitter": "kelleyl",
4+
"image": "ghcr.io/clamsproject/app-llava-captioner:v1.0"
5+
}

docs/_data/app-index.json

+10
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
11
{
2+
"http://apps.clams.ai/llava-captioner": {
3+
"description": "Applies llava to video frames.",
4+
"latest_update": "2024-05-23T16:22:04+00:00",
5+
"versions": [
6+
[
7+
"v1.0",
8+
"kelleyl"
9+
]
10+
]
11+
},
212
"http://apps.clams.ai/swt-detection": {
313
"description": "Detects scenes with text, like slates, chyrons and credits.",
414
"latest_update": "2024-05-22T14:32:58+00:00",

docs/_data/apps.json

+1-1
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)