livekit-plugins-fal


Namelivekit-plugins-fal JSON
Version 0.2.3 PyPI version JSON
download
home_pagehttps://github.com/livekit/agents
Summaryfal plugin template for LiveKit Agents
upload_time2025-01-12 23:44:09
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 Fal

This plugin provides a simple way to integrate FAL models into the LiveKit Agent Framework. currently supports Whizper model for STT

## Installation

```bash
pip install livekit-plugins-fal
```

## Pre-requisites

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

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/livekit/agents",
    "name": "livekit-plugins-fal",
    "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/06/08/e9866ea1f8921cd6e9f58714b30650f9a668f23664093519ad309afd4fc1/livekit_plugins_fal-0.2.3.tar.gz",
    "platform": null,
    "description": "# LiveKit Plugins Fal\n\nThis plugin provides a simple way to integrate FAL models into the LiveKit Agent Framework. currently supports Whizper model for STT\n\n## Installation\n\n```bash\npip install livekit-plugins-fal\n```\n\n## Pre-requisites\n\nYou'll need an API key from FAL. It can be set as an environment variable: `FAL_KEY`\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "fal plugin template for LiveKit Agents",
    "version": "0.2.3",
    "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": "98e9c226a3cdeae3df3068bb0e0d882608fddc88dab85cb3b0ed08bf043c1566",
                "md5": "5685b146221c464918b52ae6f5e0e5bc",
                "sha256": "4644159d6a5b434ed4fb7db6aff909d83d890d9a32a0928a3990041d9726a5df"
            },
            "downloads": -1,
            "filename": "livekit_plugins_fal-0.2.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "5685b146221c464918b52ae6f5e0e5bc",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9.0",
            "size": 4613,
            "upload_time": "2025-01-12T23:43:55",
            "upload_time_iso_8601": "2025-01-12T23:43:55.347790Z",
            "url": "https://files.pythonhosted.org/packages/98/e9/c226a3cdeae3df3068bb0e0d882608fddc88dab85cb3b0ed08bf043c1566/livekit_plugins_fal-0.2.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0608e9866ea1f8921cd6e9f58714b30650f9a668f23664093519ad309afd4fc1",
                "md5": "6d3c9a41167dad6916f83f82f5dbc8e8",
                "sha256": "13d423a5af38034dd70b68c163a4eaa6fdcb2f381f6faefdd75e0bd56804623d"
            },
            "downloads": -1,
            "filename": "livekit_plugins_fal-0.2.3.tar.gz",
            "has_sig": false,
            "md5_digest": "6d3c9a41167dad6916f83f82f5dbc8e8",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9.0",
            "size": 3819,
            "upload_time": "2025-01-12T23:44:09",
            "upload_time_iso_8601": "2025-01-12T23:44:09.762761Z",
            "url": "https://files.pythonhosted.org/packages/06/08/e9866ea1f8921cd6e9f58714b30650f9a668f23664093519ad309afd4fc1/livekit_plugins_fal-0.2.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-01-12 23:44:09",
    "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-fal"
}
        
Elapsed time: 0.39742s