How it Works

At its core, Muna is a cross-compiler for stateless Python functions. These prediction functions (a.k.a “predictors”) have the following form:
predictor.py
def predict (name: str) -> str:
    return f"Hello {name}! We hope you like Muna :)"
Muna compiles this function, and at runtime, airdrops a compiled implementation to the device that made the request (i.e. your users). The client reports granular telemetry data back to our platform, and Muna uses this data to continuously optimize the performance of your function.
See the How it Works page for a more technical overview of the compiler.

Minimum Requirements

Muna compiles and executes Python functions on the following platforms: