-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsteamship.json
38 lines (38 loc) · 1.12 KB
/
steamship.json
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
{
"author": "",
"entrypoint": "src.api.handler",
"handle": "deepgram-s2t-blockifier-2",
"description": "Blockify audio via Deepgram AI",
"public": true,
"type": "plugin",
"version": "2.2.8",
"plugin": {
"isTrainable": false,
"transport": "jsonOverHttp",
"type": "blockifier"
},
"configTemplate": {},
"steamshipRegistry": {
"tagline": "Transcribe and tag audio via DeepgramAI.",
"tagline2": "Just load your raw audio file into Steamship and apply DeepgramAI to transcribe and tag it..",
"usefulFor": "Useful for transcribing audio and then searching its content using language AI features.",
"videoUrl": null,
"githubUrl": "https://github.com/steamship-plugins/assemblyai-s2t-blockifier",
"demoUrl": null,
"blogUrl": null,
"jupyterUrl": null,
"authorName": "Steamship",
"authorEmail": "[email protected]",
"authorTwitter": "@GetSteamship",
"authorUrl": "https://www.steamship.com/",
"tags": [
"NLP",
"Transcription",
"Speaker Diarisation",
"Summarization",
"NER",
"Sentiment Analysis",
"Intent Classification"
]
}
}