@@ -51,28 +51,28 @@ The Livepeer AI network currently supports the following generative AI
51
51
pipelines:
52
52
53
53
<CardGroup cols = { 2 } >
54
- <Card title = " Text-to-Image" icon = " image" href = " /ai/pipelines/text-to-image" >
55
- The text-to-image pipeline generates high-quality images from text
56
- descriptions
54
+ <Card
55
+ title = " Audio-to-Text"
56
+ icon = " message-dots"
57
+ href = " /ai/pipelines/audio-to-text"
58
+ >
59
+ The audio-to-text pipeline uses automatic speech recognition (ASR) to
60
+ translate audio to text with timestamps
57
61
</Card >
58
62
<Card title = " Image-to-Image" icon = " image" href = " /ai/pipelines/image-to-image" >
59
63
The image-to-image pipeline enables advanced image manipulations, including
60
64
style transfer, image enhancement, and more
61
65
</Card >
62
- <Card title = " Image-to-Video" icon = " video" href = " /ai/pipelines/image-to-video" >
63
- The image-to-video pipeline creates animated high-quality videos from images
64
- </Card >
65
- <Card title = " Upscale" icon = " image" href = " /ai/pipelines/upscale" >
66
- The upscale pipeline transforms low-resolution images into high-quality ones
67
- without distortion
68
- </Card >
69
66
<Card
70
- title = " Audio -to-Text"
67
+ title = " Image -to-Text"
71
68
icon = " message-dots"
72
- href = " /ai/pipelines/audio -to-text"
69
+ href = " /ai/pipelines/image -to-text"
73
70
>
74
- The audio-to-text pipeline uses automatic speech recognition (ASR) to
75
- translate audio to text with timestamps
71
+ The image-to-text pipeline generates captions for input images, with an
72
+ optional prompt to guide the process.
73
+ </Card >
74
+ <Card title = " Image-to-Video" icon = " video" href = " /ai/pipelines/image-to-video" >
75
+ The image-to-video pipeline creates animated high-quality videos from images
76
76
</Card >
77
77
<Card
78
78
title = " Segment-Anything-2"
@@ -82,18 +82,20 @@ pipelines:
82
82
The segment-anything-2 pipeline offers promptable visual segmentation for
83
83
images and videos.
84
84
</Card >
85
+ <Card title = " Text-to-Image" icon = " image" href = " /ai/pipelines/text-to-image" >
86
+ The text-to-image pipeline generates high-quality images from text
87
+ descriptions
88
+ </Card >
85
89
<Card
86
90
title = " Text-to-Speech"
87
91
icon = " message-dots"
88
92
href = " /ai/pipelines/text-to-speech"
89
93
>
90
- The text-to-speech pipeline generates high-quality, natural sounding speech in the style of a given speaker (gender, pitch, speaking style, etc).
94
+ The text-to-speech pipeline generates high-quality, natural sounding speech
95
+ in the style of a given speaker (gender, pitch, speaking style, etc).
91
96
</Card >
92
- <Card
93
- title = " Image-to-Text"
94
- icon = " message-dots"
95
- href = " /ai/pipelines/image-to-text"
96
- >
97
- The image-to-text pipeline generates captions for input images, with an optional prompt to guide the process.
97
+ <Card title = " Upscale" icon = " image" href = " /ai/pipelines/upscale" >
98
+ The upscale pipeline transforms low-resolution images into high-quality ones
99
+ without distortion
98
100
</Card >
99
101
</CardGroup >
0 commit comments