# NeonAI Nemo STT Plugin
[Mycroft](https://mycroft-ai.gitbook.io/docs/mycroft-technologies/mycroft-core/plugins) compatible
Neon Nemo STT Plugin Speech-to-Text.
## Configuration:
```yaml
stt:
module: neon_stt_plugin_nemo
neon-stt-plugin-nemo: {}
```
## Docker Deployment
The dockerfile included in this repository can be used to build a container with
a minimal server that hosts Nemo STT. The below command runs the container and
binds the web UI to port 8080 on the host:
```shell
docker run -p 8080:8080 ghcr.io/neongeckocom/neon-stt-plugin-nemo:dev
```
From the host, a Web UI can be accessed at `127.0.0.1:8080/gradio` and STT
requests can be posted to `127.0.0.1:8080/stt`. Status is available at `127.0.0.1:8080/status`.
The [ovos-stt-plugin-server](https://github.com/OpenVoiceOS/ovos-stt-plugin-server)
STT plugin can be used to send requests to this deployed backend.
Raw data
{
"_id": null,
"home_page": "https://github.com/NeonGeckoCom/neon-stt-plugin-nemo",
"name": "neon-stt-plugin-nemo",
"maintainer": "",
"docs_url": null,
"requires_python": "",
"maintainer_email": "",
"keywords": "mycroft plugin stt",
"author": "Neongecko",
"author_email": "developers@neon.ai",
"download_url": "https://files.pythonhosted.org/packages/00/b3/c12a54e44085135de31c3d320e07ed4a9d1a9b726653015ac52a4fe07f80/neon-stt-plugin-nemo-0.0.4.tar.gz",
"platform": null,
"description": "# NeonAI Nemo STT Plugin \n[Mycroft](https://mycroft-ai.gitbook.io/docs/mycroft-technologies/mycroft-core/plugins) compatible\nNeon Nemo STT Plugin Speech-to-Text.\n\n## Configuration:\n```yaml\nstt:\n module: neon_stt_plugin_nemo \n neon-stt-plugin-nemo: {}\n```\n\n## Docker Deployment\nThe dockerfile included in this repository can be used to build a container with\na minimal server that hosts Nemo STT. The below command runs the container and\nbinds the web UI to port 8080 on the host:\n\n```shell\ndocker run -p 8080:8080 ghcr.io/neongeckocom/neon-stt-plugin-nemo:dev\n```\n\nFrom the host, a Web UI can be accessed at `127.0.0.1:8080/gradio` and STT\nrequests can be posted to `127.0.0.1:8080/stt`. Status is available at `127.0.0.1:8080/status`.\n\nThe [ovos-stt-plugin-server](https://github.com/OpenVoiceOS/ovos-stt-plugin-server)\nSTT plugin can be used to send requests to this deployed backend.\n",
"bugtrack_url": null,
"license": "BSD-3.0",
"summary": "Nemo STT plugin for Neon",
"version": "0.0.4",
"project_urls": {
"Homepage": "https://github.com/NeonGeckoCom/neon-stt-plugin-nemo"
},
"split_keywords": [
"mycroft",
"plugin",
"stt"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "8d955dae508f8568c65028646906dfc95a88b76a075ad8f1bb6eefa145f94b8e",
"md5": "bf1862dd0f58c26a48143eab48e89435",
"sha256": "fa0f3c53ee578a1bcd31428a389563799b4fca881ca1cc1dda8cff36abeaf61e"
},
"downloads": -1,
"filename": "neon_stt_plugin_nemo-0.0.4-py3-none-any.whl",
"has_sig": false,
"md5_digest": "bf1862dd0f58c26a48143eab48e89435",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 5372,
"upload_time": "2023-06-27T01:15:38",
"upload_time_iso_8601": "2023-06-27T01:15:38.884529Z",
"url": "https://files.pythonhosted.org/packages/8d/95/5dae508f8568c65028646906dfc95a88b76a075ad8f1bb6eefa145f94b8e/neon_stt_plugin_nemo-0.0.4-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "00b3c12a54e44085135de31c3d320e07ed4a9d1a9b726653015ac52a4fe07f80",
"md5": "a707a5c57070568f29166cd8dfc524a1",
"sha256": "4958f29eecbfe3de610e4813e8165323b4ae83f44e343bdcdf1eff73a60c79be"
},
"downloads": -1,
"filename": "neon-stt-plugin-nemo-0.0.4.tar.gz",
"has_sig": false,
"md5_digest": "a707a5c57070568f29166cd8dfc524a1",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 5008,
"upload_time": "2023-06-27T01:15:40",
"upload_time_iso_8601": "2023-06-27T01:15:40.246491Z",
"url": "https://files.pythonhosted.org/packages/00/b3/c12a54e44085135de31c3d320e07ed4a9d1a9b726653015ac52a4fe07f80/neon-stt-plugin-nemo-0.0.4.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-06-27 01:15:40",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "NeonGeckoCom",
"github_project": "neon-stt-plugin-nemo",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "neon-stt-plugin-nemo"
}