/python-voice-commands

proof-of-concept for voice commands using python's SpeechRecognition and wit.ai

Primary LanguagePython

Info

PoC Python script that uses SpeechRecognition, CMU Sphinx, and https://wit.ai to listen for a trigger keyword, parse speech, and run a command based on the result.

Usage

Create wit_key.txt containing your API key and run the script. The default trigger word is "computer". Probably only works in Linux.

Commands

  • "netflix": open google-chrome to Netflix
  • "terminate": exits the script

Sources