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
·

2 repository-uri

Awesome GitHub RepositoriesInference Stream Multiplexing

Concurrent processing of multiple inference requests using separate host threads and queues while sharing weight memory.

Distinct from Multi-Threaded Request Handling: Focuses on sharing model weight memory across multiple inference streams, unlike general network request handling.

Explore 2 awesome GitHub repositories matching software engineering & architecture · Inference Stream Multiplexing. Refine with filters or upvote what's useful.

Awesome Inference Stream Multiplexing GitHub Repositories

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

    openvinotoolkit/openvino

    10,414Vezi pe GitHub↗

    OpenVINO is an AI inference engine and model serving platform designed to execute optimized deep learning models across CPUs, GPUs, and NPUs through a unified API. It includes a model optimization toolkit for converting, quantizing, and compressing models from various frameworks, alongside a specialized generative AI runtime for large language models. The project distinguishes itself through a plugin-based hardware acceleration layer that maps neural network operations to vendor-specific drivers. It features advanced execution mechanisms such as continuous batching, speculative decoding, and

    Processes inference requests simultaneously across multiple host threads while efficiently sharing model weight memory.

    C++aicomputer-visiondeep-learning
    Vezi pe GitHub↗10,414
  • koljab/realtimesttAvatar KoljaB

    KoljaB/RealtimeSTT

    9,477Vezi pe GitHub↗

    RealtimeSTT is a local speech-to-text engine and real-time automatic speech recognition server. It utilizes transformer-based recognition and omnilingual pipelines to convert live audio streams into text, providing a WebSocket-based streaming API for raw PCM audio transmission. The project is distinguished by a dual-backend transcription pipeline that uses a lightweight engine for immediate partial suggestions and a heavier model for final high-accuracy results. It includes a wake word detection system to trigger recording and employs a shared-resource inference model to distribute heavy spee

    Manages multiple concurrent user sessions by isolating audio buffers while sharing model weight memory for inference.

    Pythonpythonrealtimespeech-to-text
    Vezi pe GitHub↗9,477
  1. Home
  2. Software Engineering & Architecture
  3. High-Throughput Task Processing
  4. Network Request Processing
  5. Inference Stream Multiplexing