File README of Package machinelearning-appliance
==========================
HOW TO USE THIS APPLIANCE
==========================
This appliance contains various machine-learning frameworks and tools, which could help data scientists with their daily activities.
They are:
* Tensorflow 1.13.2
* ONNX 1.6
* Caffe 1.0
* Octave
* RStudio-Server
To verify the image you downloaded works as expected you could try:
> python3 -c "import tensorflow as tf"
or
> python3 -c "import onnx as ox"
For any specific documentation on the above frameworks, tools and libraries you are invited to refer to the respective official documentation.