This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
# -*- coding: utf-8 -*- | |
import requests | |
import httplib | |
import uuid | |
import json | |
class Microsoft_ASR(): | |
def __init__(self): |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
# Created by Joe Ellis | |
# Columbia University DVMM Lab | |
# STD Libraries | |
import os | |
# Numerical Computing Libraries | |
import numpy as np | |
from scipy.stats import norm |