Hello
I am trying to create smarter NPC behavior in Godot by using pre-trained machine learning models.
I would like to load & run inference from a TensorFlow model directly within Godot using GDScript but I am not sure how feasible / easy that is. Has anyone managed to hook up TensorFlow models to GDScript before? ![]()
I found a promising addon called Godot TF Inference that seems to let you load and infer from TensorFlow SavedModels in GDScript; without needing to recompile the engine. ![]()
It looks pretty handy but I am curious how well it works across platforms & whether there are performance hiccups or compatibility quirks I should be aware of. Has anyone used or tested this in their project?
Checked GitHub - ashtonmeuser/godot-tf-inference: Load and infer from TensorFlow models from GDScript guide for reference.
Also random thought I recently wondered what is TensorFlow and thinking about how it works under the hood made me realize that understanding its model formats and compatibility might help me better integrate it into Godot. ![]()
If you have done something similar / know a good path forward, I would love to hear your setup tips or experiences!
Thank you !! ![]()