Skip to content

Commit

Permalink
docs(ai): align pipeline card order wide sidebar order (#695)
Browse files Browse the repository at this point in the history
This commit ensure that the order of the cards align with the sidebar
order.
  • Loading branch information
rickstaa authored Dec 12, 2024
1 parent bc81f06 commit 3e8a0ed
Showing 1 changed file with 23 additions and 21 deletions.
44 changes: 23 additions & 21 deletions ai/pipelines/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -51,28 +51,28 @@ The Livepeer AI network currently supports the following generative AI
pipelines:

<CardGroup cols={2}>
<Card title="Text-to-Image" icon="image" href="/ai/pipelines/text-to-image">
The text-to-image pipeline generates high-quality images from text
descriptions
<Card
title="Audio-to-Text"
icon="message-dots"
href="/ai/pipelines/audio-to-text"
>
The audio-to-text pipeline uses automatic speech recognition (ASR) to
translate audio to text with timestamps
</Card>
<Card title="Image-to-Image" icon="image" href="/ai/pipelines/image-to-image">
The image-to-image pipeline enables advanced image manipulations, including
style transfer, image enhancement, and more
</Card>
<Card title="Image-to-Video" icon="video" href="/ai/pipelines/image-to-video">
The image-to-video pipeline creates animated high-quality videos from images
</Card>
<Card title="Upscale" icon="image" href="/ai/pipelines/upscale">
The upscale pipeline transforms low-resolution images into high-quality ones
without distortion
</Card>
<Card
title="Audio-to-Text"
title="Image-to-Text"
icon="message-dots"
href="/ai/pipelines/audio-to-text"
href="/ai/pipelines/image-to-text"
>
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.
</Card>
<Card title="Image-to-Video" icon="video" href="/ai/pipelines/image-to-video">
The image-to-video pipeline creates animated high-quality videos from images
</Card>
<Card
title="Segment-Anything-2"
Expand All @@ -82,18 +82,20 @@ pipelines:
The segment-anything-2 pipeline offers promptable visual segmentation for
images and videos.
</Card>
<Card title="Text-to-Image" icon="image" href="/ai/pipelines/text-to-image">
The text-to-image pipeline generates high-quality images from text
descriptions
</Card>
<Card
title="Text-to-Speech"
icon="message-dots"
href="/ai/pipelines/text-to-speech"
>
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).
</Card>
<Card
title="Image-to-Text"
icon="message-dots"
href="/ai/pipelines/image-to-text"
>
The image-to-text pipeline generates captions for input images, with an optional prompt to guide the process.
<Card title="Upscale" icon="image" href="/ai/pipelines/upscale">
The upscale pipeline transforms low-resolution images into high-quality ones
without distortion
</Card>
</CardGroup>

0 comments on commit 3e8a0ed

Please sign in to comment.