Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cassiebreviu/unreal-onnxruntime-nni-example
https://github.com/cassiebreviu/unreal-onnxruntime-nni-example
Last synced: 24 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/cassiebreviu/unreal-onnxruntime-nni-example
- Owner: cassiebreviu
- License: mit
- Created: 2022-02-15T01:48:28.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-27T22:18:06.000Z (almost 2 years ago)
- Last Synced: 2024-04-23T14:30:38.534Z (9 months ago)
- Language: C++
- Size: 592 MB
- Stars: 24
- Watchers: 1
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Unreal 5 Neural Network (NNI) Plugin Example Powered by ONNX Runtime
# This code has been move to a Microsoft GitHub Project. Please checkout my current version [here](https://github.com/microsoft/OnnxRuntime-UnrealEngine)
This repo is meant to be used as an example of how to implement the new expiremental plugin in Unreal 5. This plugin implements [ONNX Runtime](https://onnxruntime.ai/docs/), which is a library to optimize and accelerate machine learning inferencing. Train in Python, deploy with C++, C#, Java, JavaScript and more!
Grab open source models to add to your project:
- [ONNX Model Zoo](https://github.com/onnx/models)
- [Huggingface Models](https://huggingface.co/models)Connect with ORT on Social!
- [Twitter](https://twitter.com/onnxruntime)
- [YouTube](https://www.youtube.com/onnxruntime)
- [Linkedin](https://www.linkedin.com/company/77691267/admin/)