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

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

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

3 مستودعات

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

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • petoicamp/opencat-quadruped-robotالصورة الرمزية لـ PetoiCamp

    PetoiCamp/OpenCat-Quadruped-Robot

    4,891عرض على 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
    عرض على GitHub↗4,891
  • pytorch/executorchالصورة الرمزية لـ pytorch

    pytorch/executorch

    4,296عرض على 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
    عرض على GitHub↗4,296
  • iree-org/ireeالصورة الرمزية لـ iree-org

    iree-org/iree

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

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

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