ashtonmeuser/godot-tf-inference
Load and infer from TensorFlow models from GDScript
This tool helps game developers integrate pre-trained AI models into their Godot games. It takes an existing TensorFlow SavedModel and allows you to feed in game data, receiving AI predictions or decisions directly within your GDScript. Game developers can use this to add features like smart NPCs, dynamic content generation, or other AI-powered mechanics to their games.
No commits in the last 6 months.
Use this if you have a pre-trained TensorFlow model and want to use its intelligence within your Godot game without needing to recompile the engine.
Not ideal if you need to train a new machine learning model from scratch within Godot, or if you are developing on Linux or Windows, as those platforms are not yet fully supported.
Stars
9
Forks
—
Language
C++
License
MIT
Category
Last pushed
Oct 28, 2021
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/ashtonmeuser/godot-tf-inference"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
CharlesPikachu/AIGames
use AI to play some games.
ardamavi/Game-Bot
Artificial intelligence learn playing any game with watching you.
darkmatter2222/EVE-Online-Bot
A Bot to play Eve Online leveraging various methods including popular machine learning tools. At...
ThalesGroup/kessler-game
Kessler is a simulation environment loosely modeled after our internal project PsiBee and the...
liumy2010/LiteEFG
Python library for solving Extensive-form Games and implementation of various baseline...