jots


Namejots JSON
Version 0.0.0 PyPI version JSON
download
home_pagehttps://github.com/dsymbol/rtw
Summaryreal-time transcription of speech to text using whisper.
upload_time2023-02-02 14:48:42
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.
            # rtw

Real-Time Whisper (rtw) 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 rtw
```

For CUDA enabled Nvidia GPU:

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

## Command-line usage

Run rtw:
```bash
rtw --help
```

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

Transcribe in real-time using the base model:
```bash
rtw --model base
```


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/dsymbol/rtw",
    "name": "jots",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "dsymbol",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/c8/0e/3bb5cfbbace161bbd117f7eb89edfb49e08f0edab0d8612a54d6f0b6c652/jots-0.0.0.tar.gz",
    "platform": null,
    "description": "# rtw\n\nReal-Time Whisper (rtw) 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 rtw\n```\n\nFor CUDA enabled Nvidia GPU:\n\n```bash\npip install rtw --extra-index-url https://download.pytorch.org/whl/cu116\n```\n\n## Command-line usage\n\nRun rtw:\n```bash\nrtw --help\n```\n\nAlternatively run as a package:\n```bash\npython -m rtw --help\n```\n\nTranscribe in real-time using the base model:\n```bash\nrtw --model base\n```\n\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "real-time transcription of speech to text using whisper.",
    "version": "0.0.0",
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cb9f1ff590c1871e9f96dda4c1ac618ea7e9916b6d9b07983e6483a4b11f8e58",
                "md5": "df4b92fa4964c6b2757fc6b1d8b24298",
                "sha256": "c1d5583db2a04b09faa22717d9339e2a906ebcfec5bc1671de51699ec33ee9dd"
            },
            "downloads": -1,
            "filename": "jots-0.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "df4b92fa4964c6b2757fc6b1d8b24298",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 6272,
            "upload_time": "2023-02-02T14:48:40",
            "upload_time_iso_8601": "2023-02-02T14:48:40.337324Z",
            "url": "https://files.pythonhosted.org/packages/cb/9f/1ff590c1871e9f96dda4c1ac618ea7e9916b6d9b07983e6483a4b11f8e58/jots-0.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c80e3bb5cfbbace161bbd117f7eb89edfb49e08f0edab0d8612a54d6f0b6c652",
                "md5": "bb7d142d1d592821ba6ee100db9693b0",
                "sha256": "70a731ef5ac3160e41be931def725aae1105a54abe0d6c4e25dbc6e2e31f221f"
            },
            "downloads": -1,
            "filename": "jots-0.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "bb7d142d1d592821ba6ee100db9693b0",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 5573,
            "upload_time": "2023-02-02T14:48:42",
            "upload_time_iso_8601": "2023-02-02T14:48:42.546519Z",
            "url": "https://files.pythonhosted.org/packages/c8/0e/3bb5cfbbace161bbd117f7eb89edfb49e08f0edab0d8612a54d6f0b6c652/jots-0.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-02-02 14:48:42",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "dsymbol",
    "github_project": "rtw",
    "lcname": "jots"
}
        
Elapsed time: 0.08145s