Wisconsin Robotics Outreach 2025/2026
- Voice: AI voice assistant
- Camera: CV facial tracking
- MotorControl: Servo controls
This project's dependencies are managed by uv. The pyproject.toml file contains the dependencies list, and descriptions of basic commands can be found here.
uv run program.py: Runs your program with up-to-date dependencies.uv add: Add a dependency to the entire project. (This updates pyproject.toml and runsuv sync.)uv remove: Remove a dependency from the entire project. (This updates pyproject.toml and runsuv sync.)uv sync: Updates your environment to match pyproject.toml.- Install uv for development on personal computer
Run: uv run Voice/pi-voice-assistant.py