Skip to content

Commit

Permalink
Merge pull request containers#298 from vrothberg/update-descriptions
Browse files Browse the repository at this point in the history
recipes: update descriptions
  • Loading branch information
rhatdan authored Apr 22, 2024
2 parents 0dfb639 + 8b5adaa commit 79acc1f
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 14 deletions.
6 changes: 3 additions & 3 deletions recipes/audio/audio_to_text/ai-lab.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion recipes/computer_vision/object_detection/ai-lab.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions recipes/multimodal/image_understanding/ai-lab.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions recipes/natural_language_processing/chatbot/ai-lab.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions recipes/natural_language_processing/codegen/ai-lab.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions recipes/natural_language_processing/rag/ai-lab.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions recipes/natural_language_processing/summarizer/ai-lab.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 79acc1f

Please sign in to comment.