Muna helps you run AI models anywhere. Specifically:
- AI Anywhere: Muna compiles and runs AI models for cloud, desktop, mobile, and web.
- Zero dependencies: Muna compiles these models into self-contained binaries, meaning you can make predictions with zero dependencies.
- Hardware acceleration: Muna is designed to use all available compute acceleration hardware (e.g. GPU, NPU) and instruction sets (e.g. CoreML, DirectML, CUDA).
Installing Muna
We provide SDKs for common development frameworks:Making your First Prediction
First, head over to Muna to create an account and generate an access key. Now, letβs run the@fxn/greeting predictor which accepts a name and returns a
friendly greeting: