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.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)
$ # 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.16.tar.gz
(597.5 kB
view hashes)
Built Distribution
Close
Hashes for coqui_stt_model_manager-0.0.16.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 57ab19e9a2de8651e59a1156ca7307b2af47a6c6e90787283834f0fdcd88753b |
|
MD5 | b0e6812382f025f61f472bc04818f440 |
|
BLAKE2b-256 | 2a20ac966e82cb65475ca3fe763071e1ac4e7c07c470cd7ebaa46100017db60f |
Close
Hashes for coqui_stt_model_manager-0.0.16-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | e3ea05f9c8e4da9e38559a81b4861b4d25729a075d936d035fbb72d09f61f2ef |
|
MD5 | e6e0e68312c002be9628006bd63b2444 |
|
BLAKE2b-256 | 9a5e4be021084aedc5405163c72b8cd9b810f6de816c69e081d219c4368ead3b |