bricks icon indicating copy to clipboard operation
bricks copied to clipboard

[MODULE] - Audio transcription bricks module from AWS

Open LeonardPuettmann opened this issue 2 years ago • 0 comments

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.

LeonardPuettmann avatar Feb 22 '23 12:02 LeonardPuettmann