1 Repo
Tools that convert trained machine learning models into source code functions for standalone execution.
Distinct from Serverless Inference Engines: The candidates focus on serverless engines or JS runtimes; this is specifically a generator that turns a model into a function.
Explore 1 awesome GitHub repository matching artificial intelligence & ml · Model-to-Code Generators. Refine with filters or upvote what's useful.
Brain is a JavaScript library for building, training, and running feed-forward neural networks. It implements a multilayer perceptron model designed for pattern recognition and function approximation. The library includes a standalone inference engine that converts trained models into portable JavaScript functions. This allows predictions to be executed in browser or Node.js environments without requiring the original library dependencies. The system supports persistent model management through JSON serialization for saving and loading network weights. It also provides a streaming mechanism
Converts a trained model into a portable JavaScript function for predictions without dependencies.