Skip to content

Instantly share code, notes, and snippets.

@gusdelact
Last active July 25, 2023 02:49
Show Gist options
  • Save gusdelact/274ad82cc23214b74f79ec1dd884b6c0 to your computer and use it in GitHub Desktop.
Save gusdelact/274ad82cc23214b74f79ec1dd884b6c0 to your computer and use it in GitHub Desktop.
import boto3
client = boto3.client('rekognition')
response = client.start_label_detection(
Video={
'S3Object': {
'Bucket': 'aiasaservicetranscribe740327929864',
'Name': 'video_of_funny_cat.mp4',
}
}
)
print(response['JobId'])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment