A inference library for the TorongoXetu Assamese ASR model.
Project description
TorongoXetu Library
torongoxetu is a inference library for utilizing the TorongoXetu Assamese Automatic Speech Recognition (ASR) model. It handles model loading, and provides an API for Assamese language transcription.
Installation
pip install torongoxetu
(Note: You must install additional dependencies as in requirements.txt from the huggingface torongoXetu model repository)
Usage
from torongoxetu import TorongoModel
# 1. Load Model
model = TorongoModel("path/to/torongoXetu-asr.nemo")
# 2. Transcribe File
text = model.transcribe("audio.wav")
print(text)
# 3. Transcribe in Batch or single file
texts = model.transcribe(["file1.wav", "file2.wav"], batch_size=4)
Project details
Release history Release notifications | RSS feed
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 torongoxetu-1.0.1.tar.gz.
File metadata
- Download URL: torongoxetu-1.0.1.tar.gz
- Upload date:
- Size: 3.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e7d7923b9c29c031bf2dc69b2ca987708452574f028abea30ece4b725cf4e478
|
|
| MD5 |
0af7e155a95c1f0efa77f9b721c43548
|
|
| BLAKE2b-256 |
0806c50c674d2bf9505998893da7ac9dd292a0e51d7e1e727e9741ba7b5dec7a
|
File details
Details for the file torongoxetu-1.0.1-py3-none-any.whl.
File metadata
- Download URL: torongoxetu-1.0.1-py3-none-any.whl
- Upload date:
- Size: 3.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
92da8138f23c511c252aa3bbcf7f9f0661d229fdd3334316c956650372fe9862
|
|
| MD5 |
fb5067331d878d890213cb3781da90ac
|
|
| BLAKE2b-256 |
b0143e6fcc78c5a9e3d1500b651d18a06be51ee2f8fe642c8d2f93f277c12056
|