{"id":19369958,"url":"https://github.com/coqui-ai/stt-model-manager","last_synced_at":"2025-04-23T15:31:51.487Z","repository":{"id":40463772,"uuid":"370310913","full_name":"coqui-ai/stt-model-manager","owner":"coqui-ai","description":"Coqui STT Model Manager - install, manage and try out Coqui STT models from the Model Zoo","archived":false,"fork":false,"pushed_at":"2023-03-24T11:12:31.000Z","size":8949,"stargazers_count":24,"open_issues_count":8,"forks_count":18,"subscribers_count":9,"default_branch":"main","last_synced_at":"2024-11-08T13:17:45.238Z","etag":null,"topics":["coqui-ai","flask","python","react","speech-recognition","stt","websocket"],"latest_commit_sha":null,"homepage":"https://coqui.ai","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/coqui-ai.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-05-24T10:18:36.000Z","updated_at":"2024-09-03T03:10:17.000Z","dependencies_parsed_at":"2022-07-12T18:02:28.595Z","dependency_job_id":null,"html_url":"https://github.com/coqui-ai/stt-model-manager","commit_stats":null,"previous_names":["coqui-ai/stt-server"],"tags_count":21,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coqui-ai%2Fstt-model-manager","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coqui-ai%2Fstt-model-manager/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coqui-ai%2Fstt-model-manager/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coqui-ai%2Fstt-model-manager/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/coqui-ai","download_url":"https://codeload.github.com/coqui-ai/stt-model-manager/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223926858,"owners_count":17226455,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["coqui-ai","flask","python","react","speech-recognition","stt","websocket"],"created_at":"2024-11-10T08:13:49.752Z","updated_at":"2024-11-10T08:13:49.831Z","avatar_url":"https://github.com/coqui-ai.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Coqui STT Model manager\n\n\n\u003e **Note**\n\u003e \n\u003e **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](https://github.com/openai/whisper), and have ourselves focused on [Coqui TTS](https://github.com/coqui-ai/TTS) and [Coqui Studio](https://coqui.ai/).\n\u003e \n\u003e The models will remain available in [the releases of the coqui-ai/STT-models repo](https://github.com/coqui-ai/STT-models/releases).\n\n🐸STT Model Manager is a tool for installing and trying out Coqui STT models from the [Coqui Model Zoo](https://coqui.ai/models/).\n\n# Usage\n\nDependencies:\n\n - Python \u003e= 3.7 (On Raspberry Pi, only Python 3.7 is supported)\n\n```bash\n$ pip install coqui_stt_model_manager\n$ stt-model-manager\n```\n\nOn Raspberry Pi:\n\n```bash\n$ pip install https://github.com/coqui-ai/STT/releases/download/v1.3.0/stt-1.3.0-cp37-cp37m-linux_armv7l.whl\n$ pip install coqui_stt_model_manager\n$ stt-model-manager\n```\n\n![](./images/cover-2.png)\n\n# Build and install from source\n\nBuild dependencies:\n\n - Node.JS\n - Yarn\n - Python \u003e=3.7\n - Up-to-date pip/setuptools/wheel packages\n\n```bash\n$ # Create and activate virtualenv:\n$ python -m venv /tmp/venv\n$ /tmp/venv/bin/activate\n$ # Update Python packaging tools:\n$ python -m pip install -U pip setuptools wheel\n$ # Install package\n$ make install\n```\n\n# Development installation (editable, with pre-commit hooks)\n\nSee [`CONTRIBUTING`](./CONTRIBUTING.md).\n\n# Running in development mode (watching file changes and rebuilding automatically)\n\nThe following command will watch the React-based front-end files for changes and rebuild automatically:\n\n```bash\n$ yarn watch\n```\n\nThen, in a separate terminal window run the following to start the Python server in debug mode:\n\n```bash\n$ # Create and activate virtualenv:\n$ python -m venv /tmp/venv\n$ /tmp/venv/bin/activate\n$ # Start server in debug mode with automatic server reloads:\n$ stt-model-manager --debug\n```\n\nFor now you have to reload the browser manually. We'd gladly welcome a PR adding auto-refresh functionality :)\n\n# Build Python package (sdist/wheel)\n\n```bash\n$ make package\n$ ll dist/\n$ pip install dist/*.whl\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoqui-ai%2Fstt-model-manager","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcoqui-ai%2Fstt-model-manager","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoqui-ai%2Fstt-model-manager/lists"}