Caplin43 commited on
Commit
9294036
·
verified ·
1 Parent(s): f09ea07

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +41 -0
README.md ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Zoro-Humanoid-Basic-v1
2
+
3
+ ## Overview
4
+ Zoro-Humanoid-Basic-v1 is a lightweight AI model designed for basic humanoid robot training.
5
+ It supports simple motion control, object detection, and voice command recognition.
6
+
7
+ ## Model Details
8
+ - Version: 1.0
9
+ - Framework: PyTorch
10
+ - Architecture: Lightweight Transformer
11
+ - License: MIT
12
+
13
+ ## Inputs
14
+ - Image: 224x224 RGB
15
+ - Audio: 16kHz mono
16
+ - Sensor Data: Basic motion sensors
17
+
18
+ ## Outputs
19
+ Movement Classes:
20
+ - walk
21
+ - turn_left
22
+ - turn_right
23
+ - stop
24
+
25
+ Object Classes:
26
+ - chair
27
+ - table
28
+ - person
29
+ - none
30
+
31
+ Voice Commands:
32
+ - move
33
+ - stop
34
+ - pick
35
+ - drop
36
+
37
+ ## Intended Use
38
+ Designed for simulation environments and entry-level humanoid robotics research.
39
+
40
+ ## Limitations
41
+ Not optimized for complex real-world navigation.