https://github.com/getnamo/TensorFlowNative-Unreal
Tensorflow Plugin for Unreal Engine using C API for inference focus.
https://github.com/getnamo/TensorFlowNative-Unreal
c cpp tensorflow
Last synced: 25 days ago
JSON representation
Tensorflow Plugin for Unreal Engine using C API for inference focus.
- Host: GitHub
- URL: https://github.com/getnamo/TensorFlowNative-Unreal
- Owner: getnamo
- License: mit
- Created: 2019-03-12T20:43:49.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2024-12-05T03:36:01.000Z (5 months ago)
- Last Synced: 2025-03-11T19:07:20.670Z (about 1 month ago)
- Topics: c, cpp, tensorflow
- Language: C#
- Size: 374 KB
- Stars: 42
- Watchers: 8
- Forks: 11
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome_unreal_engine_4_-_5 - tensorflow native
- awesome_unreal_engine_4_-_5 - tensorflow native
README
# TensorFlowNative-Unreal
Tensorflow Plugin for Unreal Engine using C API for inference focus.## TensorFlow Plugin Variants
Want to use tensorflow python api as an embedded instance?
- https://github.com/getnamo/TensorFlow-Unreal
Want native inference focused support? (WIP)
- https://github.com/getnamo/TensorFlowNative-Unreal
Want to run tensorflow on a remote python server? (WIP)
- https://github.com/getnamo/MachineLearningRemote-Unreal
Want tensorflow.js? (WIP)
- https://github.com/getnamo/TensorFlowJs-Unreal
## Notes
- Supported platforms: Win64
- Bound to Tensorflow 1.13 versionLoads and [can use c_api directly](https://github.com/getnamo/tensorflow-native-ue4/blob/master/Source/TensorflowLib/Private/TensorflowLib.cpp#L12) (use ```#include "TensorflowCApi.h"```), but not yet easy to use. Work in progress.
## Todo
see https://github.com/getnamo/tensorflow-native-ue4/issues/1