ldc-faster-whisper


Nameldc-faster-whisper JSON
Version 0.0.3 PyPI version JSON
download
home_pagehttps://github.com/waikato-llm/ldc-faster-whisper
SummaryPython3 library that adds audio transcription support (.wav, .mp3) to the llm-dataset-converter library.
upload_time2025-07-10 20:51:17
maintainerNone
docs_urlNone
authorPeter Reutemann
requires_pythonNone
licenseMIT License
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            The **ldc-faster-whisper** library is an extension to **llm-dataset-converter**
with plugins for transcribing audio files (.wav, .mp3) using the faster-whisper
library (https://github.com/SYSTRAN/faster-whisper).


Changelog
=========

0.0.3 (2025-07-11)
------------------

- using `faster_whisper` instead of `faster-whisper` as dependency


0.0.2 (2025-03-14)
------------------

- switched to underscores in project name
- added support for placeholders


0.0.1 (2024-06-06)
------------------

- initial release


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/waikato-llm/ldc-faster-whisper",
    "name": "ldc-faster-whisper",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": null,
    "author": "Peter Reutemann",
    "author_email": "fracpete@waikato.ac.nz",
    "download_url": "https://files.pythonhosted.org/packages/59/8f/4ea249838294d16164461df4addc87f671e9603c76231c82bda5c851ac01/ldc_faster_whisper-0.0.3.tar.gz",
    "platform": null,
    "description": "The **ldc-faster-whisper** library is an extension to **llm-dataset-converter**\nwith plugins for transcribing audio files (.wav, .mp3) using the faster-whisper\nlibrary (https://github.com/SYSTRAN/faster-whisper).\n\n\nChangelog\n=========\n\n0.0.3 (2025-07-11)\n------------------\n\n- using `faster_whisper` instead of `faster-whisper` as dependency\n\n\n0.0.2 (2025-03-14)\n------------------\n\n- switched to underscores in project name\n- added support for placeholders\n\n\n0.0.1 (2024-06-06)\n------------------\n\n- initial release\n\n",
    "bugtrack_url": null,
    "license": "MIT License",
    "summary": "Python3 library that adds audio transcription support (.wav, .mp3) to the llm-dataset-converter library.",
    "version": "0.0.3",
    "project_urls": {
        "Homepage": "https://github.com/waikato-llm/ldc-faster-whisper"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "598f4ea249838294d16164461df4addc87f671e9603c76231c82bda5c851ac01",
                "md5": "abc220de168ebd7c4391c02544c85f14",
                "sha256": "ec065f16ff170bed9085c96b69e2c58547e17fe0e36bab6df9afcad79acb8d77"
            },
            "downloads": -1,
            "filename": "ldc_faster_whisper-0.0.3.tar.gz",
            "has_sig": false,
            "md5_digest": "abc220de168ebd7c4391c02544c85f14",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 4909,
            "upload_time": "2025-07-10T20:51:17",
            "upload_time_iso_8601": "2025-07-10T20:51:17.162220Z",
            "url": "https://files.pythonhosted.org/packages/59/8f/4ea249838294d16164461df4addc87f671e9603c76231c82bda5c851ac01/ldc_faster_whisper-0.0.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-07-10 20:51:17",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "waikato-llm",
    "github_project": "ldc-faster-whisper",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "ldc-faster-whisper"
}
        
Elapsed time: 2.50753s