Skip to content

Instantly share code, notes, and snippets.

import json
from watson_developer_cloud import SpeechToTextV1
import time
from datetime import timedelta
import sys
import os
import io
import argparse
import json
from watson_developer_cloud import TextToSpeechV1
import time
from datetime import timedelta
import sys
import os
import argparse
#We need to get our API credentials in the code for authentication that we have stored as Environment Variables locally
import requests
import http.client
import urllib.parse
import uuid
import json
import io
import os
import sys
import time
from datetime import timedelta