{"id":13758719,"url":"https://github.com/OpenVoiceOS/ovos-stt-plugin-vosk","last_synced_at":"2025-05-10T08:30:42.187Z","repository":{"id":43455558,"uuid":"318073362","full_name":"OpenVoiceOS/ovos-stt-plugin-vosk","owner":"OpenVoiceOS","description":"vosk STT plugin for mycroft","archived":false,"fork":false,"pushed_at":"2024-11-20T14:12:52.000Z","size":68,"stargazers_count":14,"open_issues_count":3,"forks_count":6,"subscribers_count":3,"default_branch":"dev","last_synced_at":"2025-04-03T22:51:16.461Z","etag":null,"topics":["asr","automatic-speech-recognition","hacktoberfest","kaldi","speech-recognition","speech-to-text","stt","vosk"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/OpenVoiceOS.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-12-03T04:21:47.000Z","updated_at":"2024-11-20T14:13:03.000Z","dependencies_parsed_at":"2024-11-16T15:33:01.140Z","dependency_job_id":"03f8f96f-4e19-49fa-8247-1b72db3421ab","html_url":"https://github.com/OpenVoiceOS/ovos-stt-plugin-vosk","commit_stats":{"total_commits":42,"total_committers":8,"mean_commits":5.25,"dds":0.5238095238095238,"last_synced_commit":"3bde4c117bf76ceb5645eff8cf534157f0e4e00d"},"previous_names":["jarbaslingua/jarbas-stt-plugin-vosk"],"tags_count":16,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OpenVoiceOS%2Fovos-stt-plugin-vosk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OpenVoiceOS%2Fovos-stt-plugin-vosk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OpenVoiceOS%2Fovos-stt-plugin-vosk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OpenVoiceOS%2Fovos-stt-plugin-vosk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/OpenVoiceOS","download_url":"https://codeload.github.com/OpenVoiceOS/ovos-stt-plugin-vosk/tar.gz/refs/heads/dev","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253389504,"owners_count":21900767,"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":["asr","automatic-speech-recognition","hacktoberfest","kaldi","speech-recognition","speech-to-text","stt","vosk"],"created_at":"2024-08-03T13:00:35.324Z","updated_at":"2025-05-10T08:30:41.296Z","avatar_url":"https://github.com/OpenVoiceOS.png","language":"Python","funding_links":[],"categories":["Uncategorized","OPM plugins"],"sub_categories":["Uncategorized","STT"],"readme":"## Description\n\nMycroft STT plugin for [Vosk](https://alphacephei.com/vosk/)\n\n## Install\n\n`pip install ovos-stt-plugin-vosk`\n\nYou can download official models from [alphacephei](https://alphacephei.com/vosk/models)\n\n\n## Configuration\n\nYou need to download a kaldi model or provide a direct download url\n\n```json\n  \"stt\": {\n    \"module\": \"ovos-stt-plugin-vosk\",\n    \"ovos-stt-plugin-vosk\": {\n        \"model\": \"/path/to/unzipped/model/folder\"\n    }\n  }\n \n```\n\n### Advanced configuration\n\n\n```json\n  \"stt\": {\n    \"module\": \"ovos-stt-plugin-vosk-streaming\",\n    \"ovos-stt-plugin-vosk-streaming\": {\n        \"model\": \"http://alphacephei.com/vosk/models/vosk-model-small-en-us-0.15.zip\",\n        \"verbose\": true\n    },\n    \"ovos-stt-plugin-vosk\": {\n        \"model\": \"http://alphacephei.com/vosk/models/vosk-model-small-en-us-0.15.zip\"\n    }\n  }\n \n```\n\n\n`ovos-stt-plugin-vosk` - regular STT, transcription happens after recording finishes\n\n`ovos-stt-plugin-vosk-streaming` - streaming STT, transcription happens real time\n\n`verbose` - print partial transcriptions\n\n`model` - full path or direct download url for model\n\n`lang` - optional, if `model` not provided will download default small model (if it exists)\n\n\n## Docker\n\nThis plugin can be used together with [ovos-stt-http-server](https://github.com/OpenVoiceOS/ovos-stt-http-server) \n\n```bash\ndocker run -p 8080:8080 ghcr.io/openvoiceos/vosk-stt-http-server:master\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FOpenVoiceOS%2Fovos-stt-plugin-vosk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FOpenVoiceOS%2Fovos-stt-plugin-vosk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FOpenVoiceOS%2Fovos-stt-plugin-vosk/lists"}