-
Notifications
You must be signed in to change notification settings - Fork 0
/
steamship.json
34 lines (33 loc) · 1.34 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
{
"type": "package",
"handle": "audio-description",
"version": "0.3.0",
"public": true,
"description": "This Package is to transcribe the audio to text using Deepgram AI.",
"author": "",
"entrypoint": "src.api.handler",
"build_config": {
"ignore": [
"tests",
"notebooks",
"examples"
]
},
"configTemplate": {
},
"steamshipRegistry": {
"tagline": "Transcribe any Audio File into Text",
"tagline2": "Quickly sort through recordings of podcasts, meetings, or other content you have.",
"usefulFor": "Useful for anyone who building software that interacts with audio data. Add better visibility into that data in minutes.",
"videoUrl": "https://www.youtube.com/watch?v=WCjmyOjG92c&t=1s",
"githubUrl": "https://github.com/steamship-packages/audio-analytics-app",
"demoUrl": "https://joe-rogan-index.streamlitapp.com/",
"blogUrl": "https://medium.com/steamship/im-consuming-5000-hours-of-joe-rogan-with-the-help-of-ai-9cb7cc7a4985",
"jupyterUrl": "https://github.com/steamship-packages/audio-analytics-app/blob/main/examples/audio-analytics-python-client-demo.ipynb",
"authorName": "Steamship",
"authorEmail": "[email protected]",
"authorTwitter": "@GetSteamship",
"authorUrl": "https://www.steamship.com/",
"tags": ["Audio", "Text", "Transcription", "Podcasts", "Videos"]
}
}