getnamo/MachineLearningRemote-Unreal
Machine Learning plugin for the Unreal Engine, encapsulating calls to remote python servers running e.g. Tensorflow/Pytorch.
This tool helps game developers integrate custom machine learning models into their Unreal Engine projects. You provide a machine learning script (e.g., for image recognition or data processing) and it allows your Unreal Engine application to send data to this script and receive results back. This is for game developers, simulation engineers, or architects using Unreal Engine who want to add dynamic, AI-powered features to their interactive experiences.
147 stars. No commits in the last 6 months.
Use this if you are an Unreal Engine developer and want to incorporate advanced machine learning logic, like real-time AI predictions or custom data processing, using Python-based ML libraries without embedding Python directly into your game.
Not ideal if you need native, high-performance machine learning inference directly within Unreal Engine without any external server dependency.
Stars
147
Forks
40
Language
C++
License
MIT
Category
Last pushed
Dec 05, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/getnamo/MachineLearningRemote-Unreal"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
watson-developer-cloud/unity-sdk
:video_game: Unity SDK to use the IBM Watson services.
getnamo/TensorFlow-Unreal
TensorFlow plugin for the Unreal Engine.
NextGen-GameDev/LibTorch-UE
Integrate LibTorch Unreal to create and use neural networks without leveraging Python.
nixonyh/UnityKinematicaX
A next-generation character animation system built on top of Unity's Kinematica.
danijar/diamond_env
Standardized Minecraft Diamond Environment for Reinforcement Learning