goal: train a classifier to differentiate between the spoken words "yes" and "no", with high success
preliminary steps:
- extract FFT data from webpage microphone, copy to file
- write a classifier in julia
- ensure the classifier works well
future steps:
- port julia classifier to the browser
- make everything run in the browser
offshoot:
- have speech analysis always running on localhost
- send speech commands to node.js sever on localhost
- have the node.js serve do stuff
- hubot for speech-ish