Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -1,8 +1,17 @@
|
|
| 1 |
|
| 2 |
-
# 🧠 Godot Native AI Brain
|
| 3 |
-
### مشروع الذكاء الاصطناعي اللامركزي لمحرك جودو
|
| 4 |
-
هذا المستودع مفتوح للجميع. الهدف هو جمع 2000 كود GDScript لتطوير عقل اصطناعي خارق للمطورين.
|
| 5 |
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
|
| 2 |
+
# 🧠 Godot Native AI Brain (GDScript Expert)
|
|
|
|
|
|
|
| 3 |
|
| 4 |
+
This repository is a specialized open-source brain for **Godot 4**. It aims to provide the most accurate GDScript code generation and game logic assistance.
|
| 5 |
+
|
| 6 |
+
## 🚀 Project Goals
|
| 7 |
+
- **2,000+ Verified Samples:** Building a massive dataset of high-quality Godot code.
|
| 8 |
+
- **Privacy First:** Designed to run locally or via private inference.
|
| 9 |
+
- **Community Driven:** Anyone can contribute to making Godot development faster.
|
| 10 |
+
|
| 11 |
+
## 📂 Dataset Structure
|
| 12 |
+
The data is stored in `.jsonl` format within the `data/` folder, following the Instruction-Output pattern:
|
| 13 |
+
- **Instruction:** What the developer wants.
|
| 14 |
+
- **Output:** The clean, optimized GDScript code.
|
| 15 |
+
|
| 16 |
+
## 🛠 How to Use
|
| 17 |
+
Stay tuned for the **Godot Editor Plugin** that connects directly to this brain!
|