livekit-plugins-deepgram


Namelivekit-plugins-deepgram JSON
Version 0.6.15 PyPI version JSON
download
home_pagehttps://github.com/livekit/agents
SummaryAgent Framework plugin for services using Deepgram's API.
upload_time2024-12-21 07:24:51
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/02/68/efd9dd291cfcc27b869a8ef5d564cc93be525dd202176ddcb375d2f7f40b/livekit_plugins_deepgram-0.6.15.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.6.15",
    "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": "4b0e65b6c8b9f850a79d957d6fd1dea8106f45a891ac4d9d74e32ad294d4c25c",
                "md5": "344478393f159caf22a326941da08d23",
                "sha256": "1c3716b430dac7c1c2c57b5d3a08a21d36416509962bcfaed723cf37c30c563b"
            },
            "downloads": -1,
            "filename": "livekit_plugins_deepgram-0.6.15-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "344478393f159caf22a326941da08d23",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9.0",
            "size": 14404,
            "upload_time": "2024-12-21T07:24:44",
            "upload_time_iso_8601": "2024-12-21T07:24:44.084415Z",
            "url": "https://files.pythonhosted.org/packages/4b/0e/65b6c8b9f850a79d957d6fd1dea8106f45a891ac4d9d74e32ad294d4c25c/livekit_plugins_deepgram-0.6.15-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0268efd9dd291cfcc27b869a8ef5d564cc93be525dd202176ddcb375d2f7f40b",
                "md5": "e7d7b4ab11e13fb2127874c9f5025ff8",
                "sha256": "f77beea039545bed4f6a55702f024660dc07d18ac502033d134271a0519e8522"
            },
            "downloads": -1,
            "filename": "livekit_plugins_deepgram-0.6.15.tar.gz",
            "has_sig": false,
            "md5_digest": "e7d7b4ab11e13fb2127874c9f5025ff8",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9.0",
            "size": 12344,
            "upload_time": "2024-12-21T07:24:51",
            "upload_time_iso_8601": "2024-12-21T07:24:51.617810Z",
            "url": "https://files.pythonhosted.org/packages/02/68/efd9dd291cfcc27b869a8ef5d564cc93be525dd202176ddcb375d2f7f40b/livekit_plugins_deepgram-0.6.15.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-21 07:24:51",
    "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.39145s