bricks
bricks copied to clipboard
[MODULE] - Audio transcription bricks module from IBM Watson
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.