Metadata-Version: 2.1
Name: last-asr
Version: 0.0.2
Summary: The LAttice-based Speech Transducer (LAST) library
Keywords: speech,jax
Author: LAST authors
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Intended Audience :: Science/Research
Requires-Dist: einops>=0.5.0
Requires-Dist: flax>=0.6.1
Requires-Dist: jax>=0.3.21
Requires-Dist: absl-py ; extra == "dev"
Requires-Dist: numpy ; extra == "dev"
Requires-Dist: optax ; extra == "dev"
Requires-Dist: pytest ; extra == "dev"
Requires-Dist: pytest-xdist ; extra == "dev"
Requires-Dist: pylint>=2.6.0 ; extra == "dev"
Requires-Dist: yapf ; extra == "dev"
Project-URL: homepage, https://github.com/google-research/last
Project-URL: repository, https://github.com/google-research/last
Provides-Extra: dev

# 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.

