last-asr


Namelast-asr JSON
Version 0.0.4 PyPI version JSON
download
home_pageNone
SummaryThe LAttice-based Speech Transducer (LAST) library
upload_time2024-03-25 20:57:08
maintainerNone
docs_urlNone
authorLAST authors
requires_python>=3.9
licenseNone
keywords speech jax
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # LAttice-based Speech Transducer (LAST)

[![Unittests](https://github.com/google-research/last/actions/workflows/pytest_and_autopublish.yml/badge.svg)](https://github.com/google-research/last/actions/workflows/pytest_and_autopublish.yml)
[![PyPI version](https://badge.fury.io/py/last-asr.svg)](https://badge.fury.io/py/last-asr)

*This is not an officially supported Google product.*

The LAttice-based Speech Transducer (LAST) is a JAX library for building
lattice-based speech transducer models, such as
[GNAT](https://arxiv.org/abs/2205.13674).

To start using LAST, simply run `pip install --upgrade last-asr`. For more
information, check out https://last-asr.readthedocs.io.


            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "last-asr",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": "speech, jax",
    "author": "LAST authors",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/f5/d9/a15974c96fa9d139e118784b366cf60d16228b6f2b85c28a459f3762b080/last_asr-0.0.4.tar.gz",
    "platform": null,
    "description": "# LAttice-based Speech Transducer (LAST)\n\n[![Unittests](https://github.com/google-research/last/actions/workflows/pytest_and_autopublish.yml/badge.svg)](https://github.com/google-research/last/actions/workflows/pytest_and_autopublish.yml)\n[![PyPI version](https://badge.fury.io/py/last-asr.svg)](https://badge.fury.io/py/last-asr)\n\n*This is not an officially supported Google product.*\n\nThe LAttice-based Speech Transducer (LAST) is a JAX library for building\nlattice-based speech transducer models, such as\n[GNAT](https://arxiv.org/abs/2205.13674).\n\nTo start using LAST, simply run `pip install --upgrade last-asr`. For more\ninformation, check out https://last-asr.readthedocs.io.\n\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "The LAttice-based Speech Transducer (LAST) library",
    "version": "0.0.4",
    "project_urls": {
        "homepage": "https://github.com/google-research/last",
        "repository": "https://github.com/google-research/last"
    },
    "split_keywords": [
        "speech",
        " jax"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "51d31512441009a978d1ab603ff21fc4e161f73a10befdb7225d0f6cd8758d53",
                "md5": "a05184fb81bf1d322e53fc317eed0ea3",
                "sha256": "ae1db9cf259b7893b47fd742956f24573fa7e982e9a1668d2c5c32337b30e07f"
            },
            "downloads": -1,
            "filename": "last_asr-0.0.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "a05184fb81bf1d322e53fc317eed0ea3",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 32920,
            "upload_time": "2024-03-25T20:57:07",
            "upload_time_iso_8601": "2024-03-25T20:57:07.154531Z",
            "url": "https://files.pythonhosted.org/packages/51/d3/1512441009a978d1ab603ff21fc4e161f73a10befdb7225d0f6cd8758d53/last_asr-0.0.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f5d9a15974c96fa9d139e118784b366cf60d16228b6f2b85c28a459f3762b080",
                "md5": "7306882b947c048a8361c10f14815918",
                "sha256": "66f07e4d9133c3f9680ce13e83b04a905b597e56e5e759022c87ae84f2975672"
            },
            "downloads": -1,
            "filename": "last_asr-0.0.4.tar.gz",
            "has_sig": false,
            "md5_digest": "7306882b947c048a8361c10f14815918",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 28245,
            "upload_time": "2024-03-25T20:57:08",
            "upload_time_iso_8601": "2024-03-25T20:57:08.887282Z",
            "url": "https://files.pythonhosted.org/packages/f5/d9/a15974c96fa9d139e118784b366cf60d16228b6f2b85c28a459f3762b080/last_asr-0.0.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-25 20:57:08",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "google-research",
    "github_project": "last",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "last-asr"
}
        
Elapsed time: 0.21059s