livekit-plugins-deepgram


Namelivekit-plugins-deepgram JSON
Version 0.3.0 PyPI version JSON
download
home_pagehttps://github.com/livekit/agents
SummaryAgent Framework plugin for services using DeepGram's API.
upload_time2024-04-15 20:17:53
maintainerNone
docs_urlNone
authorNone
requires_python>=3.9.0
licenseApache-2.0
keywords webrtc realtime audio video livekit
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # LiveKit Plugins DeepGram

Agent Framework plugin for speech-to-text with [DeepGram](https://deepgram.com/)'s API. Currently supports speech-to-text.

## Installation

```bash
pip install livekit-plugins-deepgram
```

## Pre-requisites

You'll need an API key from DeepGram. It can be set as an environment variable: `DEEPGRAM_API_KEY`

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/livekit/agents",
    "name": "livekit-plugins-deepgram",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9.0",
    "maintainer_email": null,
    "keywords": "webrtc, realtime, audio, video, livekit",
    "author": null,
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/22/bd/9a5f849fcdb4f0b95f9d88d6ad8f38e13a7d803fdeb0974e74b5236495f7/livekit_plugins_deepgram-0.3.0.tar.gz",
    "platform": null,
    "description": "# LiveKit Plugins DeepGram\n\nAgent Framework plugin for speech-to-text with [DeepGram](https://deepgram.com/)'s API. Currently supports speech-to-text.\n\n## Installation\n\n```bash\npip install livekit-plugins-deepgram\n```\n\n## Pre-requisites\n\nYou'll need an API key from DeepGram. It can be set as an environment variable: `DEEPGRAM_API_KEY`\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "Agent Framework plugin for services using DeepGram's API.",
    "version": "0.3.0",
    "project_urls": {
        "Documentation": "https://docs.livekit.io",
        "Homepage": "https://github.com/livekit/agents",
        "Source": "https://github.com/livekit/agents",
        "Website": "https://livekit.io/"
    },
    "split_keywords": [
        "webrtc",
        " realtime",
        " audio",
        " video",
        " livekit"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3e560d713f72d8d335a469d1d20adab5769beb1da6ca997c9f3656237bdd06de",
                "md5": "64578428cb1b5e1cdef62277d2804322",
                "sha256": "786e89ccf174577dcb899b272ddd1a6aec7c45bbfe64fa104353b37a0b5285d5"
            },
            "downloads": -1,
            "filename": "livekit_plugins_deepgram-0.3.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "64578428cb1b5e1cdef62277d2804322",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9.0",
            "size": 8281,
            "upload_time": "2024-04-15T20:17:52",
            "upload_time_iso_8601": "2024-04-15T20:17:52.308205Z",
            "url": "https://files.pythonhosted.org/packages/3e/56/0d713f72d8d335a469d1d20adab5769beb1da6ca997c9f3656237bdd06de/livekit_plugins_deepgram-0.3.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "22bd9a5f849fcdb4f0b95f9d88d6ad8f38e13a7d803fdeb0974e74b5236495f7",
                "md5": "06b54d65420a2d8750ffcba8e857e1cb",
                "sha256": "17010815ca3750d4035d5ed35bcbc87f6cafbe2764560084589342abdc187ce5"
            },
            "downloads": -1,
            "filename": "livekit_plugins_deepgram-0.3.0.tar.gz",
            "has_sig": false,
            "md5_digest": "06b54d65420a2d8750ffcba8e857e1cb",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9.0",
            "size": 7907,
            "upload_time": "2024-04-15T20:17:53",
            "upload_time_iso_8601": "2024-04-15T20:17:53.980950Z",
            "url": "https://files.pythonhosted.org/packages/22/bd/9a5f849fcdb4f0b95f9d88d6ad8f38e13a7d803fdeb0974e74b5236495f7/livekit_plugins_deepgram-0.3.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-15 20:17:53",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "livekit",
    "github_project": "agents",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "livekit-plugins-deepgram"
}
        
Elapsed time: 0.39242s