stot


Namestot JSON
Version 0.0.2 PyPI version JSON
download
home_pagehttps://github.com/dsymbol/stot
Summaryreal-time transcription of speech to text using whisper
upload_time2023-02-02 23:49:39
maintainer
docs_urlNone
authordsymbol
requires_python
license
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # stot

Speech to Text (stot) is a fork of the [davabase/whisper_real_time](https://github.com/davabase/whisper_real_time)
command line tool that provides real-time transcription of speech to text using [openai/whisper](https://github.com/openai/whisper),
with additional functionality.

## Getting Started

To install run the following command:

```bash
pip install stot
```

For CUDA enabled Nvidia GPU:

```bash
pip install stot --extra-index-url https://download.pytorch.org/whl/cu116
```

## Command-line usage

Run stot:
```bash
stot --help
```

Alternatively run as a package:
```bash
python -m stot --help
```

Speech to text in real-time using the small whisper model:
```bash
stot --model small
```



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/dsymbol/stot",
    "name": "stot",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "dsymbol",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/cc/f2/9fedd75b3373c2e20e07d28112fb39968234b6f28b5743bced5b220d1ee2/stot-0.0.2.tar.gz",
    "platform": null,
    "description": "# stot\n\nSpeech to Text (stot) is a fork of the [davabase/whisper_real_time](https://github.com/davabase/whisper_real_time)\ncommand line tool that provides real-time transcription of speech to text using [openai/whisper](https://github.com/openai/whisper),\nwith additional functionality.\n\n## Getting Started\n\nTo install run the following command:\n\n```bash\npip install stot\n```\n\nFor CUDA enabled Nvidia GPU:\n\n```bash\npip install stot --extra-index-url https://download.pytorch.org/whl/cu116\n```\n\n## Command-line usage\n\nRun stot:\n```bash\nstot --help\n```\n\nAlternatively run as a package:\n```bash\npython -m stot --help\n```\n\nSpeech to text in real-time using the small whisper model:\n```bash\nstot --model small\n```\n\n\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "real-time transcription of speech to text using whisper",
    "version": "0.0.2",
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c60330fb57e5ad28f2d152b48a99a2cae84cc1c139ff3467d6a8a03fcdf8b319",
                "md5": "ee267fc2bb14db8e31e98903f04d7d35",
                "sha256": "b0878c7aa7be34f65f8e3c4305fecf74ac29b228347c5c67a8af4c05c4280f00"
            },
            "downloads": -1,
            "filename": "stot-0.0.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "ee267fc2bb14db8e31e98903f04d7d35",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 5715,
            "upload_time": "2023-02-02T23:49:37",
            "upload_time_iso_8601": "2023-02-02T23:49:37.617705Z",
            "url": "https://files.pythonhosted.org/packages/c6/03/30fb57e5ad28f2d152b48a99a2cae84cc1c139ff3467d6a8a03fcdf8b319/stot-0.0.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ccf29fedd75b3373c2e20e07d28112fb39968234b6f28b5743bced5b220d1ee2",
                "md5": "48726ba5e2ea10cd29a7adc3c2303a4e",
                "sha256": "b3b29d5a3f9ec3f6448739cf1553c137a73556b4d16f8bcc2ec76008333749f0"
            },
            "downloads": -1,
            "filename": "stot-0.0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "48726ba5e2ea10cd29a7adc3c2303a4e",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 4992,
            "upload_time": "2023-02-02T23:49:39",
            "upload_time_iso_8601": "2023-02-02T23:49:39.559142Z",
            "url": "https://files.pythonhosted.org/packages/cc/f2/9fedd75b3373c2e20e07d28112fb39968234b6f28b5743bced5b220d1ee2/stot-0.0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-02-02 23:49:39",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "dsymbol",
    "github_project": "stot",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "stot"
}
        
Elapsed time: 0.04327s