-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsteamship.json
58 lines (58 loc) · 1.4 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"type": "plugin",
"handle": "s2t-blockifier-assembly",
"version": "3.1.0",
"description": "Blockify audio via Assembly AI",
"author": "",
"entrypoint": "src.api.handler",
"public": true,
"plugin": {
"isTrainable": false,
"transport": "jsonOverHttp",
"type": "blockifier"
},
"build_config": {
"ignore": []
},
"configTemplate": {
"assembly_api_token": {
"type": "string",
"description": null,
"default": ""
},
"speaker_detection": {
"type": "boolean",
"description": null,
"default": true
},
"enable_audio_intelligence": {
"type": "boolean",
"description": null,
"default": true
}
},
"steamshipRegistry": {
"tagline": "Transcribe and tag audio via AssemblyAI.",
"tagline2": "Just load your raw audio file into Steamship and apply AssemblyAI 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,
"authorGithub": null,
"authorName": "Steamship",
"authorEmail": "[email protected]",
"authorTwitter": "@GetSteamship",
"authorUrl": "https://www.steamship.com/",
"tags": [
"NLP",
"Transcription",
"Speaker Diarisation",
"Summarization",
"NER",
"Sentiment Analysis",
"Intent Classification"
]
}
}