Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 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 (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2024-12-05T03:36:01.000Z (about 1 month ago)
- Last Synced: 2025-01-06T04:12:06.207Z (10 days ago)
- Topics: c, cpp, tensorflow
- Language: C#
- Size: 374 KB
- Stars: 43
- Watchers: 8
- Forks: 52
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
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