A library of speech gadgets.
PySpeechColab could be installed with pip
conveniently:
pip install speechcolab
You can also clone this repo and install it with pip install -e
:
# Clone the GitHub repo
git clone [email protected]:SpeechColab/PySpeechColab.git
cd PySpeechColab
# Install with pip
pip install -e '.[dev]'
# Run unit tests
pytest