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
$ pip install coqui_stt_model_manager
$ stt-model-manager
Build and install from source
Build dependencies:
- Node.JS
- Yarn
- Python >=3.6
- 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)
$ # Create and activate virtualenv:
$ python -m venv /tmp/venv
$ /tmp/venv/bin/activate
$ # Install package in editable mode:
$ make dev_install
$ # Install pre-commit hooks for development:
$ make install_pre_commit_hooks
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/
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.11.tar.gz
(616.9 kB
view hashes)
Built Distribution
Close
Hashes for coqui_stt_model_manager-0.0.11.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9bcc1c838cd2096ab945624af7bee8907a719b085b24f165b4175c6679541d22 |
|
MD5 | b38fc094aeaa4f0ad295f4567ea316c7 |
|
BLAKE2b-256 | 993526129b1af40bdef883b85293a743435155fe15a341478734d5cffb527370 |
Close
Hashes for coqui_stt_model_manager-0.0.11-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 884199ddf4093c9d737aa066ee4d15a115c2042fe4ecd2df36bae34d3be40ca3 |
|
MD5 | fce284828b7ce88f83a8038f6c06c181 |
|
BLAKE2b-256 | 5241ca5ff73d9dabd0c6ef6f02240cbe42052477d7d58973671466722eb6fbfb |