From 3e8a0ed0f82aed7bea1f40d2c1b6315eb778ffdc Mon Sep 17 00:00:00 2001 From: Rick Staa Date: Thu, 12 Dec 2024 21:11:06 +0100 Subject: [PATCH] docs(ai): align pipeline card order wide sidebar order (#695) This commit ensure that the order of the cards align with the sidebar order. --- ai/pipelines/overview.mdx | 44 ++++++++++++++++++++------------------- 1 file changed, 23 insertions(+), 21 deletions(-) diff --git a/ai/pipelines/overview.mdx b/ai/pipelines/overview.mdx index ab97bbb3..fd987c61 100644 --- a/ai/pipelines/overview.mdx +++ b/ai/pipelines/overview.mdx @@ -51,28 +51,28 @@ The Livepeer AI network currently supports the following generative AI pipelines: - - The text-to-image pipeline generates high-quality images from text - descriptions + + The audio-to-text pipeline uses automatic speech recognition (ASR) to + translate audio to text with timestamps The image-to-image pipeline enables advanced image manipulations, including style transfer, image enhancement, and more - - The image-to-video pipeline creates animated high-quality videos from images - - - The upscale pipeline transforms low-resolution images into high-quality ones - without distortion - - The audio-to-text pipeline uses automatic speech recognition (ASR) to - translate audio to text with timestamps + The image-to-text pipeline generates captions for input images, with an + optional prompt to guide the process. + + + The image-to-video pipeline creates animated high-quality videos from images + + The text-to-image pipeline generates high-quality images from text + descriptions + - The text-to-speech pipeline generates high-quality, natural sounding speech in the style of a given speaker (gender, pitch, speaking style, etc). + The text-to-speech pipeline generates high-quality, natural sounding speech + in the style of a given speaker (gender, pitch, speaking style, etc). - - The image-to-text pipeline generates captions for input images, with an optional prompt to guide the process. + + The upscale pipeline transforms low-resolution images into high-quality ones + without distortion