awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم MCPحولكيفية ترتيب النتائجالصحافة
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

37 مستودعات

Awesome GitHub RepositoriesModel Format Converters

Tools for translating between different machine learning model file formats.

Distinguishing note: None available; no candidates provided.

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

Awesome Model Format Converters GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • ggerganov/llama.cppالصورة الرمزية لـ ggerganov

    ggerganov/llama.cpp

    116,912عرض على GitHub↗

    llama.cpp is a high-performance C++ inference engine and runtime for executing large language models locally across various hardware architectures. It provides the core components for local model execution, including a dedicated model quantizer for compressing weights into the GGUF format and a system for generating text embeddings for semantic search. The project distinguishes itself through specialized memory and execution optimizations, such as block-wise weight quantization to reduce memory footprints and memory-mapped model loading. It supports structured text generation by using formal

    Includes tools for converting models from various data formats into the optimized GGUF binary format for local execution.

    C++
    عرض على GitHub↗116,912
  • lutzroeder/netronالصورة الرمزية لـ lutzroeder

    lutzroeder/netron

    33,087عرض على GitHub↗

    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 machine learning file formats into a unified representation for consistent structural analysis.

    JavaScriptaicoremldeep-learning
    عرض على GitHub↗33,087
  • deepinsight/insightfaceالصورة الرمزية لـ deepinsight

    deepinsight/insightface

    29,002عرض على GitHub↗

    InsightFace is a comprehensive deep learning framework designed for face recognition, biometric identity verification, and feature extraction. It provides a specialized engine for one-to-one verification and one-to-many identification tasks, utilizing convolutional neural networks to transform raw image pixels into high-dimensional vector embeddings. The project includes a complete toolkit for detecting, aligning, and processing facial data to ensure consistent identity discrimination. Beyond core recognition, the platform distinguishes itself through an extensive model management and optimiz

    Transforms models into optimized engine representations for high-performance inference.

    Pythonage-estimationarcfaceface-alignment
    عرض على GitHub↗29,002
  • agentscope-ai/agentscopeالصورة الرمزية لـ agentscope-ai

    agentscope-ai/agentscope

    26,895عرض على GitHub↗

    Agentscope is a comprehensive toolkit for developing and orchestrating autonomous multi-agent systems. It provides a unified framework for building agents that can reason, execute tools, and manage memory, enabling the creation of complex, collaborative workflows where multiple specialized agents interact to solve multi-step objectives. The platform distinguishes itself through a robust orchestration engine that supports both sequential and concurrent agent pipelines. It utilizes a centralized event bus for real-time telemetry, allowing developers to track agent reasoning, tool usage, and sys

    Provides utilities for mapping internal message structures to the specific input formats required by various language model APIs.

    Pythonagentchatbotlarge-language-models
    عرض على GitHub↗26,895
  • guillaumekln/faster-whisperالصورة الرمزية لـ guillaumekln

    guillaumekln/faster-whisper

    23,679عرض على GitHub↗

    faster-whisper is an automatic speech recognition framework and an optimized implementation of the Whisper speech-to-text engine. It functions as a CTranslate2 inference engine designed to convert spoken audio into written text. The project serves as a model quantization tool that transforms large audio model weights into lower precision formats. This process reduces memory usage and increases execution speed on hardware by utilizing integer quantized weights. The framework covers a broad range of capabilities including batch audio transcription for parallel processing and voice activity det

    Transforms PyTorch checkpoints into a proprietary format compatible with the CTranslate2 runtime.

    Python
    عرض على GitHub↗23,679
  • paddlepaddle/paddleالصورة الرمزية لـ PaddlePaddle

    PaddlePaddle/Paddle

    23,632عرض على GitHub↗

    Paddle is a deep learning framework designed for building, training, and deploying neural networks. It provides a platform for constructing models using tensor-based computations and supports both dynamic and static execution graphs to facilitate research and production workflows. The platform functions as a distributed machine learning system, enabling the scaling of training workloads across multiple nodes and hardware clusters. It includes a comprehensive toolkit for model deployment and optimization, allowing users to convert external model formats, compress trained models for resource-co

    Imports machine learning models trained in other environments into the native format.

    C++deep-learningdistributed-trainingefficiency
    عرض على GitHub↗23,632
  • tensorflow/tfjsالصورة الرمزية لـ tensorflow

    tensorflow/tfjs

    19,134عرض على GitHub↗

    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

    Transforms Python Keras or SavedModel formats into optimized JSON and binary formats for web execution.

    TypeScript
    عرض على GitHub↗19,134
  • apple/ml-stable-diffusionالصورة الرمزية لـ apple

    apple/ml-stable-diffusion

    17,901عرض على GitHub↗

    This project is a framework for running Stable Diffusion image generation models on Apple Silicon using Core ML hardware acceleration. It provides a local generative AI pipeline for producing images from text prompts using Swift and Python without relying on external cloud APIs. The system includes a model converter to transform deep learning checkpoints into Core ML formats and a model optimizer to quantize weights and activations. It features a ControlNet integration layer to guide image generation using external signals such as edge and depth maps. Capabilities cover text-to-image generat

    Converts deep learning checkpoints into Core ML formats for deployment on Mac and iOS.

    Python
    عرض على GitHub↗17,901
  • kaldi-asr/kaldiالصورة الرمزية لـ kaldi-asr

    kaldi-asr/kaldi

    15,415عرض على GitHub↗

    Kaldi is an automatic speech recognition toolkit used to train and deploy models that convert spoken audio into text. It functions as a framework for designing and evaluating acoustic and language models through a structured pipeline of processing tools. The system acts as a cross-platform speech engine, capable of compiling recognition logic for Android and WebAssembly to enable execution on mobile devices and web browsers. It also includes a dedicated converter for migrating speech recognition models from the HTK format into a compatible internal structure. The toolkit covers a broad range

    Transforms speech recognition models from legacy HTK formats into compatible internal structures.

    Shell
    عرض على GitHub↗15,415
  • ivy-llc/ivyالصورة الرمزية لـ ivy-llc

    ivy-llc/ivy

    14,176عرض على GitHub↗

    Ivy is a machine learning framework transpiler and model converter designed to translate code and computational graphs between different deep learning ecosystems. It serves as a portability tool for migrating model architectures and logic across competing frameworks to enable flexible deployment. The system achieves cross-framework conversion by utilizing abstract syntax tree analysis to rewrite source code and by employing a computational graph tracer to capture tensor flows and operation sequences during live execution. This process allows for the translation of both high-level model defini

    Translates trained machine learning models between frameworks to ensure compatibility across different runtime environments.

    Python
    عرض على GitHub↗14,176
  • wongkinyiu/yolov7الصورة الرمزية لـ WongKinYiu

    WongKinYiu/yolov7

    14,110عرض على GitHub↗

    YOLOv7 is a PyTorch vision library and real-time inference engine designed for object detection, human pose estimation, and instance segmentation. It provides a framework for detecting and locating multiple objects within images or video streams using neural networks. The system includes tools for custom model training and fine-tuning, allowing pre-trained weights to be adapted to specialized datasets via transfer learning. It also supports model weight export and format conversion to facilitate deployment on production servers and embedded edge devices.

    Converts trained models into hardware-specific formats for deployment across diverse operating systems.

    Jupyter Notebookdarknetpytorchscaled-yolov4
    عرض على GitHub↗14,110
  • physical-intelligence/openpiالصورة الرمزية لـ Physical-Intelligence

    Physical-Intelligence/openpi

    12,377عرض على GitHub↗

    OpenPi is a vision-language-action robot control framework designed to generate physical control actions for robotic systems. It functions as a distributed robot model trainer, a model format converter, and a robot action streaming server. The framework provides tools for transforming model checkpoints between different framework formats to ensure interoperability across various development environments. It also includes a server that uses websocket connections to stream model-generated control actions from remote inference servers to physical robot hardware in real-time. The system supports

    Provides a tool for transforming robotic model checkpoints between different framework formats.

    Python
    عرض على GitHub↗12,377
  • apple/turicreateالصورة الرمزية لـ apple

    apple/turicreate

    11,171عرض على GitHub↗

    This project is an automated machine learning framework and toolkit designed for training and tuning custom models for classification, regression, and recommendations. It functions as a multimodal machine learning toolkit capable of processing and training models using a combination of text, image, audio, and sensor data. The framework distinguishes itself as a multimodal data processor that can handle and visualize large datasets on a single machine using column-oriented disk storage. It includes a core machine learning model generator that converts trained models into formats compatible wit

    Converts trained models into native formats compatible with Apple operating systems for app integration.

    C++
    عرض على GitHub↗11,171
  • openbmb/minicpmالصورة الرمزية لـ OpenBMB

    OpenBMB/MiniCPM

    9,464عرض على GitHub↗

    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

    Translates standard model checkpoints into optimized formats for compatibility with local runtimes.

    Jupyter Notebook
    عرض على GitHub↗9,464
  • tiiny-ai/powerinferالصورة الرمزية لـ Tiiny-AI

    Tiiny-AI/PowerInfer

    8,714عرض على GitHub↗

    PowerInfer is a high-performance local large language model inference engine and sparse inference framework. It provides a runtime for executing models on consumer-grade hardware, utilizing a GPU acceleration backend to optimize tensor operations for graphics processors. The system distinguishes itself through a sparse inference framework that increases generation speed by skipping computations based on activation sparsity in model weights. It includes a GGUF model converter for transforming weights and metadata into a unified binary format, as well as an OpenAI API compatible server for inte

    Converts model weights and metadata into the GGUF binary format for efficient local loading.

    C++large-language-modelsllamallm
    عرض على GitHub↗8,714
  • cloneofsimo/loraالصورة الرمزية لـ cloneofsimo

    cloneofsimo/lora

    7,541عرض على GitHub↗

    This project is a toolkit for fine-tuning and managing text-to-image diffusion models. It focuses on low-rank adaptation to create small, portable weight files that customize model styles and behaviors without modifying the entire base model. The project provides specialized utilities for model distillation using singular value decomposition to extract adapters from fully trained models, as well as tools for blending and merging multiple adapters through weight interpolation. It includes capabilities for subject inversion and pivotal tuning to increase the visual fidelity of specific identiti

    Transforms weight files between different storage formats to ensure compatibility with various inference engines.

    Jupyter Notebook
    عرض على GitHub↗7,541
  • karminski/one-small-stepالصورة الرمزية لـ karminski

    karminski/one-small-step

    6,699عرض على GitHub↗

    One Small Step is an educational resource that explains core AI and large language model concepts through short, accessible articles designed to be read in under five minutes. It covers the structure and function of key LLM components like attention mechanisms and tokenization, as well as foundational machine learning mathematics such as matrix rank and overfitting. The project also serves as a guide to the GGUF file format, which packages all model parameters and metadata into a single compact binary file for cross-platform deployment without external dependencies. It explains how this forma

    An educational resource explaining the GGUF file format for storing quantized LLMs.

    عرض على GitHub↗6,699
  • open-mmlab/mmdetection3dالصورة الرمزية لـ open-mmlab

    open-mmlab/mmdetection3d

    6,273عرض على GitHub↗

    MMDetection3D is an open-source toolbox for 3D perception, providing a unified framework for detecting and segmenting objects in three-dimensional environments. It supports a range of core tasks including monocular 3D object detection from single camera images, LiDAR-based 3D object detection from raw point clouds, and multi-modal fusion that combines camera images with LiDAR data. The toolbox also covers point cloud semantic segmentation, assigning class labels to every point in a scan for scene understanding. The project distinguishes itself through a config-driven pipeline that orchestrate

    Generates binary point cloud files and pickle metadata files for 3D perception dataset preparation.

    Python3d-object-detectionobject-detectionpoint-cloud
    عرض على GitHub↗6,273
  • josstorer/rwkv-runnerالصورة الرمزية لـ josStorer

    josStorer/RWKV-Runner

    6,219عرض على GitHub↗

    Converts model files between RWKV, GGML, and PyTorch formats using a built-in command-line tool.

    TypeScriptapiapi-clientchatgpt
    عرض على GitHub↗6,219
  • chineseocr/chineseocrالصورة الرمزية لـ chineseocr

    chineseocr/chineseocr

    6,113عرض على GitHub↗

    chineseocr is an end-to-end deep learning pipeline for detecting and recognizing Chinese and English text in images. The project combines text region detection using YOLOv3 with sequence-based recognition via Convolutional Recurrent Neural Networks (CRNN) and dense OCR models, forming a complete optical character recognition workflow. The pipeline includes orientation detection to handle text rotated at 0, 90, 180, or 270 degrees before recognition, and supports structured field extraction from identity cards and train tickets. A multi-framework model converter enables trained models to be co

    Converts trained deep learning models between darknet, Keras, and PyTorch formats for cross-framework deployment.

    Pythonchinese-ocrchinese-text-detectdarknet-text-detect
    عرض على GitHub↗6,113
السابق12التالي
  1. Home
  2. Artificial Intelligence & ML
  3. Model Format Converters

استكشف الوسوم الفرعية

  • Fairseq Converters1 وسم فرعيConversion of PyTorch models trained with Fairseq into an optimized format for faster inference and reduced memory usage. **Distinct from Model Format Converters:** Distinct from Model Format Converters: specifically targets Fairseq-trained models, not general model format translation.
  • GGUF Format Conversions8 وسوم فرعيةTransformations that convert model weights into the GGUF format for quantized local inference. **Distinct from Model Format Converters:** Specifically targets the GGUF quantization format instead of general model format translation.
  • Hugging Face ConvertersConversion of Hugging Face Transformer models into an optimized format for faster inference and reduced memory usage. **Distinct from Model Format Converters:** Distinct from Model Format Converters: specifically targets Hugging Face Transformer models, not general model format translation.
  • Marian ConvertersConversion of Marian-trained Transformer models into an optimized format for accelerated inference. **Distinct from Model Format Converters:** Distinct from Model Format Converters: specifically targets Marian-trained models, not general model format translation.
  • OCRTools that translate OCR model weights between different framework formats for deployment. **Distinct from Model Format Converters:** Distinct from Model Format Converters: specifically targets OCR model formats, not general ML model conversion.
  • OPUS-MT ConvertersConversion of pretrained OPUS-MT Transformer models into an optimized format for faster inference using a dedicated converter tool. **Distinct from Model Format Converters:** Distinct from Model Format Converters: specifically targets OPUS-MT pretrained models, not general model format translation.
  • OpenNMT-py ConvertersConversion of PyTorch Transformer models trained with OpenNMT-py into an optimized format for inference. **Distinct from Model Format Converters:** Distinct from Model Format Converters: specifically targets OpenNMT-py trained models, not general model format translation.
  • OpenNMT-tf ConvertersConversion of Transformer models trained with OpenNMT-tf into the CTranslate2 format using a YAML configuration file. **Distinct from Model Format Converters:** Distinct from Model Format Converters: specifically targets OpenNMT-tf trained models, not general model format translation.
  • RWKV Format ConvertersTools for converting model files between RWKV, GGML, and PyTorch formats for cross-platform portability. **Distinct from Model Format Converters:** Distinct from general Model Format Converters: specifically handles RWKV, GGML, and PyTorch formats rather than arbitrary ML model formats.