You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: label_studio_ml/examples/deepgram/README.md
+4-12Lines changed: 4 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,19 +1,11 @@
1
-
<!--
2
-
---
3
-
title: Deepgram Text To Speech
4
-
type: guide
5
-
tier: all
6
-
order: 15
7
-
hide_menu: true
8
-
hide_frontmatter_title: true
9
-
meta_title: Using Deepgram with label Studio for Text to Speech
10
-
---
11
-
-->
12
1
13
2
# Using Deepgram with Label Studio for Text to Speech annotation
14
3
15
4
This backend uses the Deepgram API to take the input text from the user, do text to speech, and return the output audio for annotation in Label Studio.
IMPORTANT NOTE: YOU MUST REFRESH THE PAGE AFTER SUBMITTING THE TEXT TO SEE THE AUDIO APPEAR.
18
10
19
11
## Prerequistes
@@ -40,4 +32,4 @@ This is the base labeling config to be used with this backend. Note that you may
40
32
Note that in order for this to work, you need to upload dummy data (i.e. empty text and audio) so that the tasks populate. You can use `dummy_data.json` as this data.
41
33
42
34
## Configuring the backend
43
-
When you attach the model to Label Studio in your model settings, make sure to toggle ON interactive preannotations!
35
+
When you attach the model to Label Studio in your model settings, make sure to toggle ON interactive preannotations!
0 commit comments