File size: 340 Bytes
82af3f8 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | # NeoBot-Core-v1
Lightweight AI model for basic humanoid robot control.
## Framework
PyTorch
## Functions
- Movement classification
- Basic object recognition
- Simple voice command detection
## Movement Labels
forward, backward, left, right, stop
## Object Labels
person, box, chair, none
## Voice Commands
start, stop, grab, release |