awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 مستودع

Awesome GitHub RepositoriesDecoding Graph Builders

Constructs weighted finite-state transducer graphs that combine acoustic models, lexicons, and language models for speech recognition decoding.

Distinguishing note: No candidate covers WFST-based decoding graph construction for ASR; closest candidates focus on generic graph frameworks or sequence decoders.

Explore 1 awesome GitHub repository matching artificial intelligence & ml · Decoding Graph Builders. Refine with filters or upvote what's useful.

Awesome Decoding Graph Builders GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • wenet-e2e/wenetالصورة الرمزية لـ wenet-e2e

    wenet-e2e/wenet

    5,035عرض على GitHub↗

    WeNet is an end-to-end automatic speech recognition (ASR) toolkit designed for both Chinese and English, built around transformer-based models. It supports streaming and non-streaming inference out of the box, and is structured to be production-ready, with model export and deployment paths for servers and mobile devices. The toolkit distinguishes itself through a chunk-based streaming transformer architecture that processes audio in fixed-size segments for low latency while preserving context across chunks. It jointly trains models with both CTC and attention loss to combine alignment accurac

    The ASR toolkit builds a decoding graph by composing acoustic model units, a lexicon, and a language model into a single WFST graph.

    Pythonasrautomatic-speech-recognitionconformer
    عرض على GitHub↗5,035
  1. Home
  2. Artificial Intelligence & ML
  3. Decoding Graph Builders