Qwen-ASR is a Python package for automatic speech recognition (ASR) using the Qwen3 model family. Version 0.0.6 supports real-time and file-based transcription with speaker diarization. Release cadence is irregular; in early development.
pip install qwen-asrVerified import paths — ran on the pinned version, not inferred.
Initialize QwenASR with an API key and transcribe an audio file.
Always set the environment variable QWEN_API_KEY or pass api_key explicitly.
Use `from qwen_asr import ...` instead of `import qwenasr`.
Remove `return_dict` parameter; use plain call: `model.transcribe('file.wav')`.