bricks
bricks copied to clipboard
[MODULE] - Audio transcription bricks module from AWS
Please describe the module you would like to add to bricks Same as #250, but with the speech to text service from AWS
Do you already have an implementation? If so, please share it here. For instance:
import requests
def aws_speech_to_text(record: Dict[str, Any]) -> str:
req = request.post("...")
return req
Additional context Would probably require an API key from AWS transcribe.