openai_stt


Nameopenai_stt JSON
Version 2.1 PyPI version JSON
download
home_pageNone
SummarySpeech-to-Text tool using Whisper, PyAudio, and VAD.
upload_time2025-10-09 22:10:30
maintainerNone
docs_urlNone
authorNone
requires_python>=3.13
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # STT Project

Speech-to-Text tool using [Whisper](https://github.com/openai/whisper), PyAudio, and VAD for real-time transcription.

## Features
- Record for a fixed duration
- Voice activity detection (VAD)
- Keyboard-controlled recording
- Temporary file handling for audio
- Whisper-based transcription

## Installation
```bash
pip install stt
```
```bash
uv add stt

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "openai_stt",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.13",
    "maintainer_email": null,
    "keywords": null,
    "author": null,
    "author_email": "Advik Mathur <pranit.advik@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/1e/86/552301fc35306b5ae9db2e560e24ed80fca6671f93dec984e496da318c2e/openai_stt-2.1.tar.gz",
    "platform": null,
    "description": "# STT Project\r\n\r\nSpeech-to-Text tool using [Whisper](https://github.com/openai/whisper), PyAudio, and VAD for real-time transcription.\r\n\r\n## Features\r\n- Record for a fixed duration\r\n- Voice activity detection (VAD)\r\n- Keyboard-controlled recording\r\n- Temporary file handling for audio\r\n- Whisper-based transcription\r\n\r\n## Installation\r\n```bash\r\npip install stt\r\n```\r\n```bash\r\nuv add stt\r\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Speech-to-Text tool using Whisper, PyAudio, and VAD.",
    "version": "2.1",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "0152246638e47121de0ae579afa5448ea5dc0ae96c56ac12188e1601a5d9ebf9",
                "md5": "bd2705218db129041f501cc93dbc3172",
                "sha256": "e57808b6beb3d7b21870617ef7e04a90381a34612d53663e18aae91f6e9d02fc"
            },
            "downloads": -1,
            "filename": "openai_stt-2.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "bd2705218db129041f501cc93dbc3172",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.13",
            "size": 5592,
            "upload_time": "2025-10-09T22:10:29",
            "upload_time_iso_8601": "2025-10-09T22:10:29.368921Z",
            "url": "https://files.pythonhosted.org/packages/01/52/246638e47121de0ae579afa5448ea5dc0ae96c56ac12188e1601a5d9ebf9/openai_stt-2.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "1e86552301fc35306b5ae9db2e560e24ed80fca6671f93dec984e496da318c2e",
                "md5": "0f903b120c79434911d1fd9c78b21c48",
                "sha256": "982bb2b512189f6c534b92a4d24c9aa5d702ac797aabe383953c4725a55ba02b"
            },
            "downloads": -1,
            "filename": "openai_stt-2.1.tar.gz",
            "has_sig": false,
            "md5_digest": "0f903b120c79434911d1fd9c78b21c48",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.13",
            "size": 5321,
            "upload_time": "2025-10-09T22:10:30",
            "upload_time_iso_8601": "2025-10-09T22:10:30.168631Z",
            "url": "https://files.pythonhosted.org/packages/1e/86/552301fc35306b5ae9db2e560e24ed80fca6671f93dec984e496da318c2e/openai_stt-2.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-10-09 22:10:30",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "openai_stt"
}
        
Elapsed time: 2.03355s