ML Java based

0
Hi Community, Is there a way to include Tensorflow Java-based Machine learning SDK within Mendix java part (Connector kit perspective ).     Tnaks
asked
1 answers
0

Never tried this but as the documentation states you'll need to add the libtensorflow.jar to the userlib directory and the server should be able to access the Java Native Interface (JNI) file for your operating system and processor support.

Not sure if the last part is possible.

An be aware that tensorflow and java is supported only on:

  • Ubuntu 16.04 or higher; 64-bit, x86
  • macOS 10.12.6 (Sierra) or higher
  • Windows 7 or higher; 64-bit, x86

 

This might be an issue when trying to deploy to a mendix cloud environment as I'm not sure if the cloud environment uses the mentioned linux version.

answered