Getting Started

In this library, we can remotely control our DataPredict™ ML models using the front end at nucleus.datapredict.online.

To start, we must first download all three libraries from the links below.

Version Remote ML Models Controller For DataPredict (DataPredict Nucleus)
Release DataPredict™ Nucleus (Release Version 1.0)
Beta DataPredict™ Nucleus (Beta 0.0.0)
Version Machine And Deep Learning Library (DataPredict)
Release DataPredict™ (Release Version 2.3)
Beta DataPredict™ (Beta 2.3.0)
Version 2D Tensor Library (TensorL-2D)
Beta TensorL-2D Library

You can read the Terms And Conditions for the DataPredict™ library here and the TensorL2D Library here.

To download the files from GitHub, you must click on the download button highlighted in the red box.

Github File Download Screenshot

Then drag the files into Roblox Studio from a file explorer of your choice.

Once you put those three libraries into your game, make sure you link them all using the linkers.

image

image

Next, we will use require() function to our DataPredict Nucleus library:


local DataPredictNucleus = require(DataPredictNucleus)