Skip to content

nikhilkumarsingh/Wit-Speech-API-Wrapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

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

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages