From 66c8a086d5d0eb46a0c3db4d8edb93b5372dc5d3 Mon Sep 17 00:00:00 2001 From: gitea_admin Date: Wed, 11 Mar 2026 14:35:42 +0000 Subject: [PATCH] Update wiki Home page for djl-image-to-text-action --- Home.md | 35 +++++++++++++++++++---------------- 1 file changed, 19 insertions(+), 16 deletions(-) diff --git a/Home.md b/Home.md index 93a012c..4049ea9 100644 --- a/Home.md +++ b/Home.md @@ -1,21 +1,24 @@ -# Deploy the Project on CamelX Platform +# Image-to-Text Action -Deploy on CamelX Platform in three steps +Detect and classify objects in an image into texts using the SSD and ResNet models and the ImageNet dataset. -## Step 1: Create a release -From the project space, click on **"Create a release"** +## Metadata -The new version is automatically available in the list +| Property | Value | +|----------|-------| +| Type | action | +| Group | Actions | +| Namespace | AI | +| Support Level | Preview | +| Provider | Apache Software Foundation | -## Step 2: Deploy -Click on **"Deploy"** +## Dependencies -- **Version:** Select the desired release -- **Environment:** Choose `Development`, `Staging`, or `Production` -- **Configuration:** Select the configuration source -- **Resources:** Set CPU and Memory - -## Step 3: Expose -Enable **"Expose"** - -Choose an **API Gateway** (Internal, Public, etc.) +- `mvn:ai.djl.pytorch:pytorch-engine:0.29.0` +- `mvn:ai.djl.pytorch:pytorch-model-zoo:0.29.0` +- `mvn:net.sf.extjwnl:extjwnl:2.0.5` +- `mvn:net.sf.extjwnl:extjwnl-data-wn31:1.2` +- `camel:core` +- `camel:kamelet` +- `camel:jackson` +- `camel:djl`