The very first step in making predictions is finding a prediction function to use:

Explore Predictors on Muna

Explore public predictors on Muna. These predictors can be used by any user on the Muna platform.

Making Predictions

Making predictions with Muna can be done in as little as two lines of code.
import { Muna } from "muna"

// 💥 Create your Muna client
const muna = new Muna({ accessKey: "..." });

// 🔥 Run the prediction locally
const prediction = await muna.predictions.create({
    tag: "@fxn/greeting",
    inputs: { name: "Yusuf" }
});

// 🚀 Print the result
console.log(prediction.results[0]);

Using Prediction Values

Muna supports a fixed set of value types for prediction input and output values: