qwen3asr_rk

25
by
qzxyz
Other
OTHER
New
25 downloads
Early-stage
Edge AI:
Mobile
Laptop
Server
Unknown
Mobile
Laptop
Server
Quick Summary

AI model with specialized capabilities.

Code Examples

RKLLM 运行库 (librkllmrt.so)bash
# 复制整个 qwen3asr_rknn/ 目录到目标机器
scp -r qwen3asr_rknn/ user@target:/path/to/

# 确保依赖已安装
pip install numpy librosa soundfile tokenizers
# 可选: pip install pydub (支持更多音频格式)
复制整个 qwen3asr_rknn/ 目录到目标机器bash
cd /path/to/qwen3asr_rknn/python

# 基本用法
python transcribe.py --audio /path/to/audio.wav

# 指定语言和上下文
python transcribe.py --audio audio.wav --language Chinese --context "新闻节目"

# 英文识别
python transcribe.py --audio english.wav --language English

# 自动检测语言
python transcribe.py --audio audio.wav --language auto

# 更多参数
python transcribe.py --audio audio.wav \
    --chunk-size 20 \
    --memory-num 3 \
    --cpus 4 \
    --max-new-tokens 300 \
    --start 10 --duration 60

Deploy This Model

Production-ready deployment in minutes

Together.ai

Instant API access to this model

Fastest API

Production-ready inference API. Start free, scale to millions.

Try Free API

Replicate

One-click model deployment

Easiest Setup

Run models in the cloud with simple API. No DevOps required.

Deploy Now

Disclosure: We may earn a commission from these partners. This helps keep LLMYourWay free.