A voice-controlled interface framework that enables natural language interaction with applications through a combination of speech recognition and large language models.
- Abstract word stream interface for speech-to-text integration
- Screen-based navigation system with voice-activated controls
- Support for modal voice controls and complex interaction patterns
- Web interface with real-time transcription display
- Terminal integration capabilities
- Conversation management with LLM integration
Optionally provide your ngrok token:
wget -O - https://raw.githubusercontent.com/inventor2525/Alejandro/claude/review-app-context-4TwcN/installer.sh | bash -s YOUR_NGROK_TOKENNote: This README currently points to the claude/review-app-context-4TwcN branch which includes:
- ClaudeCodeScreen: Voice-controlled Claude Code CLI interface
- BrainDumpScreen: Offline voice-to-file note-taking
# Install dev dependencies
pip install -e ".[dev]"
# Run tests
pytestMIT License - see LICENSE file for details