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.12.tar.gz
(616.9 kB
view hashes)
Built Distribution
Close
Hashes for coqui_stt_model_manager-0.0.12.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 968860ddeac445ab00eecdcb8200e8800941692991ba24f6d5ee6d97a553d684 |
|
MD5 | eaf60225d0673bf59f91351dbb28e00b |
|
BLAKE2b-256 | 30d65cee33ec6abcb8ef8dd371f9dc2e018191806f23dc1c2cc97ea77d72182d |
Close
Hashes for coqui_stt_model_manager-0.0.12-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | d07ce588339e7d5f420caa8b3d4c7d8edb5a8382c3b0e784106c9bacc120963a |
|
MD5 | 01d283fd083f36c807dc5e83c3d4b9e1 |
|
BLAKE2b-256 | 13f5671564c48e73886d6fd559b604b8975e500638b57a734c10aedef215f181 |