https://github.com/coqui-ai/stt-model-manager

Coqui STT Model Manager - install, manage and try out Coqui STT models from the Model Zoo

https://github.com/coqui-ai/stt-model-manager

Science Score: 36.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
    1 of 9 committers (11.1%) from academic institutions
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (10.8%) to scientific vocabulary

Keywords

coqui-ai flask python react speech-recognition stt websocket

Keywords from Contributors

labeling production speaker-encoder asr automatic-speech-recognition speech-recognition-api speech-recognizer speech-to-text voice-recognition speech-synthesis
Last synced: 5 months ago · JSON representation

Repository

Coqui STT Model Manager - install, manage and try out Coqui STT models from the Model Zoo

Basic Info
  • Host: GitHub
  • Owner: coqui-ai
  • License: mpl-2.0
  • Language: JavaScript
  • Default Branch: main
  • Homepage: https://coqui.ai
  • Size: 8.53 MB
Statistics
  • Stars: 25
  • Watchers: 8
  • Forks: 19
  • Open Issues: 8
  • Releases: 20
Topics
coqui-ai flask python react speech-recognition stt websocket
Created over 4 years ago · Last pushed almost 3 years ago
Metadata Files
Readme Contributing License Code of conduct

README.md

Coqui STT Model manager

Note

This project is no longer actively maintained, and we have stopped hosting the online Model Zoo. We've seen focus shift towards newer STT models such as Whisper, and have ourselves focused on Coqui TTS and Coqui Studio.

The models will remain available in the releases of the coqui-ai/STT-models repo.

🐸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)

bash $ pip install coqui_stt_model_manager $ stt-model-manager

On Raspberry Pi:

bash $ 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

bash $ # 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:

bash $ yarn watch

Then, in a separate terminal window run the following to start the Python server in debug mode:

bash $ # 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)

bash $ make package $ ll dist/ $ pip install dist/*.whl

Owner

  • Name: coqui
  • Login: coqui-ai
  • Kind: organization
  • Email: info@coqui.ai

Coqui, a startup providing open speech tech for everyone 🐸

GitHub Events

Total
  • Watch event: 2
  • Fork event: 3
Last Year
  • Watch event: 2
  • Fork event: 3

Committers

Last synced: almost 3 years ago

All Time
  • Total Commits: 101
  • Total Committers: 9
  • Avg Commits per committer: 11.222
  • Development Distribution Score (DDS): 0.257
Top Committers
Name Email Commits
Reuben Morais r****s@g****m 75
wasertech d****y@w****h 15
Colin B l****a@1****m 3
Josh Meyer J****r@u****m 3
kdavis-coqui k****s@a****u 1
dependabot[bot] 4****]@u****m 1
kdavis-coqui k****s@c****i 1
Danny Waser 7****h@u****m 1
snyk-bot s****t@s****o 1
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 6 months ago

All Time
  • Total issues: 41
  • Total pull requests: 61
  • Average time to close issues: about 1 month
  • Average time to close pull requests: 4 months
  • Total issue authors: 11
  • Total pull request authors: 7
  • Average comments per issue: 2.44
  • Average comments per pull request: 1.03
  • Merged pull requests: 33
  • Bot issues: 0
  • Bot pull requests: 2
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • wasertech (8)
  • reuben (3)
  • JRMeyer (2)
  • kdavis-coqui (2)
  • zubairahmed-ai (1)
  • fran-sgd (1)
  • benpicco (1)
  • Patronics (1)
  • ftyers (1)
  • ftao (1)
  • Glandos (1)
Pull Request Authors
  • snyk-bot (13)
  • wasertech (6)
  • reuben (6)
  • Lanzaa (2)
  • kdavis-coqui (2)
  • dependabot[bot] (1)
  • JRMeyer (1)
Top Labels
Issue Labels
enhancement (4)
Pull Request Labels
dependencies (1)

Packages

  • Total packages: 1
  • Total downloads:
    • pypi 591 last-month
  • Total dependent packages: 1
  • Total dependent repositories: 1
  • Total versions: 13
  • Total maintainers: 1
pypi.org: coqui-stt-model-manager

Model management and testing tool for Coqui STT models

  • Versions: 13
  • Dependent Packages: 1
  • Dependent Repositories: 1
  • Downloads: 591 Last month
Rankings
Dependent packages count: 4.8%
Downloads: 7.3%
Forks count: 10.5%
Average: 11.5%
Stargazers count: 13.3%
Dependent repos count: 21.6%
Maintainers (1)
Last synced: 6 months ago

Dependencies

package.json npm
  • webpack-cli ^4.7.0 development
  • @babel/core 7.9.0
  • @svgr/webpack 4.3.3
  • @testing-library/jest-dom ^4.2.4
  • @testing-library/react ^9.3.2
  • @testing-library/user-event ^7.1.2
  • @typescript-eslint/eslint-plugin ^2.10.0
  • @typescript-eslint/parser ^2.10.0
  • babel-eslint 10.1.0
  • babel-jest ^24.9.0
  • babel-loader 8.1.0
  • babel-plugin-named-asset-import ^0.3.6
  • babel-preset-react-app ^9.1.2
  • camelcase ^5.3.1
  • case-sensitive-paths-webpack-plugin 2.3.0
  • chai ^4.2.0
  • chai-http ^4.3.0
  • create-react-app ^4.0.3
  • css-loader 3.4.2
  • defaults ^1.0.3
  • dotenv 8.2.0
  • dotenv-expand 5.1.0
  • eslint ^6.6.0
  • eslint-config-react-app ^5.2.1
  • eslint-loader 3.0.3
  • eslint-plugin-flowtype 4.6.0
  • eslint-plugin-import 2.20.1
  • eslint-plugin-jsx-a11y 6.2.3
  • eslint-plugin-react 7.19.0
  • eslint-plugin-react-hooks ^1.6.1
  • file-loader 4.3.0
  • fs-extra ^8.1.0
  • html-webpack-plugin 4.0.0
  • identity-obj-proxy 3.0.0
  • jest 24.9.0
  • jest-environment-jsdom-fourteen 1.0.1
  • jest-resolve 24.9.0
  • jest-watch-typeahead 0.4.2
  • mini-css-extract-plugin 0.9.0
  • mocha ^6.1.4
  • optimize-css-assets-webpack-plugin 5.0.3
  • pnp-webpack-plugin 1.6.4
  • postcss-flexbugs-fixes 4.1.0
  • postcss-loader 3.0.0
  • postcss-normalize 8.0.1
  • postcss-preset-env 6.7.0
  • postcss-safe-parser 4.0.1
  • react ^16.12.0
  • react-app-polyfill ^1.0.6
  • react-dev-utils ^11.0.4
  • react-dom ^17.0.2
  • resolve 1.15.0
  • resolve-url-loader 3.1.2
  • sass-loader 8.0.2
  • semver 6.3.0
  • should ^13.2.3
  • should-http ^0.1.1
  • socket.io-client ^2.3.0
  • style-loader 0.23.1
  • terser-webpack-plugin 2.3.8
  • ts-pnp 1.1.6
  • url-loader 2.3.0
  • webpack 4.42.0
  • webpack-dev-server 3.11.0
  • webpack-manifest-plugin 2.2.0
  • workbox-webpack-plugin 4.3.1
yarn.lock npm
  • 1539 dependencies
.github/workflows/build-and-test.yml actions
  • actions/checkout v2 composite
  • actions/setup-node v2 composite
  • actions/setup-python v2 composite
  • actions/upload-artifact v2 composite
.github/workflows/lint.yml actions
  • actions/checkout v2 composite
  • actions/setup-python v2 composite
.github/workflows/pypi-release.yml actions
  • actions/checkout v2 composite
  • actions/setup-python v2 composite
Pipfile pypi
pyproject.toml pypi
setup.py pypi