awesome-repositories.com
Blog
MCP
awesome-repositories.com

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

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoServidor MCPAcerca deCómo clasificamosPrensa
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 repositorios

Awesome GitHub RepositoriesEmbedded AI Deployment

Compiling and deploying machine learning models to bare-metal or RTOS environments on specialized embedded hardware.

Distinct from Embedded Systems Development: Focuses specifically on the AI model deployment lifecycle for embedded systems rather than general software development for resource-constrained hardware.

Explore 3 awesome GitHub repositories matching software engineering & architecture · Embedded AI Deployment. Refine with filters or upvote what's useful.

Awesome Embedded AI Deployment GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • petoicamp/opencat-quadruped-robotAvatar de PetoiCamp

    PetoiCamp/OpenCat-Quadruped-Robot

    4,891Ver en GitHub↗

    OpenCat-Quadruped-Robot es un framework de desarrollo y API de control de movimiento para construir robots de cuatro patas. Proporciona un entorno integral para el desarrollo de robots cuadrúpedos, con herramientas para el diseño de marchas de locomoción, cinemática inversa y una arquitectura de control en capas que separa la inteligencia de alto nivel del movimiento de bajo nivel. El proyecto se distingue como una herramienta de despliegue de IA embebida, permitiendo a los usuarios entrenar, cuantificar y desplegar modelos de machine learning en módulos de visión para tareas como la detección de objetos y el seguimiento visual de objetivos. Además, admite una interacción compleja entre humanos y robots mediante el procesamiento de comandos de voz offline, imitación de movimiento humano y una interfaz de programación visual por bloques para la generación de lógica gráfica. El sistema cubre una amplia superficie de capacidades, incluyendo estabilización de equilibrio en tiempo real mediante datos de IMU, navegación autónoma usando cámaras 3D y varias interfaces de control remoto mediante Bluetooth y WiFi. También incluye herramientas para la simulación de marchas robóticas, transferencia de políticas de aprendizaje por refuerzo y una API de Python dedicada para la integración de software externo. La gestión del firmware se maneja a través de un conjunto de herramientas de despliegue que soportan actualizaciones por USB, Bluetooth y actualizaciones inalámbricas (OTA) para placas base y módulos de microcontroladores.

    Integrates and optimizes machine learning models on robotic hardware for real-time object detection and autonomous behavior.

    C++aiarduinoblock-coding
    Ver en GitHub↗4,891
  • pytorch/executorchAvatar de pytorch

    pytorch/executorch

    4,296Ver en 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,

    Integrates and runs machine learning models on Android, iOS, and microcontrollers with multi-language runtime bindings.

    Pythondeep-learningembeddedgpu
    Ver en GitHub↗4,296
  • iree-org/ireeAvatar de iree-org

    iree-org/iree

    3,819Ver en GitHub↗

    IREE is an MLIR-based compiler toolchain and runtime designed to translate machine learning models from various frameworks into optimized binaries for execution across diverse hardware targets. It provides a unified pipeline to ingest models from PyTorch, TensorFlow, JAX, and ONNX, lowering them into a common intermediate representation for deployment on CPUs, GPUs, and bare-metal embedded systems. The project distinguishes itself through a bytecode virtual machine and a hardware abstraction layer that decouple high-level model logic from specific hardware instruction sets. It supports sophis

    Compiles and deploys machine learning models to resource-constrained environments including mobile and bare-metal systems.

    C++compilercudajax
    Ver en GitHub↗3,819
  1. Home
  2. Software Engineering & Architecture
  3. Development Methodologies
  4. Application Targets & Domains
  5. Embedded Systems Development
  6. Embedded AI Deployment

Explorar subetiquetas

  • Multi-Platform Code GenerationGeneration of executable code compatible with multiple platforms including CPUs, GPUs, and bare-metal systems. **Distinct from Multi-Platform Mobile Deployers:** Covers a broader range of platforms beyond mobile, including bare-metal and desktop GPUs
  • Multi-Platform Mobile DeployersTools for integrating and running machine learning models on Android, iOS, and microcontroller platforms with multi-language bindings. **Distinct from Embedded AI Deployment:** Distinct from Embedded AI Deployment: extends to mobile platforms (Android, iOS) with Java, Kotlin, and Objective-C bindings, not just bare-metal embedded systems.