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

recipes: update descriptions #298

Merged
merged 1 commit into from
Apr 22, 2024
Merged
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
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