Skip to content

Instantly share code, notes, and snippets.

View ersawant's full-sized avatar

VIKAS SAWANT ersawant

View GitHub Profile
@ersawant
ersawant / google_stt.py
Created July 28, 2019 11:53 — forked from offlinehacker/google_stt.py
Quick and dirty python implementation of client for google speech to text service using google speech stream API. It requires requests, pyaudio and pyflac to be installed. Don't forget to set your API key. Current limit seems to be around 5 minutes.
#!/usr/bin/python
import flac.encoder as encoder
import pyaudio
import sys
import requests
import random
from threading import Thread
from Queue import Queue, Empty

#Overview Originally presented at Seattle Code Camp 2016, these are resources to get a developer started with Apache Spark and Machine Learning.

#Apache Spark An introduction video...

IMAGE ALT TEXT