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 - llava-captioner.v1.0 #149

Closed
wants to merge 1 commit into from
Closed
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
56 changes: 56 additions & 0 deletions docs/_apps/llava-captioner/v1.0/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
---
layout: posts
classes: wide
title: "Llava Captioner (v1.0)"
date: 2024-05-23T16:22:04+00:00
---
## About this version

- Submitter: [kelleyl](https://github.com/kelleyl)
- Submission Time: 2024-05-23T16:22:04+00:00
- 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)
- Release Notes

(no notes provided by the developer)

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

**Applies llava to video frames.**

- App ID: [http://apps.clams.ai/llava-captioner/v1.0](http://apps.clams.ai/llava-captioner/v1.0)
- App License: Apache 2.0
- 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))


#### Inputs
(**Note**: "*" as a property value means that the property is required but can be any value.)

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

- `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/TimePoint/v4](http://mmif.clams.ai/vocabulary/TimePoint/v4)
(of any properties)

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

32 changes: 32 additions & 0 deletions docs/_apps/llava-captioner/v1.0/metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"name": "Llava Captioner",
"description": "Applies llava to video frames.",
"app_version": "v1.0",
"mmif_version": "1.0.4",
"app_license": "Apache 2.0",
"identifier": "http://apps.clams.ai/llava-captioner/v1.0",
"url": "https://github.com/clamsproject/app-llava-captioner",
"input": [
{
"@type": "http://mmif.clams.ai/vocabulary/VideoDocument/v1",
"required": true
}
],
"output": [
{
"@type": "http://mmif.clams.ai/vocabulary/TimePoint/v4"
},
{
"@type": "http://mmif.clams.ai/vocabulary/TextDocument/v1"
}
],
"parameters": [
{
"name": "pretty",
"description": "The JSON body of the HTTP response will be re-formatted with 2-space indentation",
"type": "boolean",
"default": false,
"multivalued": false
}
]
}
5 changes: 5 additions & 0 deletions docs/_apps/llava-captioner/v1.0/submission.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"time": "2024-05-23T16:22:04+00:00",
"submitter": "kelleyl",
"image": "ghcr.io/clamsproject/app-llava-captioner:v1.0"
}
10 changes: 10 additions & 0 deletions docs/_data/app-index.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
{
"http://apps.clams.ai/llava-captioner": {
"description": "Applies llava to video frames.",
"latest_update": "2024-05-23T16:22:04+00:00",
"versions": [
[
"v1.0",
"kelleyl"
]
]
},
"http://apps.clams.ai/swt-detection": {
"description": "Detects scenes with text, like slates, chyrons and credits.",
"latest_update": "2024-05-22T14:32:58+00:00",
Expand Down
2 changes: 1 addition & 1 deletion docs/_data/apps.json

Large diffs are not rendered by default.

Loading