awesome-repositories.com
Blog
MCP
awesome-repositories.com

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

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

thewh1teagle/vibe

0
View on GitHub↗
5,298 Stars·341 Forks·TypeScript·mit·16 Aufrufethewh1teagle.github.io/vibe↗

Vibe

Vibe is a cross-platform transcription tool that converts spoken audio into text by running Whisper neural models directly on your device, with no cloud dependency. It can transcribe audio from files, microphones, system output, and network streams, and supports both batch processing of multiple files and real-time captioning from continuous input.

Beyond basic transcription, Vibe identifies and labels different speakers through speaker diarization, and offers a choice of Command-Line Interface or HTTP API for automated and remote workflows. It also includes plugins to export transcripts to common subtitle and document formats, and can summarize or translate transcripts using local or cloud AI models.

The tool combines local AI inference with flexible audio capture and output, making it suitable for a wide range of offline speech-to-text tasks. Documentation and installation instructions are available from the project repository.

Features

  • Speech to Text Transcription - Transcribes spoken audio from files, microphones, and streams into text with precise timestamps.
  • On-Device Transcriptions - Transcribes audio by running local neural models directly on-device without cloud dependencies.
  • Audio Transcription - Converts spoken audio from files, microphones, or system output into text with accurate timestamps and speaker labels.
  • CLI Transcription Tools - Transcribes audio files by running a command-line tool or making HTTP requests for automation.
  • Real-Time Transcription - Produces live captions with low-latency updates from continuous audio input.
  • Local Model Inference Servers - Runs speech-to-text entirely on-device by loading and executing neural network models without any cloud dependency.
  • Real-Time Audio Transcribers - Transcribes audio from local files, system output, microphone, and online streams with live preview and caption generation.
  • Transcription with Speaker Labels - Separates and labels speakers by voice characteristics to generate multi-speaker transcripts with precise timestamps.
  • Whisper-Based Engines - Runs local Whisper models for offline speech-to-text with live captions and batch processing.
  • Command-Line HTTP Clients - Offers both a CLI tool and an HTTP server for scriptable and remote transcription workflows.
  • CLI and HTTP Server Interfaces - Provides both a command-line tool and an HTTP server offering the same transcription functionality for automation and integration.
  • Live Captioning Integrations - Produces live captions with low-latency updates from continuous microphone or stream audio input.
  • Batch Transcription - Processes multiple audio files sequentially or concurrently using a queued job manager for efficient batch transcription.
  • HTTP API Servers - Offers both a command-line tool and an HTTP API for scriptable and remote transcription workflows.
  • Transcription Exporters - Exports transcripts to common subtitle and document formats for use in other applications.
  • Speaker Diarization - Separates and labels speakers by analyzing vocal characteristics and timing patterns across the audio.
  • Batch Processing Pipelines - Orchestrates sequential or concurrent transcription of multiple audio files with queued job management.
  • Audio Streaming Pipelines - Captures continuous audio from microphone or network streams and processes it in real-time for live caption output.
  • Audio Source Captures - Ingests audio from files, microphones, system output, and network streams using platform-specific audio APIs.
  • Audio Generation and Processing - All-in-one solution for efficient audio and video transcription.
  • Media & Communication - Audio and video transcription tool.
  • General Utilities - Tool for transcribing audio and video.

Star-Verlauf

Star-Verlauf für thewh1teagle/vibeStar-Verlauf für thewh1teagle/vibe

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Häufig gestellte Fragen

Was macht thewh1teagle/vibe?

Vibe is a cross-platform transcription tool that converts spoken audio into text by running Whisper neural models directly on your device, with no cloud dependency. It can transcribe audio from files, microphones, system output, and network streams, and supports both batch processing of multiple files and real-time captioning from continuous input.

Was sind die Hauptfunktionen von thewh1teagle/vibe?

Die Hauptfunktionen von thewh1teagle/vibe sind: Speech to Text Transcription, On-Device Transcriptions, Audio Transcription, CLI Transcription Tools, Real-Time Transcription, Local Model Inference Servers, Real-Time Audio Transcribers, Transcription with Speaker Labels.

Welche Open-Source-Alternativen gibt es zu thewh1teagle/vibe?

Open-Source-Alternativen zu thewh1teagle/vibe sind unter anderem: argmaxinc/whisperkit. collabora/whisperlive — WhisperLive is a real-time speech-to-text server that converts live audio streams into text using Whisper models. It… const-me/whisper — Whisper is a high-performance speech-to-text inference engine that uses graphics hardware shaders to accelerate the… k2-fsa/sherpa-onnx — Sherpa-ONNX is an ONNX-based speech processing toolkit that provides a local speech recognition engine, an on-device… cmusphinx/pocketsphinx — PocketSphinx is an offline speech recognition engine that converts raw audio from files or live microphone streams… m-bain/whisperx — WhisperX is an automated speech recognition toolkit designed to convert spoken audio into text while maintaining…

Open-Source-Alternativen zu Vibe

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Vibe.
  • argmaxinc/whisperkitAvatar von argmaxinc

    argmaxinc/WhisperKit

    5,639Auf GitHub ansehen↗
    Swiftinferenceiosmacos
    Auf GitHub ansehen↗5,639
  • collabora/whisperliveAvatar von collabora

    collabora/WhisperLive

    3,819Auf GitHub ansehen↗

    WhisperLive is a real-time speech-to-text server that converts live audio streams into text using Whisper models. It functions as a backend service that receives microphone input via WebSockets and provides incremental transcriptions with word-level timestamps. The system utilizes a GPU-accelerated inference engine and a keyword-boosted transcription API to improve the recognition accuracy of domain-specific jargon, acronyms, and product names. It also includes a speaker diarization tool that clusters audio embeddings to identify and label different participants within a recording. Additiona

    Pythondictationobsopenai
    Auf GitHub ansehen↗3,819
  • const-me/whisperAvatar von Const-me

    Const-me/Whisper

    10,489Auf GitHub ansehen↗

    Whisper is a high-performance speech-to-text inference engine that uses graphics hardware shaders to accelerate the transcription of spoken audio into written text. It implements a GPU-accelerated automatic speech recognition framework specifically designed to run Whisper models. The system focuses on high-speed processing for both recorded audio files and live microphone streams. It utilizes voice activity detection to analyze raw audio in real time, triggering the inference engine only when human speech is detected. The engine covers a broad range of capabilities including real-time audio

    C++
    Auf GitHub ansehen↗10,489
  • k2-fsa/sherpa-onnxAvatar von k2-fsa

    k2-fsa/sherpa-onnx

    13,017Auf GitHub ansehen↗

    Sherpa-ONNX is an ONNX-based speech processing toolkit that provides a local speech recognition engine, an on-device voice synthesis tool, and a speaker identification framework. It is designed as a cross-platform speech API that enables speech-to-text, text-to-speech, and speaker verification tasks to be executed locally on a device without requiring network access. The project is distinguished by its ability to perform zero-shot voice cloning and speaker diarization on-device. It supports a wide range of hardware accelerations, including GPU and various NPU architectures, and provides a Web

    C++aarch64androidarm32
    Auf GitHub ansehen↗13,017
Alle 30 Alternativen zu Vibe anzeigen→