AI Agent Hub
Back to plugins
🤖

xby-asr-f

Model Inference Updated 2026.09.02

Run the following command in DeepSeek Harness:

dsh plugin install xby-skill/xby-asr-f

Paste the following prompt into your AI chat to install this plugin:

Run dsh plugin install xby-skill/xby-asr-f in the DeepSeek Harness terminal; the source code is hosted at https://github.com/xby-skill/xby-asr-f, and the plugin becomes available for dialect speech recognition immediately after installation.

About this plugin

Most speech-to-text engines are tuned for standard Mandarin and degrade sharply—or fail entirely—when fed Cantonese, Sichuan-Chongqing, Northeastern, Minnan, or other regional dialects. xby-asr-f closes that gap by wiring the Fire-Red ASR CTC model (provided by Xiaoben Yang) directly into the DeepSeek Harness pipeline, so dialect-aware transcription happens inside your existing conversation loop without juggling external APIs.

The plugin offers three flexible input paths: an audio URL, a Base64-encoded payload, or a local file path, covering everything from streamed media to recorded files on disk. Your API key is set once in chat and persisted automatically, surviving session restarts with no re-entry. Once transcription completes, the text result can be chained straight into follow-up prompts for translation, summarization, or downstream NLP tasks—all within the same DSH thread.

It is a good fit for NLP developers working with multi-accent voice data, teams building dialect-aware chatbots or voice assistants, and researchers whose work involves regional language varieties. Shipped under the MIT license, it can be freely integrated into both commercial and open-source projects.

Use Cases

  • Transcribing Cantonese, Sichuan, or Northeastern dialect recordings directly in chat
  • Batch-converting multi-accent audio and piping results into translation or summarization
  • Powering dialect-aware customer-service bots and voice assistants with real-time ASR

Best For

  • NLP developers working with multi-accent voice data
  • Engineering teams building dialect-aware chatbots or voice assistants
  • Researchers studying regional languages and accent variation