Skip to content

Instantly share code, notes, and snippets.

First chapter
- obstacles/walls of progression
- ILP / POWER / Memory wall
- Multicore
Second chapter:
- Performance
- cpu speed
- clock cycles
- execution time
import subprocess
import argparse
import base64
import json
import time
import httplib2
## Going with IBM
from watson_developer_cloud import SpeechToTextV1
import subprocess
import argparse
import base64
import json
"""
Currently uses Google's cloud speech API
"""
from googleapiclient import discovery