-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathregistry.yaml
388 lines (312 loc) · 10.7 KB
/
registry.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
# yaml-language-server: $schema=./.github/registry_schema.json
# This file is used to generate our docs cookbook page. It specifies which paths
# each guide is under, and indicates metadata such as tags and a title for each.
- title: Audio Intelligence - Creating summarized chapters from podcasts
path: audio-intelligence/auto_chapters.ipynb
tags:
- audio-intelligence
- title: Audio Intelligence - Identify Hate Speech in Audio and Video Files
path: audio-intelligence/content_moderation.ipynb
tags:
- audio-intelligence
- title: Audio Intelligence - PII Redaction Using Entity Detection
path: audio-intelligence/entity_redaction.ipynb
tags:
- audio-intelligence
- title: Audio Intelligence - Identify Highlights in Audio and Video Files
path: audio-intelligence/key_phrases.ipynb
tags:
- audio-intelligence
- title: Speech-To-Text - Identify Speakers in Audio Recordings
path: core-transcription/speaker_labels.ipynb
tags:
- speech-to-text
- title: Audio Intelligence - Summarizing Virtual Meetings
path: audio-intelligence/summarization.ipynb
tags:
- audio-intelligence
- title: Speech-To-Text - Transcribe Multiple Files Simultaneously
path: core-transcription/SDK_transcribe_batch_of_files/batch_transcription.ipynb
tags:
- speech-to-text
- title: Speech-To-Text - Split Audio File into Shorter Files
path: core-transcription/split_audio_file
tags:
- speech-to-text
- title: Speech-To-Text - Route to Default Language if Language Detection Confidence is Low
path: core-transcription/automatic-language-detection-route-default-language-python.ipynb
tags:
- speech-to-text
- title: Speech-To-Text - Guide to Common Errors for New AssemblyAI Users
path: core-transcription/common_errors_and_solutions.md
tags:
- speech-to-text
- title: Speech-To-Text - Deleting an AssemblyAI Transcript
path: core-transcription/delete_transcript.ipynb
tags:
- speech-to-text
- title: Speech-To-Text - Detecting Low Confidence Words in a Transcript
path: core-transcription/detecting-low-confidence-words.md
tags:
- speech-to-text
- title: Speech-To-Text - Do More with the Node SDK
path: core-transcription/do-more-with-sdk-js.md
tags:
- speech-to-text
- title: Speech-To-Text - Build a UI for Transcription with Gradio and Python
path: core-transcription/gradio-frontend.ipynb
tags:
- speech-to-text
- title: Speech-To-Text - Iterate Over Speaker Labels with Make.com
path: core-transcription/make.com-speaker-labels.md
tags:
- speech-to-text
- title: Speech-To-Text - How to Implement Retry Server Error Logic
path: core-transcription/retry-server-error.ipynb
tags:
- speech-to-text
- title: Speech-To-Text - How to Implement Retry Upload Error Logic
path: core-transcription/retry-upload-error.ipynb
tags:
- speech-to-text
- title: Speech-To-Text - Schedule a DELETE Request with AssemblyAI and EasyCron
path: core-transcription/schedule_delete.ipynb
tags:
- speech-to-text
- title: Speech-To-Text - Creating Subtitles with Speaker Labels
path: core-transcription/speaker_labelled_subtitles.ipynb
tags:
- speech-to-text
- title: Speech-To-Text - Create a Speaker Timeline
path: core-transcription/speaker_timeline.ipynb
tags:
- speech-to-text
- title: Speech-To-Text - Specifying a Language
path: core-transcription/specify-language.ipynb
tags:
- speech-to-text
- title: Speech-To-Text - Create Custom Length Subtitles
path: core-transcription/subtitle_creation_by_word_count.ipynb
tags:
- speech-to-text
- title: Speech-To-Text - Generating Subtitles for Videos
path: core-transcription/subtitles.ipynb
tags:
- speech-to-text
- title: Speech-To-Text - Speaker Identification Across Files Pinecone and Nvidia's TitaNet Model
path: core-transcription/titanet-speaker-identification.ipynb
tags:
- speech-to-text
- title: Speech-To-Text - Transcribing an Audio File
path: core-transcription/transcribe.ipynb
tags:
- speech-to-text
- title: Speech-To-Text - Transcribing from an S3 bucket
path: core-transcription/transcribe_from_s3.ipynb
tags:
- speech-to-text
- title: Speech-To-Text - How to Transcribe YouTube Videos
path: core-transcription/transcribe_youtube_videos.ipynb
tags:
- speech-to-text
- title: Speech-To-Text - Transcribing Files Hosted on GitHub
path: core-transcription/transcribing-github-files.md
tags:
- speech-to-text
- title: Speech-To-Text - Guide to Using Google Drive Links
path: core-transcription/transcribing-google-drive-file.md
tags:
- speech-to-text
- title: Speech-To-Text - Translating an AssemblyAI Subtitle Transcript
path: core-transcription/translate_subtitles.ipynb
tags:
- speech-to-text
- title: Speech-To-Text - Translating an AssemblyAI Transcript
path: core-transcription/translate_transcripts.ipynb
tags:
- speech-to-text
- title: Speech-To-Text - Identify Duplicate Channels in Stereo Files
path: core-transcription/identify_duplicate_channels.ipynb
tags:
- speech-to-text
- title: LeMUR - Customer Call Sentiment Analysis
path: lemur/call-sentiment-analysis.ipynb
tags:
- lemur
- title: LeMUR - Estimating Input Token Costs
path: lemur/counting-tokens.ipynb
tags:
- lemur
- title: LeMUR - Boosting transcription accuracy (LeMUR custom vocab)
path: lemur/custom-vocab-lemur.ipynb
tags:
- lemur
- title: LeMUR - Extract Dialogue Data
path: lemur/dialogue-data.ipynb
tags:
- lemur
- title: LeMUR - Creating Chapter Summaries with the Custom Text Input Parameter
path: lemur/input-text-chapters.ipynb
tags:
- lemur
- title: LeMUR - Processing Speaker Labels with the Custom Text Input Parameter
path: lemur/input-text-speaker-labels.ipynb
tags:
- lemur
- title: LeMUR - Generate Action Items from a Meeting
path: lemur/meeting-action-items.ipynb
tags:
- lemur
- title: LeMUR - How to Pass Context from Previous LeMUR Requests
path: lemur/past-response-prompts.ipynb
tags:
- lemur
- title: LeMUR - Implement a Sales Playbook
path: lemur/sales-playbook.ipynb
tags:
- lemur
- title: LeMUR - Identify Speakers by Name
path: lemur/speaker-identification.ipynb
tags:
- lemur
- title: LeMUR - How to Use LeMUR's Specialized Endpoints
path: lemur/specialized-endpoints.ipynb
tags:
- lemur
- title: LeMUR - Generate Action Items Using the Task Endpoint
path: lemur/task-endpoint-action-items.ipynb
tags:
- lemur
- title: LeMUR - Receive AI Coaching from the Task Endpoint
path: lemur/task-endpoint-ai-coach.ipynb
tags:
- lemur
- title: LeMUR - Create Custom Summaries using the Task Endpoint
path: lemur/task-endpoint-custom-summary.ipynb
tags:
- lemur
- title: LeMUR - Perform Structured Q&A Using the Task Endpoint
path: lemur/task-endpoint-structured-QA.ipynb
tags:
- lemur
- title: LeMUR - Extract Quotes from a Transcript with the Custom Text Input Parameter
path: lemur/timestamped-transcripts.ipynb
tags:
- lemur
- title: LeMUR - Extract Citations from a Transcript with Semantic Search
path: lemur/transcript-citations.ipynb
tags:
- lemur
- title: LeMUR - Processing audio files with LLMs using LeMUR
path: lemur/using-lemur.ipynb
tags:
- lemur
- title: Streaming - Transcribe Local Files in Real-Time with Node.js
path: streaming-stt/file-transcription-nodejs
tags:
- streaming
- speech-to-text
- title: Streaming - Capturing Complete Sentences as Partial Transcripts
path: streaming-stt/partial_transcripts.ipynb
tags:
- streaming
- speech-to-text
- title: Streaming - Using Streaming Speech-To-Text
path: streaming-stt/real-time.ipynb
tags:
- streaming
- speech-to-text
- title: Streaming - Using LeMUR with Streaming Speech-To-Text
path: streaming-stt/real_time_lemur.ipynb
tags:
- streaming
- speech-to-text
- lemur
- title: Streaming - Terminate Session After Inactivity
path: streaming-stt/terminate_realtime_programmatically.ipynb
tags:
- streaming
- speech-to-text
- title: Speech-To-Text - Do More with the Python SDK
path: core-transcription/do-more-with-sdk-python.ipynb
tags:
- speech-to-text
- title: Streaming - Transcribe System Audio in Real-Time (macOS)
path: streaming-stt/transcribe_system_audio.ipynb
tags:
- streaming
- speech-to-text
- title: Streaming - Use LeMUR for Real-Time Translation
path: streaming-stt/real_time_translation.ipynb
tags:
- streaming
- speech-to-text
- lemur
- title: Speech-To-Text - Use Pyannote to Generate Custom Speaker Labels
path: core-transcription/Use_AssemblyAI_with_Pyannote_to_generate_custom_Speaker_Labels.ipynb
tags:
- speech-to-text
- title: Speech-To-Text - Correct Audio Duration Discrepancies for Corrupted Files
path: core-transcription/audio-duration-fix.ipynb
tags:
- speech-to-text
- title: Streaming - Streaming Best Practices
path: streaming-stt/real-time-best-practices.ipynb
tags:
- streaming
- title: Speech-To-Text - Calculate Talk/Listen Ratio of Speakers
path: core-transcription/talk-listen-ratio.ipynb
tags:
- speech-to-text
- title: Speech-To-Text - Speaker Diarization with Async Chunking
path: core-transcription/speaker-diarization-with-async-chunking.ipynb
tags:
- speech-to-text
- title: Speech-To-Text - Near-Realtime Python Speech-to-Text App
path: https://github.com/AssemblyAI-Solutions/async-chunk-py
tags:
- speech-to-text
- title: Speech-To-Text - Near-Realtime Node.js Speech-to-Text App
path: https://github.com/AssemblyAI-Solutions/async-chunk-js
tags:
- speech-to-text
- title: LeMUR - Transcript Citations
path: lemur/lemur-transcript-citations.ipynb
tags:
- lemur
- title: LeMUR - Create Custom Topic Tags
path: lemur/custom-topic-tags.ipynb
tags:
- lemur
- title: Audio Intelligence - Label Content with Topic Tags
path: audio-intelligence/topic_detection.ipynb
tags:
- audio-intelligence
- title: LeMUR - Phone Call Segmentation
path: lemur/phone-call-segmentation.ipynb
tags:
- lemur
- title: AWS Transcribe to AssemblyAI
path: core-transcription/migration_guides/aws_to_aai.ipynb
tags:
- speech-to-text
- title: Deepgram to AssemblyAI
path: core-transcription/migration_guides/dg_to_aai.ipynb
tags:
- speech-to-text
- title: OpenAI to AssemblyAI
path: core-transcription/migration_guides/oai_to_aai.ipynb
tags:
- speech-to-text
- title: LeMUR - SOAP Note Generation
path: lemur/soap-note-generation.ipynb
tags:
- lemur
- title: Google to AssemblyAI
path: core-transcription/migration_guides/google_to_aai.ipynb
tags:
- speech-to-text
- title: Speech-To-Text - How to Use the EU Endpoint
path: core-transcription/how_to_use_the_eu_endpoint.ipynb
tags:
- speech-to-text