llama-index readers FunASR (SenseVoice / Paraformer / Fun-ASR-Nano) integration
Project description
LlamaIndex Readers Integration: FunASR
Transcribe audio into LlamaIndex Documents with FunASR — self-hosted speech-to-text powered by SenseVoice / Paraformer / Fun-ASR-Nano. Runs locally, no cloud API; strong on Chinese and 50+ languages.
Installation
pip install llama-index-readers-funasr
Usage
from llama_index.readers.funasr import FunASRReader
reader = FunASRReader(model="iic/SenseVoiceSmall", device="cuda")
documents = reader.load_data("meeting.wav")
print(documents[0].text)
Pass hub="hf" with model="FunAudioLLM/SenseVoiceSmall" to load from HuggingFace. The built-in VAD handles audio of any length.
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 llama_index_readers_funasr-0.1.0.tar.gz.
File metadata
- Download URL: llama_index_readers_funasr-0.1.0.tar.gz
- Upload date:
- Size: 3.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5f80d18cf0d8aaa6e1e9b7340a42ddd23dba66f5dc62ea710c8b618e8c6bf3c4
|
|
| MD5 |
58bd4df980bb3867260d48ebb12b46a9
|
|
| BLAKE2b-256 |
13b8ef769819be52d5a2d08c5cd4c214b8df1fda57debae90cd1e3f94add27ec
|
File details
Details for the file llama_index_readers_funasr-0.1.0-py3-none-any.whl.
File metadata
- Download URL: llama_index_readers_funasr-0.1.0-py3-none-any.whl
- Upload date:
- Size: 4.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4a3046bc42b036cbccc3bd507675c359063b87205851dbcb119ae499449a99d4
|
|
| MD5 |
8b4126928000e4871c1ac526a0b79d47
|
|
| BLAKE2b-256 |
9c8c66243ed28d6819b3e12998b012985b224a8ea506b59922615c34b5d273fb
|