bricks icon indicating copy to clipboard operation
bricks copied to clipboard

[MODULE] - Audio transcription bricks module from IBM Watson

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 IBM Watsons service.

Do you already have an implementation?

from request
def ibm_speech_to_text(record: Dict[str, Any]) -> str:
    req  = requests.post("...")
    return record["my-text"].text.lower()

Additional context Would require an API key from IBM watson services.

LeonardPuettmann avatar Feb 22 '23 12:02 LeonardPuettmann