awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
XiaoMi avatar

XiaoMi/mace

0
View on GitHub↗
5,041 estrellas·823 forks·C++·Apache-2.0·6 vistas

Mace

Mace es un framework de inferencia de deep learning móvil y motor de aceleración de hardware. Funciona como un runtime para ejecutar modelos de redes neuronales en dispositivos móviles, distribuyendo cálculos a través de CPUs, GPUs y NPUs.

El proyecto incluye un convertidor de modelos multiplataforma para transformar redes neuronales pre-entrenadas de varios formatos de la industria en representaciones optimizadas para móviles. También proporciona un ofuscador de redes neuronales que convierte los pesos del modelo en código fuente para proteger la propiedad intelectual contra la ingeniería inversa.

El framework gestiona los recursos del dispositivo optimizando la asignación de memoria y ajustando la configuración de energía del chip. Además, aborda el rendimiento de ejecución mediante la optimización de algoritmos matemáticos y la división de cálculos para mantener la capacidad de respuesta de la interfaz.

Features

  • On-Device Inference - Implements local execution of pre-trained deep learning models directly on mobile client hardware.
  • Deep Learning Inference Engines - Provides a high-performance system for executing predictions of deep learning models on mobile hardware.
  • Inference Acceleration Engines - Distributes deep learning computations across mobile CPUs, GPUs, and NPUs for maximum performance.
  • On-Device Model Runtimes - Provides an execution environment to run language and deep learning models entirely on local mobile hardware.
  • Inference Speed Optimizers - Increases operation speed by applying hardware acceleration and optimized mathematical algorithms to complex calculations.
  • Deep Learning Acceleration - Provides hardware acceleration specifically for deep learning tensor operations and matrix multiplications on mobile chips.
  • Hardware Acceleration - Offloads intensive deep learning computations to specialized mobile hardware like GPUs and NPUs.
  • Cross-Format Model Importers - Provides tools to import pre-trained models from various industry-standard formats into a mobile-optimized runtime.
  • Memory Footprint Optimizers - Minimizes memory consumption by optimizing data buffer allocation and reuse throughout the processing graph.
  • Mobile Model Format Converters - Transforms neural network checkpoints from various industry formats into optimized representations for mobile interpreters.
  • Resource Optimization - Manages chip power settings and memory allocation to balance energy consumption and performance.
  • On-Device Resource Optimizers - Manages chip power settings and memory allocation to balance energy consumption and performance.
  • Hardware Power Controllers - Adjusts chip power settings and scheduling hints to balance energy consumption with processing speed.
  • Model Obfuscation Tools - Secures neural network models by converting weights into obfuscated source code to prevent reverse engineering.

Historial de estrellas

Gráfico del historial de estrellas de xiaomi/maceGráfico del historial de estrellas de xiaomi/mace

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Alternativas open-source a Mace

Proyectos open-source similares, clasificados según cuántas características comparten con Mace.
  • dusty-nv/jetson-inferenceAvatar de dusty-nv

    dusty-nv/jetson-inference

    8,734Ver en GitHub↗

    jetson-inference is a set of libraries and tools for executing optimized deep learning models on embedded GPU hardware. Its primary purpose is to enable real-time computer vision and AI inference at the edge with low latency and high throughput. The project distinguishes itself through high-performance streaming analytics and the ability to execute concurrent AI pipelines on auto-grade silicon. It provides specialized support for multi-sensor stream processing, utilizing zero-copy data transport to load camera frames directly into GPU memory. The codebase covers a broad surface of capabiliti

    C++caffecomputer-visiondeep-learning
    Ver en GitHub↗8,734
  • google-ai-edge/litert-lmAvatar de google-ai-edge

    google-ai-edge/LiteRT-LM

    5,619Ver en GitHub↗

    LiteRT-LM is a high-performance inference framework designed to execute large language models locally on mobile, desktop, and IoT hardware. It serves as an on-device model runtime that utilizes CPU, GPU, and NPU acceleration to provide low-latency processing. The framework is distinguished by its ability to process text, vision, and audio inputs through a single multi-modal inference engine. It features a local HTTP server that emulates OpenAI-compatible API endpoints and a WebGPU-based runtime for executing models directly within a web browser. To ensure output reliability, it includes a con

    C++
    Ver en GitHub↗5,619
  • pjreddie/darknetAvatar de pjreddie

    pjreddie/darknet

    26,461Ver en GitHub↗

    Darknet is a low-level neural network engine and framework written in C. It is designed for training and deploying deep learning models, with a primary focus on convolutional neural networks. The project serves as a CUDA accelerated deep learning library that offloads heavy mathematical operations to NVIDIA graphics hardware. This acceleration is used to increase processing speed and reduce execution time during the training of large networks. The engine supports a range of activities including deep learning research, image recognition development, and the training of convolutional neural ne

    C
    Ver en GitHub↗26,461
  • nvidia/isaac-gr00tAvatar de NVIDIA

    NVIDIA/Isaac-GR00T

    6,222Ver en GitHub↗
    Jupyter Notebook
    Ver en GitHub↗6,222
Ver las 30 alternativas a Mace→

Preguntas frecuentes

¿Qué hace xiaomi/mace?

Mace es un framework de inferencia de deep learning móvil y motor de aceleración de hardware. Funciona como un runtime para ejecutar modelos de redes neuronales en dispositivos móviles, distribuyendo cálculos a través de CPUs, GPUs y NPUs.

¿Cuáles son las características principales de xiaomi/mace?

Las características principales de xiaomi/mace son: On-Device Inference, Deep Learning Inference Engines, Inference Acceleration Engines, On-Device Model Runtimes, Inference Speed Optimizers, Deep Learning Acceleration, Hardware Acceleration, Cross-Format Model Importers.

¿Qué alternativas de código abierto existen para xiaomi/mace?

Las alternativas de código abierto para xiaomi/mace incluyen: dusty-nv/jetson-inference — jetson-inference is a set of libraries and tools for executing optimized deep learning models on embedded GPU… google-ai-edge/litert-lm — LiteRT-LM is a high-performance inference framework designed to execute large language models locally on mobile,… pjreddie/darknet — Darknet is a low-level neural network engine and framework written in C. It is designed for training and deploying… nvidia/isaac-gr00t. nvidia/tensorrt — TensorRT is a deep learning inference engine and software development kit designed to optimize and deploy neural… oneapi-src/onednn — oneDNN is a cross-architecture compute library and hardware acceleration framework designed as a oneAPI deep learning…