aeon-plugins-deepgram


Nameaeon-plugins-deepgram JSON
Version 0.5.1 PyPI version JSON
download
home_pagehttps://github.com/livekit/agents
SummaryAgent Framework plugin for services using Deepgram's API.
upload_time2024-07-20 02:14: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": "aeon-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/64/96/edad48e3163936743bf150118caf409ec360ed16094a9df26ee798df4604/aeon_plugins_deepgram-0.5.1.tar.gz",
    "platform": null,
    "description": "# LiveKit Plugins DeepGram\r\n\r\nAgent Framework plugin for speech-to-text with [DeepGram](https://deepgram.com/)'s API. Currently supports speech-to-text.\r\n\r\n## Installation\r\n\r\n```bash\r\npip install livekit-plugins-deepgram\r\n```\r\n\r\n## Pre-requisites\r\n\r\nYou'll need an API key from DeepGram. It can be set as an environment variable: `DEEPGRAM_API_KEY`\r\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "Agent Framework plugin for services using Deepgram's API.",
    "version": "0.5.1",
    "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": "73ddd2724b70dc1c1943c37554c7e601ca232b51787939918bb58c118550be0f",
                "md5": "721b4c31174c720981d3db706abb9e85",
                "sha256": "7d14abc115d43c68ded522a86a3d59520fcbc6ea8ccfbc33af2225bdc53cc6cb"
            },
            "downloads": -1,
            "filename": "aeon_plugins_deepgram-0.5.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "721b4c31174c720981d3db706abb9e85",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9.0",
            "size": 8400,
            "upload_time": "2024-07-20T02:14:49",
            "upload_time_iso_8601": "2024-07-20T02:14:49.981743Z",
            "url": "https://files.pythonhosted.org/packages/73/dd/d2724b70dc1c1943c37554c7e601ca232b51787939918bb58c118550be0f/aeon_plugins_deepgram-0.5.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6496edad48e3163936743bf150118caf409ec360ed16094a9df26ee798df4604",
                "md5": "2e286fa1b081b0ac5f1df1cfc2318c26",
                "sha256": "6ffb87f428d40aed77435e8548aff1778a3497db3a4cf32a65e1f63f541312f9"
            },
            "downloads": -1,
            "filename": "aeon_plugins_deepgram-0.5.1.tar.gz",
            "has_sig": false,
            "md5_digest": "2e286fa1b081b0ac5f1df1cfc2318c26",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9.0",
            "size": 7575,
            "upload_time": "2024-07-20T02:14:51",
            "upload_time_iso_8601": "2024-07-20T02:14:51.338230Z",
            "url": "https://files.pythonhosted.org/packages/64/96/edad48e3163936743bf150118caf409ec360ed16094a9df26ee798df4604/aeon_plugins_deepgram-0.5.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-07-20 02:14:51",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "livekit",
    "github_project": "agents",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "aeon-plugins-deepgram"
}
        
Elapsed time: 5.06968s