Caplin43 commited on
Commit
3bf9fe2
·
verified ·
1 Parent(s): 9c80c11

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +23 -3
README.md CHANGED
@@ -1,3 +1,23 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ tags:
4
+ - robotics
5
+ - humanoid
6
+ - navigation
7
+ - control-system
8
+ ---
9
+
10
+ # Humanoid Navigation Model
11
+
12
+ Model for humanoid robot navigation and movement planning.
13
+
14
+ ## Description
15
+ Neural network model trained for directional movement and obstacle avoidance.
16
+
17
+ ## Usage
18
+
19
+ ```python
20
+ from transformers import AutoModel
21
+
22
+ model = AutoModel.from_pretrained("username/humanoid-navigation-model")
23
+