What is Zuki?
Zuki is your adorable Raspberry Pi-powered robot with a soft heart and smart brain. Whether it’s playing music, chatting, or reacting with cute facial expressions, Zuki is built to be a delightful companion.
Features
- Voice control & TTS interaction
- CLI & visual face UI
- Customizable scripts (Python-based)
- Optional motor/sensor integration
- Remote control via Flask API
How It Works
Zuki runs using modular Python files:
main.py
— CLI controlzuki_ui.py
— Pygame face interfacespeech.py
— Voice interactionweb_server.py
— Remote API
Get Started
git clone https://github.com/ahoymrag/engine.zuki.git
cd engine.zuki
python -m venv .zuki
source .zuki/bin/activate
pip install -r requirements.txt
python main.py
More Info
See the project on GitHub.