pvcheetahdemo


Namepvcheetahdemo JSON
Version 2.1.0 PyPI version JSON
download
home_pagehttps://github.com/Picovoice/cheetah
SummaryCheetah speech-to-text engine demos
upload_time2024-12-10 00:03:54
maintainerNone
docs_urlNone
authorPicovoice
requires_python>=3.8
licenseNone
keywords speech-to-text asr speech recognition voice recognition automatic speech recognition
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Cheetah Speech-to-Text Demos

Made in Vancouver, Canada by [Picovoice](https://picovoice.ai)

## Cheetah

Cheetah is an on-device streaming speech-to-text engine. Cheetah is:

- Private; All voice processing runs locally.
- [Accurate](https://picovoice.ai/docs/benchmark/stt/)
- [Compact and Computationally-Efficient](https://github.com/Picovoice/speech-to-text-benchmark#rtf)
- Cross-Platform:
    - Linux (x86_64), macOS (x86_64, arm64), and Windows (x86_64)
    - Android and iOS
    - Chrome, Safari, Firefox, and Edge
    - Raspberry Pi (3, 4, 5)

## Compatibility

- Python 3.8+
- Runs on Linux (x86_64), macOS (x86_64, arm64), Windows (x86_64), and Raspberry Pi (3, 4, 5).

## Installation

```console
pip3 install pvcheetahdemo
```

## AccessKey

Cheetah requires a valid Picovoice `AccessKey` at initialization. `AccessKey` acts as your credentials when using Cheetah SDKs.
You can get your `AccessKey` for free. Make sure to keep your `AccessKey` secret.
Signup or Login to [Picovoice Console](https://console.picovoice.ai/) to get your `AccessKey`.

## Usage

### Microphone Demo

You need a working microphone connected to your machine for this demo. Run the following in the terminal:

```console
cheetah_demo_mic --access_key ${ACCESS_KEY}
```

Replace `${ACCESS_KEY}` with yours obtained from Picovoice Console.

### File Demo

Run the following in the terminal:

```console
cheetah_demo_file --access_key ${ACCESS_KEY} --wav_paths ${WAV_PATH}
```

Replace `${ACCESS_KEY}` with yours obtained from Picovoice Console and `${WAV_PATH}` with a path to a compatible
(single-channel, 16 kHz, 16-bit PCM) wav file you wish to transcribe.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/Picovoice/cheetah",
    "name": "pvcheetahdemo",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "Speech-to-Text, ASR, Speech Recognition, Voice Recognition, Automatic Speech Recognition",
    "author": "Picovoice",
    "author_email": "hello@picovoice.ai",
    "download_url": "https://files.pythonhosted.org/packages/30/b5/647e5b2e3e227471652dc1ece61191309d267a20f3304cc9fbf5e690df0a/pvcheetahdemo-2.1.0.tar.gz",
    "platform": null,
    "description": "# Cheetah Speech-to-Text Demos\n\nMade in Vancouver, Canada by [Picovoice](https://picovoice.ai)\n\n## Cheetah\n\nCheetah is an on-device streaming speech-to-text engine. Cheetah is:\n\n- Private; All voice processing runs locally.\n- [Accurate](https://picovoice.ai/docs/benchmark/stt/)\n- [Compact and Computationally-Efficient](https://github.com/Picovoice/speech-to-text-benchmark#rtf)\n- Cross-Platform:\n    - Linux (x86_64), macOS (x86_64, arm64), and Windows (x86_64)\n    - Android and iOS\n    - Chrome, Safari, Firefox, and Edge\n    - Raspberry Pi (3, 4, 5)\n\n## Compatibility\n\n- Python 3.8+\n- Runs on Linux (x86_64), macOS (x86_64, arm64), Windows (x86_64), and Raspberry Pi (3, 4, 5).\n\n## Installation\n\n```console\npip3 install pvcheetahdemo\n```\n\n## AccessKey\n\nCheetah requires a valid Picovoice `AccessKey` at initialization. `AccessKey` acts as your credentials when using Cheetah SDKs.\nYou can get your `AccessKey` for free. Make sure to keep your `AccessKey` secret.\nSignup or Login to [Picovoice Console](https://console.picovoice.ai/) to get your `AccessKey`.\n\n## Usage\n\n### Microphone Demo\n\nYou need a working microphone connected to your machine for this demo. Run the following in the terminal:\n\n```console\ncheetah_demo_mic --access_key ${ACCESS_KEY}\n```\n\nReplace `${ACCESS_KEY}` with yours obtained from Picovoice Console.\n\n### File Demo\n\nRun the following in the terminal:\n\n```console\ncheetah_demo_file --access_key ${ACCESS_KEY} --wav_paths ${WAV_PATH}\n```\n\nReplace `${ACCESS_KEY}` with yours obtained from Picovoice Console and `${WAV_PATH}` with a path to a compatible\n(single-channel, 16 kHz, 16-bit PCM) wav file you wish to transcribe.\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Cheetah speech-to-text engine demos",
    "version": "2.1.0",
    "project_urls": {
        "Homepage": "https://github.com/Picovoice/cheetah"
    },
    "split_keywords": [
        "speech-to-text",
        " asr",
        " speech recognition",
        " voice recognition",
        " automatic speech recognition"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3394c3ea4b52d9dc7cb33bb8cdf0c333f3420266a998a8dc664952f012cf3a81",
                "md5": "d585eb85fdf0d6365565302e4624b800",
                "sha256": "d810d4970e8e4245c9a1d0dd1ae20f7db7e42b3c33fbc60b2190002e72c14a90"
            },
            "downloads": -1,
            "filename": "pvcheetahdemo-2.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "d585eb85fdf0d6365565302e4624b800",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 9239,
            "upload_time": "2024-12-10T00:03:52",
            "upload_time_iso_8601": "2024-12-10T00:03:52.485931Z",
            "url": "https://files.pythonhosted.org/packages/33/94/c3ea4b52d9dc7cb33bb8cdf0c333f3420266a998a8dc664952f012cf3a81/pvcheetahdemo-2.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "30b5647e5b2e3e227471652dc1ece61191309d267a20f3304cc9fbf5e690df0a",
                "md5": "aea83b9669d4b8fa55e0542d7dc86c4f",
                "sha256": "5532f77fdb7af442ac7896145ff489bf0dd33be9d35c522e9d09c2b0893c8c94"
            },
            "downloads": -1,
            "filename": "pvcheetahdemo-2.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "aea83b9669d4b8fa55e0542d7dc86c4f",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 8299,
            "upload_time": "2024-12-10T00:03:54",
            "upload_time_iso_8601": "2024-12-10T00:03:54.562357Z",
            "url": "https://files.pythonhosted.org/packages/30/b5/647e5b2e3e227471652dc1ece61191309d267a20f3304cc9fbf5e690df0a/pvcheetahdemo-2.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-10 00:03:54",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Picovoice",
    "github_project": "cheetah",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "pvcheetahdemo"
}
        
Elapsed time: 0.50736s