Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,23 @@
|
|
| 1 |
-
---
|
| 2 |
-
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
language:
|
| 3 |
+
- tr
|
| 4 |
+
license: mit
|
| 5 |
+
pipeline_tag: text-generation
|
| 6 |
+
tags:
|
| 7 |
+
- robotics
|
| 8 |
+
- navigation
|
| 9 |
+
- commands
|
| 10 |
+
- turkish
|
| 11 |
+
---
|
| 12 |
+
|
| 13 |
+
# Robot Navigation Command TR
|
| 14 |
+
|
| 15 |
+
A lightweight Turkish command understanding model for indoor robot navigation tasks.
|
| 16 |
+
|
| 17 |
+
The model structure is prepared for robotics simulations where robots interpret location and movement commands.
|
| 18 |
+
|
| 19 |
+
Example abilities:
|
| 20 |
+
- go to kitchen
|
| 21 |
+
- approach the door
|
| 22 |
+
- avoid obstacle
|
| 23 |
+
- return to charging station
|