awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 रिपॉजिटरी

Awesome GitHub RepositoriesAI Model Execution

Running machine learning models within a live Android application environment.

Distinct from Android Runtime Execution: Distinct from general Android runtime execution by focusing specifically on AI model inference and tokenization.

Explore 2 awesome GitHub repositories matching mobile development · AI Model Execution. Refine with filters or upvote what's useful.

Awesome AI Model Execution GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • firebase/genkitfirebase का अवतार

    firebase/genkit

    6,121GitHub पर देखें↗

    Genkit is an open-source framework for building AI-powered applications. It provides a unified interface for connecting to hundreds of generative AI models from multiple providers, enabling text, image, audio, and video generation through a single API. The framework structures multi-step AI interactions—including chat, retrieval-augmented generation, tool use, and agentic workflows—as composable, traceable flows with built-in streaming and state management. The framework distinguishes itself through a comprehensive developer toolkit that includes a command-line interface and a local developer

    Provides a flow-based execution model for composable, traceable AI workflows with streaming and state management.

    TypeScript
    GitHub पर देखें↗6,121
  • pytorch/executorchpytorch का अवतार

    pytorch/executorch

    4,296GitHub पर देखें↗

    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,

    Loads serialized programs and runs inference with a lightweight C++ runtime on edge devices.

    Pythondeep-learningembeddedgpu
    GitHub पर देखें↗4,296
  1. Home
  2. Mobile Development
  3. Android Runtime Execution
  4. AI Model Execution

सब-टैग एक्सप्लोर करें

  • Composable Workflow ExecutionsExecutes AI workflows as composable, traceable functions with streaming and state management built into the runtime. **Distinct from AI Model Execution:** Distinct from AI Model Execution: focuses on composable workflow orchestration with streaming and state, not just running a model.