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 RepositoriesModel Interoperability Layers

Translation engines that map proprietary model definitions to a common schema for unified viewing.

Distinguishing note: Focuses on the schema-level interpretation of model files, distinct from simple file format conversion.

Explore 2 awesome GitHub repositories matching artificial intelligence & ml · Model Interoperability Layers. Refine with filters or upvote what's useful.

Awesome Model Interoperability Layers GitHub Repositories

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

    lutzroeder/netron

    33,087Auf GitHub ansehen↗

    Netron is a visualizer for neural network and machine learning models. It provides a graphical interface that renders model architectures as interactive node-link diagrams, allowing users to inspect internal layers, tensors, and metadata. By performing static analysis, the tool enables the examination of model definitions without executing the underlying machine learning code. The software distinguishes itself through a schema-driven parsing engine that translates diverse proprietary model formats into a unified internal graph structure. This approach ensures interoperability, allowing users

    Interprets diverse proprietary machine learning file formats into a consistent schema for unified viewing and comparison.

    JavaScriptaicoremldeep-learning
    Auf GitHub ansehen↗33,087
  • katanemo/planoAvatar von katanemo

    katanemo/plano

    5,120Auf GitHub ansehen↗

    Plano is an AI agent orchestrator and LLM gateway proxy that unifies access to multiple AI providers through a single interoperable interface. It functions as a model routing engine that decouples applications from specific vendors using semantic aliases, allowing traffic to be shifted between providers without modifying application code. The system distinguishes itself with intent-based agent routing, which directs prompts to specialized agents based on semantic analysis. It features an interceptor-based filter chain system that acts as guardrail middleware to enforce safety policies, rewrit

    Enables any supported SDK to call models from different providers through a single interoperable interface.

    Rustai-gatewayai-gateway-supportenvoy
    Auf GitHub ansehen↗5,120
  1. Home
  2. Artificial Intelligence & ML
  3. Model Interoperability Layers

Unter-Tags erkunden

  • Runtime Interoperability LayersTranslation layers that enable different SDKs to interact with various model providers through a unified runtime interface. **Distinct from Model Interoperability Layers:** Focuses on runtime SDK call translation rather than static schema or file format interpretation