ovos-stt-plugin-server


Nameovos-stt-plugin-server JSON
Version 0.0.3 PyPI version JSON
download
home_pagehttps://github.com/OpenVoiceOS/ovos-stt-server-plugin
Summaryovos stt server plugin for mycroft
upload_time2023-05-04 14:46:46
maintainer
docs_urlNone
authorJarbasAi
requires_python
licenseApache-2.0
keywords mycroft openvoiceos ovos plugin stt
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ## 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"}
 }
```

## 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": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "mycroft OpenVoiceOS OVOS plugin stt",
    "author": "JarbasAi",
    "author_email": "jarbasai@mailfence.com",
    "download_url": "",
    "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 }\n```\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",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "ovos stt server plugin for mycroft",
    "version": "0.0.3",
    "project_urls": {
        "Homepage": "https://github.com/OpenVoiceOS/ovos-stt-server-plugin"
    },
    "split_keywords": [
        "mycroft",
        "openvoiceos",
        "ovos",
        "plugin",
        "stt"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e6a222f596d88fab60af615e36d9ab83d9b40d3fa404c2b316ee29db4acfd64c",
                "md5": "e985a0f3e8267cf40f27864068d54bd6",
                "sha256": "a5cdb2c021624f5af6e7192aa79e0c9dbca77a769756b099c75690230ea9cf5e"
            },
            "downloads": -1,
            "filename": "ovos_stt_plugin_server-0.0.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "e985a0f3e8267cf40f27864068d54bd6",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 9299,
            "upload_time": "2023-05-04T14:46:46",
            "upload_time_iso_8601": "2023-05-04T14:46:46.473442Z",
            "url": "https://files.pythonhosted.org/packages/e6/a2/22f596d88fab60af615e36d9ab83d9b40d3fa404c2b316ee29db4acfd64c/ovos_stt_plugin_server-0.0.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-05-04 14:46:46",
    "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"
}
        
Elapsed time: 0.16740s