Model management and testing tool for Coqui STT models
Project description
Coqui STT Model manager
🐸STT Model Manager is a tool for installing and trying out Coqui STT models from the Coqui Model Zoo.
Usage
Dependencies:
- Python >= 3.7 (On Raspberry Pi, only Python 3.7 is supported)
$ pip install coqui_stt_model_manager
$ stt-model-manager
On Raspberry Pi:
$ pip install https://github.com/coqui-ai/STT/releases/download/v1.3.0/stt-1.3.0-cp37-cp37m-linux_armv7l.whl
$ pip install coqui_stt_model_manager
$ stt-model-manager
Build and install from source
Build dependencies:
- Node.JS
- Yarn
- Python >=3.7
- Up-to-date pip/setuptools/wheel packages
$ # Create and activate virtualenv:
$ python -m venv /tmp/venv
$ /tmp/venv/bin/activate
$ # Update Python packaging tools:
$ python -m pip install -U pip setuptools wheel
$ # Install package
$ make install
Development installation (editable, with pre-commit hooks)
See CONTRIBUTING
.
Running in development mode (watching file changes and rebuilding automatically)
The following command will watch the React-based front-end files for changes and rebuild automatically:
$ yarn watch
Then, in a separate terminal window run the following to start the Python server in debug mode:
$ # Create and activate virtualenv:
$ python -m venv /tmp/venv
$ /tmp/venv/bin/activate
$ # Start server in debug mode with automatic server reloads:
$ stt-model-manager --debug
For now you have to reload the browser manually. We'd gladly welcome a PR adding auto-refresh functionality :)
Build Python package (sdist/wheel)
$ make package
$ ll dist/
$ pip install dist/*.whl
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
coqui_stt_model_manager-0.0.21.tar.gz
(598.7 kB
view hashes)
Built Distribution
Close
Hashes for coqui_stt_model_manager-0.0.21.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 25beba45e31ad44cf64bd4afa1fe546514d8177d0f2c5fb3d15fc3a68f117acc |
|
MD5 | 4a123f6ce35e67dc2f5d45454b38b94e |
|
BLAKE2b-256 | 7783242816fd9f8a22302f3bed3a766084dd5891c72ec5e6aacc3a8484a3709e |
Close
Hashes for coqui_stt_model_manager-0.0.21-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 791d319bc279c9103ee0cc5ba93ec1427cfab51bf8a463a82ca16af0ce5db6d5 |
|
MD5 | c88853c7324fcb971c48056e6b06299d |
|
BLAKE2b-256 | f0abce985615f46138464f768cfe4e1c216297bb31532f357ef721b11163957b |