awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 个仓库

Awesome GitHub RepositoriesStreaming Recognition

Speech recognition capabilities designed for real-time processing of audio streams with low latency.

Distinct from Automatic Speech Recognition: Focuses specifically on the real-time, incremental processing of audio (streaming) rather than batch processing of recordings.

Explore 4 awesome GitHub repositories matching artificial intelligence & ml · Streaming Recognition. Refine with filters or upvote what's useful.

Awesome Streaming Recognition GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • espnet/espnetespnet 的头像

    espnet/espnet

    9,861在 GitHub 上查看↗

    ESPnet is a comprehensive speech processing toolkit and PyTorch-based trainer designed for building end-to-end speech recognition, synthesis, and translation models. It provides a structured framework for developing automatic speech recognition systems using transducer and encoder-decoder architectures, alongside engines for text-to-speech synthesis and speech translation pipelines. The project distinguishes itself through a recipe-based workflow execution system that ensures experimental reproducibility by running standardized sequences of scripts for data preparation and model training. It

    Enables real-time speech recognition by processing audio incrementally using blockwise beam search.

    Python
    在 GitHub 上查看↗9,861
  • wenet-e2e/wenetwenet-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

    Provides real-time speech transcription with configurable chunk size for low-latency processing.

    Pythonasrautomatic-speech-recognitionconformer
    在 GitHub 上查看↗5,035
  • cmusphinx/pocketsphinxcmusphinx 的头像

    cmusphinx/pocketsphinx

    4,276在 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

    Processes audio from a microphone or live stream in real time, converting speech to text as it is spoken.

    Ccpythonspeech-recognition
    在 GitHub 上查看↗4,276
  • julius-speech/juliusjulius-speech 的头像

    julius-speech/julius

    1,927在 GitHub 上查看↗

    Julius is a high-performance, open-source speech recognition engine designed for large vocabulary continuous speech recognition. It functions as a comprehensive framework utilizing Hidden Markov Model-based acoustic modeling and N-gram language models to convert live or recorded audio into text. The engine is built to support real-time streaming and provides a network-accessible service that allows external applications to manage recognition sessions and receive transcription results through programmatic commands. The engine distinguishes itself through its modular architecture and support fo

    Supports simultaneous execution of multiple recognition models within a single engine instance.

    Caudio-processingrecognitionspeech
    在 GitHub 上查看↗1,927
  1. Home
  2. Artificial Intelligence & ML
  3. Machine Learning
  4. Speech Processing
  5. Automatic Speech Recognition
  6. Streaming Recognition

探索子标签

  • Multi-Model Streaming DecodersEngines capable of executing multiple recognition models concurrently on a single audio stream. **Distinct from Streaming Recognition:** Distinct from Streaming Recognition: focuses on the concurrent execution of multiple models rather than just the streaming pipeline.