close
The Wayback Machine - https://web.archive.org/web/20201224223015/https://github.com/nikhilkumarsingh/Wit-Speech-API-Wrapper
Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 

README.md

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

Topics

Resources

Releases

No releases published

Packages

No packages published

Languages

You can’t perform that action at this time.