/PySpeechColab

A library of speech gadgets.

Primary LanguagePythonApache License 2.0Apache-2.0

PySpeechColab

A library of speech gadgets.

Installation

Installing from PyPI

PySpeechColab could be installed with pip conveniently:

pip install speechcolab

Development installation

You can also clone this repo and install it with pip install -e:

# Clone the GitHub repo
git clone git@github.com:SpeechColab/PySpeechColab.git
cd PySpeechColab

# Install with pip
pip install -e '.[dev]'

# Run unit tests
pytest