getnamo / TensorFlow-Unreal

TensorFlow plugin for the Unreal Engine.
Other
1.16k stars 211 forks source link

Question -- Does this plugin work on unreal engine 5? #70

Closed p5030n closed 1 year ago

p5030n commented 1 year ago

I am developing a video game with voice recognition I want to use a LSTM network and I want to know if this plugin works for unreal engine 5 ? , thank you.

getnamo commented 1 year ago

There's a 5.0 and 5.1 release: https://github.com/getnamo/TensorFlow-Unreal/releases

The API now uses the machine learning remote architecture, see https://github.com/getnamo/MachineLearningRemote-Unreal

p5030n commented 1 year ago

Thank you i'm working at the moment with ONNX but i will check it more latter.