An open-source project combining Llama 3.2 Vision model, robotic controls and brain computer interfaces to enable intuitive (and accesible!) human-robot interaction. Built on top of open-source projects including LeRobot, Llama, and EMOTIV's Cortex API.
git clone https://github.com/yourusername/mindgrip.git
cd mindgrip
pip install -r requirements.txt
export GROQ_API_KEY="your_key_here" # Required for Llama 90B model
from mindgrip.llama import LlamaPolicy
from mindgrip.cortex import CortexInterface
# Initialize components
policy = LlamaPolicy()
bci = CortexInterface()
# Start control loop
while True:
# Get BCI input
command = bci.get_command()
# Process with vision system
action = policy.get_action(command)
# Execute on robot
robot.execute(action)
We welcome contributions! Please see our Contributing Guide for details.
This project is fully open source and licensed under the MIT License - see the LICENSE file for details.
Built with these amazing open-source projects:
(top 30 of 44)
Python
97.4%
HTML
1.8%
An open-source project combining Llama 3.2 Vision model, robotic controls and brain computer interfaces to enable intuitive (and accesible!) human-robot interaction. Built on top of open-source projects including LeRobot, Llama, and EMOTIV's Cortex API.
git clone https://github.com/yourusername/mindgrip.git
cd mindgrip
pip install -r requirements.txt
export GROQ_API_KEY="your_key_here" # Required for Llama 90B model
from mindgrip.llama import LlamaPolicy
from mindgrip.cortex import CortexInterface
# Initialize components
policy = LlamaPolicy()
bci = CortexInterface()
# Start control loop
while True:
# Get BCI input
command = bci.get_command()
# Process with vision system
action = policy.get_action(command)
# Execute on robot
robot.execute(action)
We welcome contributions! Please see our Contributing Guide for details.
This project is fully open source and licensed under the MIT License - see the LICENSE file for details.
Built with these amazing open-source projects:
(top 30 of 44)
Python
97.4%
HTML
1.8%