## Description
OpenVoiceOS companion plugin for [OpenVoiceOS STT Server](https://github.com/OpenVoiceOS/ovos-stt-http-server)
## Install
```bash
pip install ovos-stt-plugin-server
```
## Configuration
```json
"stt": {
"module": "ovos-stt-plugin-server",
"ovos-stt-plugin-server": {"url": "https://0.0.0.0:8080/stt"},
"verify_ssl": true
}
```
### Security warning
Please note that while you can set `verify_ssl` to `false` to disable SSL
verification, this is not recommended and should only be used for testing
purposes. Consider using a private CA or certificates signed using
[Let's Encrypt](https://letsencrypt.org/) instead.
## Public servers
public server status page can be found at https://github.com/OpenVoiceOS/status
the default public servers run [Whisper](https://github.com/OpenVoiceOS/ovos-stt-plugin-fasterwhisper), but [Nemo](https://github.com/NeonGeckoCom/neon-stt-plugin-nemo) is also available
- https://stt.smartgic.io/nemo/stt
While there are associated risks with public servers, we value your trust in our products, learn more in Jarbas blog post [The Trust Factor in Public Servers](https://jarbasal.github.io/blog/2023/10/14/the-trust-factor-in-public-servers.html)
## Docker
see [google-stt-proxy](https://github.com/OpenVoiceOS/ovos-stt-plugin-chromium/pkgs/container/google-stt-proxy) for an example
```dockerfile
FROM debian:buster-slim
RUN apt-get update && \
apt-get install -y git python3 python3-dev python3-pip curl build-essential
RUN pip3 install ovos-stt-http-server==0.0.2a1
RUN pip3 install SpeechRecognition==3.8.1
COPY . /tmp/ovos-stt-chromium
RUN pip3 install /tmp/ovos-stt-chromium
ENTRYPOINT ovos-stt-server --engine ovos-stt-plugin-chromium
```tts
Raw data
{
"_id": null,
"home_page": "https://github.com/OpenVoiceOS/ovos-stt-server-plugin",
"name": "ovos-stt-plugin-server",
"maintainer": null,
"docs_url": null,
"requires_python": null,
"maintainer_email": null,
"keywords": "mycroft OpenVoiceOS OVOS plugin stt",
"author": "JarbasAi",
"author_email": "jarbasai@mailfence.com",
"download_url": "https://files.pythonhosted.org/packages/9b/95/070449add8d4cc5d3a44172d53255bbf60b629da87712dac90289721d715/ovos-stt-plugin-server-0.0.6.tar.gz",
"platform": null,
"description": "## Description\n\nOpenVoiceOS companion plugin for [OpenVoiceOS STT Server](https://github.com/OpenVoiceOS/ovos-stt-http-server)\n\n## Install\n\n```bash\npip install ovos-stt-plugin-server\n```\n\n## Configuration\n\n```json\n \"stt\": {\n \"module\": \"ovos-stt-plugin-server\",\n \"ovos-stt-plugin-server\": {\"url\": \"https://0.0.0.0:8080/stt\"},\n \"verify_ssl\": true\n }\n```\n\n### Security warning\n\nPlease note that while you can set `verify_ssl` to `false` to disable SSL\nverification, this is not recommended and should only be used for testing\npurposes. Consider using a private CA or certificates signed using\n[Let's Encrypt](https://letsencrypt.org/) instead.\n\n## Public servers\n\npublic server status page can be found at https://github.com/OpenVoiceOS/status\n\nthe default public servers run [Whisper](https://github.com/OpenVoiceOS/ovos-stt-plugin-fasterwhisper), but [Nemo](https://github.com/NeonGeckoCom/neon-stt-plugin-nemo) is also available\n\n- https://stt.smartgic.io/nemo/stt\n\nWhile there are associated risks with public servers, we value your trust in our products, learn more in Jarbas blog post [The Trust Factor in Public Servers](https://jarbasal.github.io/blog/2023/10/14/the-trust-factor-in-public-servers.html)\n\n## Docker\n\nsee [google-stt-proxy](https://github.com/OpenVoiceOS/ovos-stt-plugin-chromium/pkgs/container/google-stt-proxy) for an example\n\n```dockerfile\nFROM debian:buster-slim\n\nRUN apt-get update && \\\n apt-get install -y git python3 python3-dev python3-pip curl build-essential\n\nRUN pip3 install ovos-stt-http-server==0.0.2a1\nRUN pip3 install SpeechRecognition==3.8.1\n\nCOPY . /tmp/ovos-stt-chromium\nRUN pip3 install /tmp/ovos-stt-chromium\n\nENTRYPOINT ovos-stt-server --engine ovos-stt-plugin-chromium\n```tts\n\n\n",
"bugtrack_url": null,
"license": "Apache-2.0",
"summary": "ovos stt server plugin for mycroft",
"version": "0.0.6",
"project_urls": {
"Homepage": "https://github.com/OpenVoiceOS/ovos-stt-server-plugin"
},
"split_keywords": [
"mycroft",
"openvoiceos",
"ovos",
"plugin",
"stt"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "f9e1e4c0ea30d9ff2d84ee951f11225a6bdb8f1766aea972f08586ce4fdeb535",
"md5": "5228d2d7f64bea0d4b18d400c7c57a5b",
"sha256": "d17d4d714e80995e4af2c1ac36a18487e74249ee24cd5e78243c42432016aff1"
},
"downloads": -1,
"filename": "ovos_stt_plugin_server-0.0.6-py3-none-any.whl",
"has_sig": false,
"md5_digest": "5228d2d7f64bea0d4b18d400c7c57a5b",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 9244,
"upload_time": "2024-11-06T09:34:27",
"upload_time_iso_8601": "2024-11-06T09:34:27.548906Z",
"url": "https://files.pythonhosted.org/packages/f9/e1/e4c0ea30d9ff2d84ee951f11225a6bdb8f1766aea972f08586ce4fdeb535/ovos_stt_plugin_server-0.0.6-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "9b95070449add8d4cc5d3a44172d53255bbf60b629da87712dac90289721d715",
"md5": "8b1ef6761620cc26c868093f82e88fc7",
"sha256": "b9cae9f82060fc891a723daf316ff2da314d4cd2bd24dbfd038ffabe8e26e9d8"
},
"downloads": -1,
"filename": "ovos-stt-plugin-server-0.0.6.tar.gz",
"has_sig": false,
"md5_digest": "8b1ef6761620cc26c868093f82e88fc7",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 9035,
"upload_time": "2024-11-06T09:34:28",
"upload_time_iso_8601": "2024-11-06T09:34:28.811099Z",
"url": "https://files.pythonhosted.org/packages/9b/95/070449add8d4cc5d3a44172d53255bbf60b629da87712dac90289721d715/ovos-stt-plugin-server-0.0.6.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-11-06 09:34:28",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "OpenVoiceOS",
"github_project": "ovos-stt-server-plugin",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "ovos-stt-plugin-server"
}