awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 Repos

Awesome GitHub RepositoriesAudio Model Optimization

Techniques for improving the performance and efficiency of machine learning models specialized for audio.

Distinct from Audio Models: Candidates focus on model types (generation, source separation) rather than the optimization process (quantization, precision reduction).

Explore 2 awesome GitHub repositories matching artificial intelligence & ml · Audio Model Optimization. Refine with filters or upvote what's useful.

Awesome Audio Model Optimization GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • guillaumekln/faster-whisperAvatar von guillaumekln

    guillaumekln/faster-whisper

    23,679Auf GitHub ansehen↗

    faster-whisper is an automatic speech recognition framework and an optimized implementation of the Whisper speech-to-text engine. It functions as a CTranslate2 inference engine designed to convert spoken audio into written text. The project serves as a model quantization tool that transforms large audio model weights into lower precision formats. This process reduces memory usage and increases execution speed on hardware by utilizing integer quantized weights. The framework covers a broad range of capabilities including batch audio transcription for parallel processing and voice activity det

    Optimizes audio models via lower precision formats to improve hardware execution speed and memory requirements.

    Python
    Auf GitHub ansehen↗23,679
  • quentinfuxa/whisperlivekitAvatar von QuentinFuxa

    QuentinFuxa/WhisperLiveKit

    10,475Auf GitHub ansehen↗

    WhisperLiveKit is a real-time speech-to-text server that transcribes streaming audio into text with ultra-low latency using Whisper models. It serves transcription capabilities through REST endpoints and WebSocket connections, enabling external applications to send audio and receive transcriptions as words are spoken, making it suitable for live captioning or voice interfaces. The project distinguishes itself by combining real-time transcription with speaker diarization, assigning transcribed words to individual speakers during live audio streams for meeting or interview transcripts. It also

    Allows selecting a model variant optimized for English audio to improve accuracy and speed.

    Python
    Auf GitHub ansehen↗10,475
  1. Home
  2. Artificial Intelligence & ML
  3. Audio Model Optimization

Unter-Tags erkunden

  • English-Optimized Model VariantsModel variants specifically optimized for English audio to improve transcription accuracy and processing speed. **Distinct from Audio Model Optimization:** Distinct from Audio Model Optimization: focuses on selecting English-specific model variants rather than general optimization techniques like quantization.