Skip to main content

Command Palette

Search for a command to run...

A Free, Self-Hosted ML Prediction API

Updated
1 min readView as Markdown

Most machine learning APIs are a rented model behind a per-call meter, and your data has to travel to their servers for every prediction.

The ML Prediction Engine takes the opposite approach. You host it yourself and train classifiers, regressors, clustering, and anomaly detectors on your own data, then call the trained models over HTTPS from any app or agent. The data stays on your infrastructure and there is no per-prediction billing.

It is free and open source. Full details and docs are here.