Update README.md
Browse files
README.md
CHANGED
|
@@ -2,4 +2,19 @@
|
|
| 2 |
license: mit
|
| 3 |
language:
|
| 4 |
- en
|
| 5 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
license: mit
|
| 3 |
language:
|
| 4 |
- en
|
| 5 |
+
---
|
| 6 |
+
|
| 7 |
+
# learning_to_draw_02
|
| 8 |
+
|
| 9 |
+
## G-Code Generation with AI
|
| 10 |
+
|
| 11 |
+
G-code instructs 3D printers and 2D plotters using simple "move to" commands with X and Y coordinates in 2D or 3D space.
|
| 12 |
+
|
| 13 |
+
Inspired by my interest in machine drawing, this project uses the latest open-source AI models to create a Large Language Model (LLM) that generates G-code from images.
|
| 14 |
+
|
| 15 |
+
The dataset, generated procedurally, includes both images and corresponding G-code. I developed the Python code for this project with the help of ChatGPT for quick suggestions and Claude.ai for debugging and refinement.
|
| 16 |
+
|
| 17 |
+
This project demonstrates the innovative use of AI in automating G-code generation for creative and practical applications.
|
| 18 |
+
|
| 19 |
+
|
| 20 |
+
### Transformer based gcode instruction generator
|