getnamo / TensorFlow-Unreal

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

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

Closed german-cantu closed 1 year ago

german-cantu 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

german-cantu commented 1 year ago

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