{"id":24802909,"url":"https://github.com/ovoshatchery/ovos-stt-plugin-pocketsphinx","last_synced_at":"2025-03-25T05:37:11.596Z","repository":{"id":57449992,"uuid":"318060491","full_name":"OVOSHatchery/ovos-stt-plugin-pocketsphinx","owner":"OVOSHatchery","description":"pocketsphinx STT plugin for mycroft","archived":false,"fork":false,"pushed_at":"2024-02-22T16:58:23.000Z","size":26,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"dev","last_synced_at":"2025-03-18T12:02:21.201Z","etag":null,"topics":["asr","automatic-speech-recognition","maintainer-wanted","pocketsphinx","speech-recognition","speech-to-text","stt"],"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/OVOSHatchery.png","metadata":{"files":{"readme":"readme.md","changelog":null,"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-03T03:12:57.000Z","updated_at":"2024-02-09T21:26:28.000Z","dependencies_parsed_at":"2024-01-13T13:22:15.614Z","dependency_job_id":"47c72e10-3449-40a8-b951-04fe38730abc","html_url":"https://github.com/OVOSHatchery/ovos-stt-plugin-pocketsphinx","commit_stats":{"total_commits":17,"total_committers":3,"mean_commits":5.666666666666667,"dds":"0.11764705882352944","last_synced_commit":"c11b940f64af87f95012605e65dfec9722c6afdd"},"previous_names":["ovoshatchery/ovos-stt-plugin-pocketsphinx","openvoiceos/ovos-stt-plugin-pocketsphinx","jarbaslingua/jarbas-stt-plugin-pocketsphinx"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OVOSHatchery%2Fovos-stt-plugin-pocketsphinx","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OVOSHatchery%2Fovos-stt-plugin-pocketsphinx/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OVOSHatchery%2Fovos-stt-plugin-pocketsphinx/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OVOSHatchery%2Fovos-stt-plugin-pocketsphinx/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/OVOSHatchery","download_url":"https://codeload.github.com/OVOSHatchery/ovos-stt-plugin-pocketsphinx/tar.gz/refs/heads/dev","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245401389,"owners_count":20609165,"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","maintainer-wanted","pocketsphinx","speech-recognition","speech-to-text","stt"],"created_at":"2025-01-30T05:16:42.318Z","updated_at":"2025-03-25T05:37:11.574Z","avatar_url":"https://github.com/OVOSHatchery.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Description\n\nMycroft STT plugin for [PocketSphinx](https://cmusphinx.github.io/)\n\nNOTE: this is very low accuracy and NOT recommended, it is based on a very old [PR](https://github.com/MycroftAI/mycroft-core/pull/1184) for mycroft-core\n\n## Install\n\n`pip install ovos-stt-plugin-pocketsphinx`\n\n## Configuration\n\n```json\n  \"stt\": {\n    \"module\": \"ovos-stt-plugin-pocketsphinx\"\n  }\n \n```\n\n### Advanced configuration\n\nIf you do not want to use the default english model (included) you configure this plugin to use a different one\n\n[Iberian Languages](https://github.com/JarbasIberianLanguageResources/iberian-sphinx) models can be found here, [SourceForge](https://sourceforge.net/projects/cmusphinx/files/Acoustic%20and%20Language%20Models/) also has models for other languages\n\n```json\n  \"stt\": {\n    \"module\": \"ovos-stt-plugin-pocketsphinx\",\n    \"ovos-stt-plugin-pocketsphinx\": {\n      \"acoustic-model\": \"path/to/hmm/folder\",\n      \"language-model\": \"path/to/lm/file.lm\",\n      \"pronounciation-dictionary\": \"path/to/phonemes/file.dict\"\n    }\n  }\n \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/pocketsphinx-stt-http-server:master\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fovoshatchery%2Fovos-stt-plugin-pocketsphinx","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fovoshatchery%2Fovos-stt-plugin-pocketsphinx","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fovoshatchery%2Fovos-stt-plugin-pocketsphinx/lists"}