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
·

2 Repos

Awesome GitHub RepositoriesWebAssembly Inference Executions

Runs TensorFlow model inference within a WebAssembly sandbox for portable AI execution.

Distinct from TensorFlow: Distinct from TensorFlow: focuses on executing inference with TensorFlow models, not converting or training them.

Explore 2 awesome GitHub repositories matching devops & infrastructure · WebAssembly Inference Executions. Refine with filters or upvote what's useful.

Awesome WebAssembly Inference Executions GitHub Repositories

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

    tensorflow/tfjs

    19,134Auf GitHub ansehen↗

    TensorFlow.js is a JavaScript machine learning library used for training and deploying models in web browsers and server-side environments. It functions as a browser-based model trainer, a WebAssembly inference engine, and a WebGPU accelerated tensor library for low-level linear algebra. The project also includes a model converter to transform Python-based models into optimized formats for JavaScript execution. The library distinguishes itself through a pluggable backend architecture that allows mathematical operations to be executed via CPU, WebGL, or WebGPU. It supports the conversion of Py

    Provides a WebAssembly-based runtime to execute TensorFlow models for portable performance across operating systems.

    TypeScript
    Auf GitHub ansehen↗19,134
  • wasmedge/wasmedgeAvatar von WasmEdge

    WasmEdge/WasmEdge

    10,665Auf GitHub ansehen↗

    WasmEdge is an extensible WebAssembly runtime that executes WebAssembly bytecode in a secure sandbox for cloud, edge, and embedded applications. It functions as a multi-language compiler, compiling applications written in Rust, JavaScript, Go, and Python into WebAssembly bytecode for sandboxed execution, and as a server-side JavaScript runtime that runs JavaScript programs with ES6 modules, NPM packages, and Node.js-compatible APIs. The runtime also serves as an AI inference runtime, executing AI models from JavaScript using WASI-NN plug-ins for inference tasks on personal devices and edge har

    Runs TensorFlow and TensorFlow Lite model inference using a dedicated plug-in and Rust SDK for tensor input and output.

    C++artificial-intelligencecloudcloud-native
    Auf GitHub ansehen↗10,665
  1. Home
  2. DevOps & Infrastructure
  3. Model Conversion
  4. TensorFlow
  5. WebAssembly Inference Executions

Unter-Tags erkunden

  • Decision Forest ExecutionsExecution of decision forest models within a WebAssembly-based runtime. **Distinct from WebAssembly Inference Executions:** Distinct from WebAssembly Inference Executions: specifies the model type as decision forests rather than general TensorFlow models.