awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
apple avatar

apple/coremltools

0
View on GitHub↗
5,333 stele·806 fork-uri·Python·BSD-3-Clause·7 vizualizăricoremltools.readme.io↗

Coremltools

coremltools este un toolkit de conversie și traducător conceput pentru a transforma modelele de machine learning din diverse framework-uri în formatul Core ML pentru execuție pe hardware Apple. Oferă o suită de instrumente pentru migrarea ponderilor și arhitecturilor din biblioteci externe într-un format de model implementabil.

Proiectul include un instrument de optimizare și o interfață programatică pentru editarea grafurilor de model și modificarea metadatelor pentru a îmbunătăți performanța pe hardware-ul țintă. De asemenea, dispune de o suită de validare utilizată pentru a verifica specificațiile modelului și compatibilitatea operațiunilor pentru a asigura execuția corectă în cadrul runtime-ului.

Toolkit-ul acoperă o gamă largă de capabilități de implementare, inclusiv editarea grafurilor de model, configurarea metadatelor și verificarea compatibilității cu specificațiile formale de format.

Features

  • Cross-Framework Model Conversion - Transforms machine learning models from various external frameworks into the Core ML format for Apple hardware.
  • Graph Model Transformations - Represents machine learning models as computational graphs to enable structural transformations and optimization.
  • Hardware-Specific Model Optimizations - Optimizes model graphs and metadata specifically to leverage Apple hardware accelerators and neural engines.
  • Model Graph Optimizers - Provides a programmatic interface to simplify and optimize model graphs for improved inference performance.
  • Model Conversion Toolkits - Provides a comprehensive toolkit for converting model checkpoints into lightweight libraries for specific hardware runtimes.
  • Model Conversion - Transforms trained models from various frameworks into optimized formats for target hardware deployment.
  • ML Operator Translations - Provides translation of individual mathematical operators between different machine learning frameworks.
  • High-Level Model APIs - Provides high-level APIs for the incremental programmatic construction of neural network architectures.
  • Model Deployment - Prepares and validates optimized models for production execution on target hardware.
  • Model Validation Schemas - Verifies model correctness by enforcing schema constraints on inputs and operations for the target runtime.
  • Model-to-Runtime Compatibility Verifications - Identifies unsupported operations to verify model compatibility with specific versions of the inference engine.
  • Model Compatibility Suites - Ships a validation suite to check model specifications and operation compatibility for correct runtime execution.
  • Deployment Specification Validators - Checks model specifications against formal schemas and runtime requirements before deployment.
  • Intermediate Representation Translation - Translates tensors and operators into a standardized internal format to decouple source frameworks from target conversion.
  • Model Conversion Tools - Tools for converting models to Apple's CoreML format.

Istoric stele

Graficul istoricului de stele pentru apple/coremltoolsGraficul istoricului de stele pentru apple/coremltools

Căutare AI

Explorează mai multe repository-uri excelente

Descrie ce ai nevoie în limbaj simplu — AI-ul sortează mii de proiecte open source selectate în funcție de relevanță.

Start searching with AI

Alternative open-source pentru Coremltools

Proiecte open-source similare, clasificate după numărul de funcționalități comune cu Coremltools.
  • onnx/onnxmltoolsAvatar onnx

    onnx/onnxmltools

    1,160Vezi pe GitHub↗

    This project is a machine learning interoperability tool designed to translate models from various training frameworks into the standardized open neural network exchange format. It functions as a model deployment pipeline that enables consistent execution across diverse inference engines and hardware environments. The tool utilizes graph-based translation and an operator mapping layer to convert framework-specific mathematical functions into a common intermediate representation. It distinguishes itself through a pluggable converter architecture, which allows developers to register custom tran

    Pythonkerasmachine-learningonnx
    Vezi pe GitHub↗1,160
  • nvidia/tensorrtAvatar NVIDIA

    NVIDIA/TensorRT

    13,076Vezi pe GitHub↗

    TensorRT is a deep learning inference engine and software development kit designed to optimize and deploy neural networks for high-performance execution on NVIDIA GPUs. It functions as a GPU acceleration framework that reduces latency and increases throughput for trained models during production deployment. The toolkit imports models from the Open Neural Network Exchange format and transforms them into optimized engines. It utilizes graph-based model optimization, layer-fusion kernel generation, and precision-based quantization to convert floating point weights into lower precision formats.

    C++deep-learninggpu-accelerationinference
    Vezi pe GitHub↗13,076
  • pytorch/executorchAvatar pytorch

    pytorch/executorch

    4,296Vezi pe GitHub↗

    ExecuTorch is a lightweight C++ runtime for deploying PyTorch models on mobile, embedded, and edge hardware. It provides an ahead-of-time compilation pipeline that exports, quantizes, and lowers model graphs into compact serialized programs, then executes them through a minimal runtime with hardware acceleration and on-device large language model inference capabilities. The project distinguishes itself through a hardware accelerator delegate system that partitions model subgraphs and offloads computation to specialized backends including NPUs, GPUs, and DSPs from Apple, Arm, Intel, MediaTek,

    Pythondeep-learningembeddedgpu
    Vezi pe GitHub↗4,296
  • apple/corenetAvatar apple

    apple/corenet

    6,999Vezi pe GitHub↗

    Corenet is a deep learning training framework and computer vision model library designed for developing neural networks across vision, text, and audio modalities. It functions as a distributed training orchestrator for scaling workloads across multiple compute nodes and provides a multimodal data pipeline for processing image, text, and video data. The project includes a model conversion toolkit for transforming weights and architectures between different machine learning frameworks. It also provides tools for optimizing model performance on Apple Silicon and reducing response latency in gene

    Jupyter Notebook
    Vezi pe GitHub↗6,999
Vezi toate cele 30 alternative pentru Coremltools→

Întrebări frecvente

Ce face apple/coremltools?

coremltools este un toolkit de conversie și traducător conceput pentru a transforma modelele de machine learning din diverse framework-uri în formatul Core ML pentru execuție pe hardware Apple. Oferă o suită de instrumente pentru migrarea ponderilor și arhitecturilor din biblioteci externe într-un format de model implementabil.

Care sunt principalele funcționalități ale apple/coremltools?

Principalele funcționalități ale apple/coremltools sunt: Cross-Framework Model Conversion, Graph Model Transformations, Hardware-Specific Model Optimizations, Model Graph Optimizers, Model Conversion Toolkits, Model Conversion, ML Operator Translations, High-Level Model APIs.

Care sunt câteva alternative open-source pentru apple/coremltools?

Alternativele open-source pentru apple/coremltools includ: onnx/onnxmltools — This project is a machine learning interoperability tool designed to translate models from various training frameworks… nvidia/tensorrt — TensorRT is a deep learning inference engine and software development kit designed to optimize and deploy neural… pytorch/executorch — ExecuTorch is a lightweight C++ runtime for deploying PyTorch models on mobile, embedded, and edge hardware. It… apple/corenet — Corenet is a deep learning training framework and computer vision model library designed for developing neural… unifyai/ivy — Ivy is a machine learning framework transpiler and model converter designed to ensure deep learning portability. It… mozilla/tts — This project is a comprehensive suite for neural speech synthesis, featuring a deep learning text-to-speech engine, a…