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
·

6 Repos

Awesome GitHub RepositoriesModel Format Parsers

Utilities for interpreting and translating diverse machine learning model file formats.

Distinguishing note: Uses schema-driven definitions to handle proprietary model structures.

Explore 6 awesome GitHub repositories matching artificial intelligence & ml · Model Format Parsers. Refine with filters or upvote what's useful.

Awesome Model Format Parsers 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

    Translates diverse proprietary model formats into a unified internal graph structure using declarative metadata definitions for consistent structural analysis.

    JavaScriptaicoremldeep-learning
    Auf GitHub ansehen↗33,087
  • apache/mxnetAvatar von apache

    apache/mxnet

    20,829Auf GitHub ansehen↗

    This project is a deep learning framework designed for constructing, training, and deploying neural networks across diverse hardware environments. It functions as a high-performance tensor computation library that provides both imperative and symbolic programming interfaces, allowing developers to balance flexible, step-by-step model building with the efficiency of compiled computation graphs. The framework distinguishes itself through a hybrid execution engine that integrates declarative graph compilation with imperative runtime logic. It supports scalable, distributed training across multip

    Translates external neural network architecture definitions into native formats for consistent deployment.

    C++mxnet
    Auf GitHub ansehen↗20,829
  • alibaba/mnnAvatar von alibaba

    alibaba/MNN

    14,242Auf GitHub ansehen↗

    MNN is a high-performance inference engine and framework designed for on-device machine learning. It provides a comprehensive environment for executing, optimizing, and deploying neural network models directly on mobile and resource-constrained edge devices. The framework distinguishes itself through a robust model optimization toolkit that supports quantization, compression, and structural graph manipulation to minimize memory footprint and maximize execution speed. It features a modular architecture that abstracts hardware-specific backends, allowing models to run efficiently across diverse

    Edits model parameters and architecture by recompiling structures into the internal format.

    C++armconvolutiondeep-learning
    Auf GitHub ansehen↗14,242
  • huggingface/text-generation-inferenceAvatar von huggingface

    huggingface/text-generation-inference

    10,775Auf GitHub ansehen↗

    Text Generation Inference is a production-ready engine designed for the deployment and serving of large language models. It functions as a containerized runtime environment that manages model execution, scales across distributed hardware, and provides high-performance inference capabilities for demanding production environments. The project distinguishes itself through advanced optimization techniques, including continuous batching to maximize hardware utilization and tensor parallelism to shard large models across multiple accelerator cards. It supports efficient inference through custom com

    Supports execution of models stored in compressed formats with automatic conversion during startup.

    Pythonbloomdeep-learningfalcon
    Auf GitHub ansehen↗10,775
  • openbmb/minicpmAvatar von OpenBMB

    OpenBMB/MiniCPM

    9,464Auf GitHub ansehen↗

    MiniCPM is a collection of small language models designed for local, on-device deployment in resource-constrained environments. The project focuses on running dense Transformer models on consumer hardware, including GPUs, CPUs, and Apple Silicon, without requiring custom code forks. The project distinguishes itself through heavy optimization for edge hardware, utilizing quantized weight compression in GGUF and MLX formats to reduce memory overhead. It implements advanced inference techniques such as speculative sampling and radix-tree prefix caching to accelerate generation speed and throughp

    Supports loading models in compressed GGUF and MLX formats to reduce memory overhead.

    Jupyter Notebook
    Auf GitHub ansehen↗9,464
  • nexaai/nexa-sdkAvatar von NexaAI

    NexaAI/nexa-sdk

    7,721Auf GitHub ansehen↗

    The nexa-sdk is an on-device AI SDK and multimodal inference engine designed to run large language, vision, and audio models locally on mobile and desktop hardware. It functions as a local LLM runtime and NPU acceleration framework, enabling the execution of generative and discriminative models without reliance on cloud services. The project distinguishes itself through a dedicated NPU acceleration framework that optimizes model execution on Neural Processing Units to reduce latency and power consumption. It employs hardware-agnostic backend routing to dynamically distribute computations acro

    Interprets and translates diverse machine learning model file formats to ensure cross-architecture compatibility.

    Kotlingemma3gogpt-oss
    Auf GitHub ansehen↗7,721
  1. Home
  2. Artificial Intelligence & ML
  3. Model Format Parsers

Unter-Tags erkunden

  • Compressed Model FormatsSupport for executing models stored in compressed or quantized formats. **Distinct from Model Format Parsers:** Focuses on compressed formats like GGUF rather than general model parsing.