awesome-repositories.com
Blog
MCP
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
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 repository-uri

Awesome GitHub RepositoriesAccelerated Speech Recognizers

Speech recognition systems that transcribe audio to text using Transformer models with optimized inference for speed and memory efficiency.

Distinct from On-Device Speech Recognizers: Distinct from On-Device Speech Recognizers: focuses on accelerated inference via quantization and runtime optimizations, not specifically on local-only processing.

Explore 2 awesome GitHub repositories matching artificial intelligence & ml · Accelerated Speech Recognizers. Refine with filters or upvote what's useful.

Awesome Accelerated Speech Recognizers GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • opennmt/ctranslate2Avatar OpenNMT

    OpenNMT/CTranslate2

    4,319Vezi pe GitHub↗

    CTranslate2 is a C++ inference engine and runtime for Transformer models, designed to execute models on both CPU and GPU with optimizations for speed and memory efficiency. It functions as a model format converter, quantization tool, and REST API server, enabling deployment of neural machine translation, automatic speech recognition, and text generation models. The engine distinguishes itself through a suite of runtime optimizations including layer fusion, weight-matrix quantization, batch-by-length grouping, and a caching allocator that reuses GPU memory. It supports tensor-parallel model di

    CTranslate2 transcribes audio to text using Transformer-based speech recognition models with accelerated inference.

    C++avxavx2cpp
    Vezi pe GitHub↗4,319
  • cmusphinx/pocketsphinxAvatar cmusphinx

    cmusphinx/pocketsphinx

    4,276Vezi pe GitHub↗

    PocketSphinx is an offline speech recognition engine that converts raw audio from files or live microphone streams into written text without requiring a network connection. It functions as a speech-to-text library, a real-time transcription engine, and a voice command processor, capable of detecting and transcribing spoken commands from continuous audio streams with configurable acoustic and language models. The engine uses weighted finite-state transducers to represent acoustic, phonetic, and language models as a single search graph for efficient decoding. It employs fixed-point acoustic mod

    Reads single-channel 16-bit PCM audio from files or standard input and outputs recognized text as line-delimited JSON.

    Ccpythonspeech-recognition
    Vezi pe GitHub↗4,276
  1. Home
  2. Artificial Intelligence & ML
  3. Machine Learning
  4. Speech Processing
  5. Automatic Speech Recognition
  6. On-Device Speech Recognizers
  7. Accelerated Speech Recognizers