Skip to content
Open
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
16 changes: 16 additions & 0 deletions tasks/auto-caption.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
[
{
"title": "Auto Tagging Images using WD14 Auto Captioner",
"description": "This task uses the WD14 Auto Captioner model to generate descriptive captions for images. It leverages the capabilities of the TransformerLab library for image captioning.",
"github_repo_url": "https://github.com/transformerlab/transformerlab-examples",
"github_repo_dir": "auto-caption-wd14",
"metadata": {
"category": "generation",
"modality": "image",
"framework": [
"pytorch",
"transformers"
]
}
}
]