Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 407 Bytes

File metadata and controls

12 lines (11 loc) · 407 Bytes

watson_stt-tts_python

Python (3.+) scripts to access IBM Watson Speech-To-Text (STT) & Text-To-Speech (TTS) endpoints

usage:

python text_to_speech_v1.py 
# will send 'Hello World' to IBM Watson to be transformed into a .wav file.
python speech_to_text_v1.py 
# will use the speech.wav file in the /resources folder and send it to watson & save transcript in transcript.txt