/SuperGLU

Main Generalized Learning Utilities (GLU) library for communicating data between different learning technologies and intelligent systems

Primary LanguageJavaScriptMIT LicenseMIT

SuperGLU

Python

Java

Javascript

License: MIT

Main Generalized Learning Utilities (GLU) library for communicating data between different learning technologies and intelligent systems.

Adding unit tests and porting additional functionality from original closed-source version still being finalized.

Requires:

Technically Optional, But Important:

  • lxml: At least if you want xml stuff to work

Development

Java Module

The corresponding code can be found within java_maven directory. The java build is powered by Apache Maven and instructions can be found here

Javascript Module

The corresponding code can be found within javascript_module directory. Instructions on how to build & test the module, can be found here. The javascript build is powered by Webpack.

Python Module

The corresponding code can be found within python_module directory.