JavaScript framework for local voice applications
Top 70.2% on sourcepulse
Bumblebee is a JavaScript framework for building local, privacy-focused voice applications and assistants. It targets JavaScript developers looking to create custom voice interfaces without relying on cloud services, offering an integrated API for speech-to-text, hotword detection, and text-to-speech.
How It Works
Bumblebee orchestrates several open-source technologies: NodeJS for the backend, ElectronJS for a desktop console, Mozilla DeepSpeech for speech-to-text, Picovoice Porcupine for hotword detection, and meSpeak for text-to-speech. These components run locally, enabling offline, private voice applications. The framework provides a websocket API for communication between standalone voice apps and a central Bumblebee server, simplifying integration and development.
Quick Start & Requirements
npm install jaxcore-bumblebee
Highlighted Details
Maintenance & Community
Licensing & Compatibility
Limitations & Caveats
The project is described as brand new, with documentation and further examples still in development. Resource requirements are significantly higher than typical applications.
2 years ago
Inactive