SpeechColab / PySpeechColab

A library of speech gadgets.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A library of speech gadgets.

License:Apache License 2.0


Languages

Language:Python 100.0%