Team and Terms - Interactml/iml-unreal GitHub Wiki

The Team

The team behind InteractML for Unreal:

The Software

InteractML

InteractML for Unreal is built as a C++ code plugin with some third party software built and linked in.

It is effectively a wrapper for RapidLib machine learning library, but also indirectly referencing other software it uses internally.

RapidLib

  • BSD 3-Clause license
  • RapidLib on Github
  • See Source/3rdParty/LICENSE_RapidLib.txt for full details
  • RapidLib provides the machine learning algorithm functionality core to the operation of the plugin. The plugin is an integration of RapidLib into Unreal, augmenting it with additional usability features.

Rapidlib References the following, but only the JSON functionality is actually (indirectly) used by InteractML.

  • JSON
  • BayesFilter - Not needed for InteractML functionality
  • LIBSVM - Not needed for InteractML functionality

JSON

BayesFilter

LIBSVM


πŸ‘ˆ [Introduction]] ](/Interactml/iml-unreal/wiki/🏠-[[Home) | Setup πŸ‘‰