livekit-plugins-upliftai


Namelivekit-plugins-upliftai JSON
Version 1.2.8 PyPI version JSON
download
home_pageNone
SummaryAgent Framework plugin for speech synthesis with the Uplift AI.
upload_time2025-09-02 01:08:02
maintainerNone
docs_urlNone
authorNone
requires_python>=3.9.0
licenseNone
keywords audio livekit multilingual realtime tts upliftai urdu video webrtc
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Uplift AI plugin for LiveKit Agents

Support for voice synthesis with [Uplift AI](https://upliftai.org) for underserved languages.

See [https://docs.upliftai.org/orator_voices](https://docs.upliftai.org/orator_voices) for supported voices and languages.

## Installation

```bash
pip install livekit-plugins-upliftai
```

## Pre-requisites

You'll need an API key from Uplift AI. It can be set as an environment variable: `UPLIFTAI_API_KEY`. You can get your API key by signing up at [https://upliftai.org](https://upliftai.org).


## Tutorial

Follow along at [https://docs.upliftai.org/tutorials/livekit-voice-agent](https://docs.upliftai.org/tutorials/livekit-voice-agent) where we build a voice agent using LiveKit and Uplift AI.
            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "livekit-plugins-upliftai",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9.0",
    "maintainer_email": null,
    "keywords": "audio, livekit, multilingual, realtime, tts, upliftai, urdu, video, webrtc",
    "author": null,
    "author_email": "LiveKit <hello@livekit.io>",
    "download_url": "https://files.pythonhosted.org/packages/24/6d/95c9d3440b28e13167e3c76bedf8e9946e725a12f48d81f1a1ad2262afb8/livekit_plugins_upliftai-1.2.8.tar.gz",
    "platform": null,
    "description": "# Uplift AI plugin for LiveKit Agents\n\nSupport for voice synthesis with [Uplift AI](https://upliftai.org) for underserved languages.\n\nSee [https://docs.upliftai.org/orator_voices](https://docs.upliftai.org/orator_voices) for supported voices and languages.\n\n## Installation\n\n```bash\npip install livekit-plugins-upliftai\n```\n\n## Pre-requisites\n\nYou'll need an API key from Uplift AI. It can be set as an environment variable: `UPLIFTAI_API_KEY`. You can get your API key by signing up at [https://upliftai.org](https://upliftai.org).\n\n\n## Tutorial\n\nFollow along at [https://docs.upliftai.org/tutorials/livekit-voice-agent](https://docs.upliftai.org/tutorials/livekit-voice-agent) where we build a voice agent using LiveKit and Uplift AI.",
    "bugtrack_url": null,
    "license": null,
    "summary": "Agent Framework plugin for speech synthesis with the Uplift AI.",
    "version": "1.2.8",
    "project_urls": {
        "Documentation": "https://docs.livekit.io",
        "Source": "https://github.com/livekit/agents",
        "Website": "https://livekit.io/"
    },
    "split_keywords": [
        "audio",
        " livekit",
        " multilingual",
        " realtime",
        " tts",
        " upliftai",
        " urdu",
        " video",
        " webrtc"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "68700d0f267a126eeca43661a008d158da5f155090f048ef65247d1f47155d9f",
                "md5": "06c019fb4bdcb56a85663b5e64a0c097",
                "sha256": "c08acf1c747d5ac0edf2f853bea027e3935ac68ca095bc384d547017dd5d30c4"
            },
            "downloads": -1,
            "filename": "livekit_plugins_upliftai-1.2.8-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "06c019fb4bdcb56a85663b5e64a0c097",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9.0",
            "size": 7818,
            "upload_time": "2025-09-02T01:08:01",
            "upload_time_iso_8601": "2025-09-02T01:08:01.422543Z",
            "url": "https://files.pythonhosted.org/packages/68/70/0d0f267a126eeca43661a008d158da5f155090f048ef65247d1f47155d9f/livekit_plugins_upliftai-1.2.8-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "246d95c9d3440b28e13167e3c76bedf8e9946e725a12f48d81f1a1ad2262afb8",
                "md5": "7610e5c3ae0ab2b25672b53659434385",
                "sha256": "5a82ee50a7593c869b3f79a5fa21b8e1b6b0a270904a5550561b955204541757"
            },
            "downloads": -1,
            "filename": "livekit_plugins_upliftai-1.2.8.tar.gz",
            "has_sig": false,
            "md5_digest": "7610e5c3ae0ab2b25672b53659434385",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9.0",
            "size": 7628,
            "upload_time": "2025-09-02T01:08:02",
            "upload_time_iso_8601": "2025-09-02T01:08:02.344724Z",
            "url": "https://files.pythonhosted.org/packages/24/6d/95c9d3440b28e13167e3c76bedf8e9946e725a12f48d81f1a1ad2262afb8/livekit_plugins_upliftai-1.2.8.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-09-02 01:08:02",
    "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-upliftai"
}
        
Elapsed time: 0.51674s