From 8b5adaab7e29353af2d26c885bf032d4593efab1 Mon Sep 17 00:00:00 2001 From: Valentin Rothberg Date: Mon, 22 Apr 2024 10:14:41 +0200 Subject: [PATCH] recipes: update descriptions Update the descriptions of the recipes. They are used by the AI Lab Podman Desktop extension and were quite repetitive and did not guide the user much into the various domains and use cases. I tried to describe a bit more what each recipe does. Fixes: #297 Signed-off-by: Valentin Rothberg --- recipes/audio/audio_to_text/ai-lab.yaml | 6 +++--- recipes/computer_vision/object_detection/ai-lab.yaml | 2 +- recipes/multimodal/image_understanding/ai-lab.yaml | 4 ++-- recipes/natural_language_processing/chatbot/ai-lab.yaml | 4 ++-- recipes/natural_language_processing/codegen/ai-lab.yaml | 4 ++-- recipes/natural_language_processing/rag/ai-lab.yaml | 4 ++-- recipes/natural_language_processing/summarizer/ai-lab.yaml | 4 ++-- 7 files changed, 14 insertions(+), 14 deletions(-) diff --git a/recipes/audio/audio_to_text/ai-lab.yaml b/recipes/audio/audio_to_text/ai-lab.yaml index 6a9cbe8bd..2db298d81 100644 --- a/recipes/audio/audio_to_text/ai-lab.yaml +++ b/recipes/audio/audio_to_text/ai-lab.yaml @@ -1,14 +1,14 @@ version: v1.0 application: type: audio - name: Audio Transcription - description: This is a Streamlit transcription application. + name: Audio Transcription + description: Transcribe audio files via speech recognition. containers: - name: whispercpp-server contextdir: ../../../model_servers/whispercpp containerfile: ./base/Containerfile model-service: true - backend: + backend: - llama arch: - arm64 diff --git a/recipes/computer_vision/object_detection/ai-lab.yaml b/recipes/computer_vision/object_detection/ai-lab.yaml index d6189afce..e305b5430 100644 --- a/recipes/computer_vision/object_detection/ai-lab.yaml +++ b/recipes/computer_vision/object_detection/ai-lab.yaml @@ -2,7 +2,7 @@ version: v1.0 application: type: vision name: Object Detection - description: This is an example object detection demo + description: Detect and classify objects in images. containers: - name: object-detection-server contextdir: ../../../model_servers/object_detection_python diff --git a/recipes/multimodal/image_understanding/ai-lab.yaml b/recipes/multimodal/image_understanding/ai-lab.yaml index e016627c5..5ef1098a4 100644 --- a/recipes/multimodal/image_understanding/ai-lab.yaml +++ b/recipes/multimodal/image_understanding/ai-lab.yaml @@ -1,13 +1,13 @@ application: type: Multimodal name: image-understanding - description: This demo uses a Multimodal model to analyze the content of images. + description: Analyze and describe the content of images. containers: - name: llamacpp-server contextdir: ../../../model_servers/llamacpp_python containerfile: ./base/Containerfile model-service: true - backend: + backend: - llama arch: - arm64 diff --git a/recipes/natural_language_processing/chatbot/ai-lab.yaml b/recipes/natural_language_processing/chatbot/ai-lab.yaml index 8e6a2feb6..6003c2e3f 100644 --- a/recipes/natural_language_processing/chatbot/ai-lab.yaml +++ b/recipes/natural_language_processing/chatbot/ai-lab.yaml @@ -2,13 +2,13 @@ version: v1.0 application: type: language name: ChatBot_Streamlit - description: This is a Streamlit chat demo application. + description: Chat with a model service in a web frontend. containers: - name: llamacpp-server contextdir: ../../../model_servers/llamacpp_python containerfile: ./base/Containerfile model-service: true - backend: + backend: - llama arch: - arm64 diff --git a/recipes/natural_language_processing/codegen/ai-lab.yaml b/recipes/natural_language_processing/codegen/ai-lab.yaml index 9d6c04888..98e7dd14d 100644 --- a/recipes/natural_language_processing/codegen/ai-lab.yaml +++ b/recipes/natural_language_processing/codegen/ai-lab.yaml @@ -2,13 +2,13 @@ version: v1.0 application: type: language name: codegen-demo - description: This is a code generation demo application. + description: Generate code in countless programming languages. containers: - name: llamacpp-server contextdir: ../../../model_servers/llamacpp_python containerfile: ./base/Containerfile model-service: true - backend: + backend: - llama arch: - arm64 diff --git a/recipes/natural_language_processing/rag/ai-lab.yaml b/recipes/natural_language_processing/rag/ai-lab.yaml index b50d3cf86..fc6b58186 100644 --- a/recipes/natural_language_processing/rag/ai-lab.yaml +++ b/recipes/natural_language_processing/rag/ai-lab.yaml @@ -2,13 +2,13 @@ version: v1.0 application: type: language name: rag-demo - description: This is a RAG demo application. + description: A RAG chat bot using local documents. containers: - name: llamacpp-server contextdir: ../../../model_servers/llamacpp_python containerfile: ./base/Containerfile model-service: true - backend: + backend: - llama arch: - arm64 diff --git a/recipes/natural_language_processing/summarizer/ai-lab.yaml b/recipes/natural_language_processing/summarizer/ai-lab.yaml index 10b902dd4..26b76cb30 100644 --- a/recipes/natural_language_processing/summarizer/ai-lab.yaml +++ b/recipes/natural_language_processing/summarizer/ai-lab.yaml @@ -2,13 +2,13 @@ version: v1.0 application: type: language name: Summarizer_App - description: This is a Streamlit demo application for summarizing text. + description: Summarize text files in a web frontend. containers: - name: llamacpp-server contextdir: ../../../model_servers/llamacpp_python containerfile: ./base/Containerfile model-service: true - backend: + backend: - llama arch: - arm64