awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 个仓库

Awesome GitHub RepositoriesDevice-Capability Matching

Mechanisms for mapping tasks to the best available hardware device based on system telemetry.

Distinct from Device Allocators: Distinct from Device Allocators: focuses on task-to-device mapping based on capabilities rather than memory placement for tensors.

Explore 3 awesome GitHub repositories matching data & databases · Device-Capability Matching. Refine with filters or upvote what's useful.

Awesome Device-Capability Matching GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • openstf/stfopenstf 的头像

    openstf/stf

    13,904在 GitHub 上查看↗

    STF is a web-based Android device management platform used to organize and control fleets of Android hardware. It functions as a device farm orchestrator and inventory manager, providing a centralized system for monitoring battery health, hardware specifications, and system versions across multiple devices. The platform distinguishes itself through a web-based screen streamer that allows for real-time interaction and application installation via a browser. It includes a remote ADB controller for executing shell commands and establishing port tunnels, as well as a booking system for time-limit

    Provides a booking system to track and lock device availability, preventing simultaneous multi-user access.

    JavaScriptandroidandroid-developmentdevice-farm
    在 GitHub 上查看↗13,904
  • microsoft/ufomicrosoft 的头像

    microsoft/UFO

    9,017在 GitHub 上查看↗

    UFO is a multi-device task orchestrator and LLM agent orchestration framework designed to decompose natural language requests into executable task graphs. It functions as a cross-platform UI automation tool capable of performing interactions on Windows and mobile devices while routing tasks to distributed agents based on their hardware and software capabilities. The system is distinguished by its RAG-enhanced agent architecture, which integrates external documentation and previous execution traces to improve decision-making. It employs a hybrid UI detection approach that combines computer vis

    Assigns tasks to the most suitable device based on platform capabilities, resource monitoring, and performance history.

    Pythonagentautomationcopilot
    在 GitHub 上查看↗9,017
  • tailwindlabs/tailwindcss-typographytailwindlabs 的头像

    tailwindlabs/tailwindcss-typography

    6,249在 GitHub 上查看↗

    Tailwind CSS Typography is a plugin for the Tailwind CSS framework that provides hand-tuned typographic defaults for blocks of vanilla HTML content, such as content from Markdown or a CMS. It applies beautiful prose styles to HTML content using a single class, eliminating the need for custom CSS to style rich text. The plugin distinguishes itself by offering deep customization and control over typography. Users can adjust the overall font size of prose content across five predefined sizes, select from five built-in gray-scale palettes to match a project's color scheme, and seamlessly adapt ty

    Applies styles based on device capabilities like pointer type and orientation using variants.

    JavaScript
    在 GitHub 上查看↗6,249
  1. Home
  2. Data & Databases
  3. Resource Allocation
  4. Device Allocators
  5. Device-Capability Matching

探索子标签

  • Booking-Based AllocatorsSystems that allocate hardware resources based on time-limited bookings and user availability. **Distinct from Device-Capability Matching:** Focuses on temporal booking and user locking rather than technical capability matching of the hardware.