Skip to content

Instantly share code, notes, and snippets.

@EniasCailliau
Created September 22, 2022 07:46
Show Gist options
  • Save EniasCailliau/8e90eacbdf0e15edb00d255fd07909e6 to your computer and use it in GitHub Desktop.
Save EniasCailliau/8e90eacbdf0e15edb00d255fd07909e6 to your computer and use it in GitHub Desktop.
from steamship import Steamship, File
workspace = Steamship(workspace="joe-rogan-bible")
with workspace:
f = File.create("youtube-importer", podcast_url)
f.transcribe().tag("entities").tag("sentiments").tag("topics").tag("summaries")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment