awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 Repos

Awesome GitHub RepositoriesGenerative AI Integrations

Implementations for connecting mobile applications to large language models for generative features.

Distinct from Android Integrations: Focuses specifically on generative AI and LLM integration rather than general multimodal or voice agent capabilities.

Explore 4 awesome GitHub repositories matching mobile development · Generative AI Integrations. Refine with filters or upvote what's useful.

Awesome Generative AI Integrations GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • firebase/quickstart-androidAvatar von firebase

    firebase/quickstart-android

    9,253Auf GitHub ansehen↗

    This repository provides a collection of starter templates, reference projects, and implementation guides for integrating Firebase services into Android applications. It serves as a boilerplate for building mobile apps with built-in cloud backend integration. The project includes examples for connecting Android applications to large language models for generative AI features. It also provides sample code for managing user identity and authentication, as well as demonstrations for integrating cloud databases and serverless functions. The codebase covers a broad range of capabilities, includin

    Provides implementation examples for connecting Android applications to large language models for generative AI features.

    Kotlinandroidfirebase
    Auf GitHub ansehen↗9,253
  • firebase/firebase-ios-sdkAvatar von firebase

    firebase/firebase-ios-sdk

    6,618Auf GitHub ansehen↗

    This is a Backend as a Service SDK for Apple platforms, providing a collection of libraries that connect iOS and macOS applications to cloud databases, authentication services, and serverless infrastructure. It serves as a developer kit for integrating real-time data synchronization, file storage, and push notifications into native apps. The SDK is distinguished by its generative AI integration, which routes text and multimodal prompts between on-device models and cloud-hosted large language models. It further differentiates itself with a specialized app distribution tool for managing pre-rel

    Routes text and multimodal prompts between on-device models and cloud-hosted large language models.

    C++aianalyticsauthentication
    Auf GitHub ansehen↗6,618
  • parisneo/lollms-webuiAvatar von ParisNeo

    ParisNeo/lollms-webui

    4,788Auf GitHub ansehen↗

    lollms-webui ist eine webbasierte Benutzeroberfläche und ein lokaler KI-Modell-Orchestrator, der für die Interaktion mit und die Verwaltung von Large Language Models und multimodaler KI auf lokaler Hardware konzipiert ist. Es fungiert als generative KI-Multimedia-Suite, die die Erstellung von Text, Bildern, Video und Musik durch integrierte Diffusions- und Sprachmodelle ermöglicht. Das Projekt bietet einen dedizierten Persona-Manager zur Konfiguration von Verhaltensprofilen und distinkten Persönlichkeiten, die Stil und Tonfall der Modellantworten steuern. Es enthält ein lokales Speichersystem zur Aufrechterhaltung des langfristigen Konversationskontexts und der Chat-Historie über einen persistenten Speichermechanismus. Das System deckt breite Funktionen ab, einschließlich dynamischem Prompt-Routing zur Inferenz-Optimierung, GPU-Beschleunigung und einem modularen Binding-System zur Verknüpfung mit lokalen oder entfernten Modellanbietern. Es bietet zudem Tools zur Visualisierung von KI-Denkprozessen, zur Verwaltung von Chat-Historien in einer lokalen Datenbank und zur Erweiterung der Schnittstelle über ein Plugin-basiertes Tool-System. Das Deployment wird durch containerisierte Images unterstützt, um eine konsistente Ausführung über verschiedene Betriebssysteme hinweg sicherzustellen.

    Directs prompts to specific models based on task complexity, cost, or speed to optimize performance.

    Pythonaillmtext-generation
    Auf GitHub ansehen↗4,788
  • dabit3/react-native-aiAvatar von dabit3

    dabit3/react-native-ai

    1,277Auf GitHub ansehen↗

    This project is a full-stack development framework designed for building cross-platform mobile applications that integrate generative language and image models. It provides a pre-configured boilerplate and a collection of tools to accelerate the creation of intelligent software, including support for interactive chat interfaces and visual content generation. The framework distinguishes itself by incorporating a server-side proxy layer that centralizes authentication and authorization, ensuring secure communication when interacting with external AI services. It also features a modular styling

    Builds cross-platform mobile applications that integrate large language models and image generation services.

    TypeScriptaicross-platformexpress
    Auf GitHub ansehen↗1,277
  1. Home
  2. Mobile Development
  3. Android Ecosystem
  4. Android Development
  5. Android Integrations
  6. Generative AI Integrations

Unter-Tags erkunden

  • AI Prompt RoutingLogic for routing prompts between different AI models, such as on-device and cloud-hosted LLMs. **Distinct from Generative AI Integrations:** Specifically addresses the routing logic between local and cloud models, not just the general integration of an LLM.