GithubHelp home page GithubHelp logo

say_what's Introduction

Say What?

This script listens to meetings I'm supposed to be paying attention to and pings me on hipchat when my name is mentioned.

It sends me a transcript of what was said in the minute before my name was mentioned and some time after.

It also plays an audio file out loud 15 seconds after my name was mentioned which is a recording of me saying, "Sorry, I didn't realize my mic was on mute there."

Uses IBM's Speech to Text Watson API for the audio-to-text.

Currently relies on Splunk as a data store, but can be extended to use an open-source tool instead.

Relies on Uberi's SpeechRecognition PyAudio and API wrapper: https://github.com/Uberi/speech_recognition

##Installation (OS X)

  1. Sign up for, install, and run Splunk Enterprise
    • This has to be enterprise; the HTTP Event Collector feature used here doesn't exist in light
  2. Add your credentials to CREDS in say_my_name.py
  3. Add an http event collector to Splunk and enable it in global settings (but do not enable acknowledgement)
  4. [Get a hipchat API token](https://[your company].hipchat.com/account/api) and update the hipchat fields in say_my_name.py
    • Your hipchat user id is the second number in your hipchat jabber info
  5. Update name in say_my_name.py unless your name is Josh
  6. Create an IBM Bluemix account
  7. Add a speech-to-text plan
  8. Add your credentials to say_what.py for IBM_USERNAME and IBM_PASSWORD
  9. Install Homebrew
  10. brew install python
  11. brew install portaudio
  12. pip install pyaudio
  13. pip install SpeechRecognition
  14. pip install requests

##Usage

  1. Start Splunk
  2. Run say_what.py

TODO: Improve usage

say_what's People

Contributors

itsdrewmiller avatar joshnewlan avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.