Which model to start my project?

Hello, I am looking to train a model to interpret the actions of an ISO code, for example: G0 X10 Y50 Z100 defines a rapid move with a shift on X by 10, Y by 50, and Z by 100. I had previously tried setting up a model with TensorFlow but without success. Which base model would you recommend for this project? Thank you.

1 Like

G-code is an area I know nothing about, but if it is a kind of programming language, it would be possible to use some kind of LLM if machine power is not a concern.
However, I can’t find anything existing at the moment.

https://linuxcnc.org/

Thanks,
I will try to work from this model

1 Like

This model seems to be more of a G-code deciphering from images, but I wonder if you could ask the author of this model in the Community’s New Discussion if he knows anything about it.