1 repo
Frameworks for building conversational interfaces that integrate speech recognition and language models.
Distinguishing note: Distinct from general chatbots: specifically targets the integration of voice input and output with AI models.
Explore 1 awesome GitHub repository matching artificial intelligence & ml · Voice-Enabled Agents. Refine with filters or upvote what's useful.
Whisper.cpp is a high-performance, local-first speech recognition engine designed to run large-scale machine learning models on consumer hardware. It functions as a portable library that converts audio into text, supporting both static file transcription and real-time stream processing. By utilizing a lightweight inference engine and weight quantization, the project minimizes memory and compute overhead, allowing for efficient execution without reliance on external cloud APIs or internet connectivity. The project distinguishes itself through a hardware-agnostic compute abstraction that offloa
The project provides the necessary dependencies and linking capabilities to create functional voice-enabled chatbot applications that combine speech-to-text and language models.