Voice-to-task automation pipeline for local control.
Transforms speech intents into deterministic task events with local execution.
Voice interfaces often require cloud dependencies and high latency.
- ⚡ Low-latency voice intent mapping to automation actions
- ✅ Hands-free commands
- ✅ Audio-driven workflows
- ✅ Intent routing
- ✅ Secure local control
WS /voice, GET /health
- Core stack: FastAPI + local STT/TTS pipeline
- Runtime: local-first, self-hosted friendly
- Infra: Docker Compose + Caddy + Redis/Chroma/Ollama compatibility
- ✅ Public scaffold available
- ✅ Bilingual README (EN default + ES)
- ✅ CI + release baseline configured
- 🚧 Feature hardening in progress
git clone https://github.com/smouj/Resonvyr.git
cd Resonvyr
python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
python -m src.resonvyr.cli --helpContributions are welcome. Please read CONTRIBUTING.md.
MIT © 2026 smouj
Explore the full ecosystem here: smouj/smouj
Signature: @Smouj013