awesome-repositories.com
Blog
MCP
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
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 repository-uri

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

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • petoicamp/opencat-quadruped-robotAvatar PetoiCamp

    PetoiCamp/OpenCat-Quadruped-Robot

    4,891Vezi pe GitHub↗

    OpenCat-Quadruped-Robot is a development framework and motion control API for building four-legged robots. It provides a comprehensive environment for quadruped robot development, featuring tools for locomotion gait design, inverse kinematics, and a layered control architecture that separates high-level intelligence from low-level motion. The project distinguishes itself as an embedded AI deployment tool, allowing users to train, quantize, and deploy machine learning models to vision modules for tasks such as object detection and visual target tracking. It further supports complex human-robot

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

    C++aiarduinoblock-coding
    Vezi pe GitHub↗4,891
  • 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,

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

    Pythondeep-learningembeddedgpu
    Vezi pe GitHub↗4,296
  • iree-org/ireeAvatar iree-org

    iree-org/iree

    3,819Vezi pe 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
    Vezi pe GitHub↗3,819
  1. Home
  2. Software Engineering & Architecture
  3. Development Methodologies
  4. Application Targets & Domains
  5. Embedded Systems Development
  6. Embedded AI Deployment

Explorează sub-etichetele

  • 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.