@@ -210,7 +210,6 @@ twitter:description: "Build with our leading Speech AI models"
210
210
border-bottom-width: 0px;
211
211
height: 100% !important;
212
212
margin-top: 10px !important;
213
- height: 85% !important;
214
213
}
215
214
216
215
.product-card .fern-card .t-muted p {
@@ -357,19 +356,27 @@ twitter:description: "Build with our leading Speech AI models"
357
356
<CardGroup cols = { 2 } >
358
357
<Card title = " Transcribe an audio file" href = " /docs/getting-started/transcribe-an-audio-file" >
359
358
<div class = " bg-noise" ></div >
360
- Learn how to transcribe audio files with our SDK
359
+ <div class = " t-muted" >
360
+ Learn how to transcribe audio files with our SDK
361
+ </div >
361
362
</Card >
362
363
<Card title = " Transcribe streaming audio" href = " /docs/getting-started/transcribe-streaming-audio-from-a-microphone/python" >
363
364
<div class = " bg-noise" ></div >
364
- Learn how to transcribe live audio from a microphone
365
+ <div class = " t-muted" >
366
+ Learn how to transcribe live audio from a microphone
367
+ </div >
365
368
</Card >
366
369
<Card title = " Apply LLMs to audio" href = " /docs/lemur/apply-llms-to-audio-files" >
367
370
<div class = " bg-noise" ></div >
368
- Learn how to analyze audio content with LLMs
371
+ <div class = " t-muted" >
372
+ Learn how to analyze audio content with LLMs
373
+ </div >
369
374
</Card >
370
375
<Card title = " Cookbooks" href = " /docs/guides" >
371
376
<div class = " bg-noise" ></div >
372
- Get started quickly with our use-case specific cookbooks
377
+ <div class = " t-muted" >
378
+ Get started quickly with our use-case specific cookbooks
379
+ </div >
373
380
</Card >
374
381
</CardGroup >
375
382
</div >
@@ -383,23 +390,29 @@ twitter:description: "Build with our leading Speech AI models"
383
390
href = " /docs/speech-to-text/pre-recorded-audio"
384
391
>
385
392
<div class = " bg-noise" ></div >
386
- Models for converting audio files, video files, and live speech into text.
393
+ <div class = " t-muted" >
394
+ Models for converting audio files, video files, and live speech into text.
395
+ </div >
387
396
</Card >
388
397
<Card
389
398
title = " LeMUR"
390
399
icon = { <img src = " https://fern-image-hosting.s3.us-east-1.amazonaws.com/assemblyai/1442.svg" />}
391
400
href = " /docs/lemur/apply-llms-to-audio-files"
392
401
>
393
402
<div class = " bg-noise" ></div >
403
+ <div class = " t-muted" >
394
404
LeMUR is a framework for applying Large Language Models (LLMs) to spoken data.
405
+ </div >
395
406
</Card >
396
407
<Card
397
408
title = " Audio Intelligence"
398
409
icon = { <img src = " https://fern-image-hosting.s3.us-east-1.amazonaws.com/assemblyai/1443.svg" />}
399
410
href = " /docs/audio-intelligence/summarization"
400
411
>
401
412
<div class = " bg-noise" ></div >
413
+ <div class = " t-muted" >
402
414
Models for interpreting audio for business and personal workflows.
415
+ </div >
403
416
</Card >
404
417
</CardGroup >
405
418
</div >
0 commit comments