VYX - Voice and Y-Vision Execution Engine for LeRobot. #6
shashankbhosagi
started this conversation in
Ideas
Replies: 2 comments
|
Sounds great @shashankbhosagi, waiting for it's repository. |
0 replies
|
repo created - https://github.com/bifrion/vyx |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
VYX (
/vɪks/)VYX is a lightweight, asynchronous framework designed to connect local multimodal AI models (Whisper and Ollama Vision-Language Models) directly to robotic hardware. Using Hugging Face's LeRobot as its underlying hardware abstraction layer, VYX translates natural language commands and camera frames into actionable servo motor instructions.
Objective
Building voice-controlled robotics setups typically requires managing custom serial protocols, camera streams, and model integration across multiple disjointed scripts. VYX provides a structured, modular Python library to streamline this workflow:
Roadmap (v0.1.0)
All reactions