Automatic Speech Recognition (ASR) tools for Fujie Lab
Project description
fujielab-asr
Automatic Speech Recognition Modules for Fujie Laboratory based on ESPnet.
Features
- Supports streaming ASR using Contextual Block Transformer and RNN-T
Installation
Requirements
- Python 3.11 (later versions may not work, because of the dependency on ESPnet)
- ESPnet (202301 or later) required version is different for a model you want to use
Installation with pip
You can install the latest version of fujielab-asr from PyPI using pip:
pip install fujielab-asr
Note that you need to use Python 3.11, so you may need to create a virtual environment first.
Installation from source
In the case you want to use conda environment:
conda create -n fujielab-asr python=3.11
conda activate fujielab-asr
pip install -e .
Example Usage
Check the example scripts in the examples directory.
examples/run_streaming_asr.py: Example of streaming ASR.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file fujielab_asr-0.1.2.tar.gz.
File metadata
- Download URL: fujielab_asr-0.1.2.tar.gz
- Upload date:
- Size: 26.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3b2fcfbfb4b3e57204152adea3a64a8ac7ab8f1e186129533f47a58aee165d7d
|
|
| MD5 |
277aceacbad3942bf87b2214c937f4b4
|
|
| BLAKE2b-256 |
31d6fc5e69c449d7ba2e538fb94b7ebe2a5b5aab1a0f84807bf15b4eb8b4f6d6
|
File details
Details for the file fujielab_asr-0.1.2-py3-none-any.whl.
File metadata
- Download URL: fujielab_asr-0.1.2-py3-none-any.whl
- Upload date:
- Size: 24.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a0b562f22c5db8c4c64cfbe33b85bcf4aa3cb1e5132dc7b8ac6ff80b036386f2
|
|
| MD5 |
4dd782bb89b99c3fb4fa35e8a0aa8396
|
|
| BLAKE2b-256 |
f67998a2b55c64731857b5e444b0b84e5ac942045f9f2e04686a45c6120fb3f7
|