livekit-plugins-google


Namelivekit-plugins-google JSON
Version 0.9.1 PyPI version JSON
download
home_pagehttps://github.com/livekit/agents
SummaryAgent Framework plugin for services from Google Cloud
upload_time2025-01-12 23:44:10
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 Google

Agent Framework plugin for services from Google Cloud. Currently supporting Google's [Speech-to-Text](https://cloud.google.com/speech-to-text) API.

## Installation

```bash
pip install livekit-plugins-google
```

## Pre-requisites

For credentials, you'll need a Google Cloud account and obtain the correct credentials. Credentials can be passed directly or via Application Default Credentials as specified in [How Application Default Credentials works](https://cloud.google.com/docs/authentication/application-default-credentials).

To use the STT and TTS API, you'll need to enable the respective services for your Google Cloud project.

- Cloud Speech-to-Text API
- Cloud Text-to-Speech API

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/livekit/agents",
    "name": "livekit-plugins-google",
    "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/54/7c/5a1781aa2be596d88adb1175acccaf886759baf39858b482c185026c3b19/livekit_plugins_google-0.9.1.tar.gz",
    "platform": null,
    "description": "# LiveKit Plugins Google\n\nAgent Framework plugin for services from Google Cloud. Currently supporting Google's [Speech-to-Text](https://cloud.google.com/speech-to-text) API.\n\n## Installation\n\n```bash\npip install livekit-plugins-google\n```\n\n## Pre-requisites\n\nFor credentials, you'll need a Google Cloud account and obtain the correct credentials. Credentials can be passed directly or via Application Default Credentials as specified in [How Application Default Credentials works](https://cloud.google.com/docs/authentication/application-default-credentials).\n\nTo use the STT and TTS API, you'll need to enable the respective services for your Google Cloud project.\n\n- Cloud Speech-to-Text API\n- Cloud Text-to-Speech API\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "Agent Framework plugin for services from Google Cloud",
    "version": "0.9.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": "67e9f7516321c71432bb7d0dda49cee513e1f7e5e0b2cfb76bba088c2199caa1",
                "md5": "dd1cded0b15e33393d4da96b385ab06f",
                "sha256": "8de3b248bf394016ee50ca32e3dd89a30e3b4a469ac654ea1806e49c5114bc1c"
            },
            "downloads": -1,
            "filename": "livekit_plugins_google-0.9.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "dd1cded0b15e33393d4da96b385ab06f",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9.0",
            "size": 17672,
            "upload_time": "2025-01-12T23:43:57",
            "upload_time_iso_8601": "2025-01-12T23:43:57.281240Z",
            "url": "https://files.pythonhosted.org/packages/67/e9/f7516321c71432bb7d0dda49cee513e1f7e5e0b2cfb76bba088c2199caa1/livekit_plugins_google-0.9.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "547c5a1781aa2be596d88adb1175acccaf886759baf39858b482c185026c3b19",
                "md5": "72d39669d0fb96e35a27796a9010f29e",
                "sha256": "8f30fff6a50625032840d4fab73370e17ac62f22dafc6cab127649a78054cf65"
            },
            "downloads": -1,
            "filename": "livekit_plugins_google-0.9.1.tar.gz",
            "has_sig": false,
            "md5_digest": "72d39669d0fb96e35a27796a9010f29e",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9.0",
            "size": 14931,
            "upload_time": "2025-01-12T23:44:10",
            "upload_time_iso_8601": "2025-01-12T23:44:10.483118Z",
            "url": "https://files.pythonhosted.org/packages/54/7c/5a1781aa2be596d88adb1175acccaf886759baf39858b482c185026c3b19/livekit_plugins_google-0.9.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-01-12 23:44:10",
    "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-google"
}
        
Elapsed time: 0.42057s