nikhilkumarsingh / Wit-Speech-API-Wrapper

A python client for interacting with Wit Speech Recognition API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wit-Speech-API-Wrapper

A python client for interacting with Wit Speech Recognition API

Installations

  • Windows

    Just install PyAudio module using a simple pip command:

    pip install pyaudio
    
  • MAC OS X

    Install portaudio library using Homebrew and then install PyAudio module using pip:

    brew install portaudio
    pip install pyaudio
    
  • Linux

    Install portaudio library development package using this command:

    sudo apt-get install portaudio19-dev
    

    Then, install PyAudio module using pip:

    pip install pyaudio
    

Usage

  • Clone this repository.
  • Open terminal and run this command:
    python speech_to_text.py
    

IMAGE ALT TEXT HERE

About

A python client for interacting with Wit Speech Recognition API


Languages

Language:Python 100.0%