awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 Repo

Awesome GitHub RepositoriesModel-to-Code Generators

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.

Awesome Model-to-Code Generators GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • harthur/brainAvatar von harthur

    harthur/brain

    7,991Auf GitHub ansehen↗

    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.

    JavaScript
    Auf GitHub ansehen↗7,991
  1. Home
  2. Artificial Intelligence & ML
  3. Model-to-Code Generators