awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 repository

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

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • wenet-e2e/wenetAvatar wenet-e2e

    wenet-e2e/wenet

    5,035Vezi pe 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
    Vezi pe GitHub↗5,035
  1. Home
  2. Artificial Intelligence & ML
  3. Decoding Graph Builders