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

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

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

11 个仓库

Awesome GitHub RepositoriesSpaces Deployments

Publishes static sites to Hugging Face Spaces by configuring a Space and setting up a deployment workflow.

Distinct from Hugging Face: Distinct from Hugging Face: focuses on deploying static sites to Spaces, not model conversion or authentication.

Explore 11 awesome GitHub repositories matching devops & infrastructure · Spaces Deployments. Refine with filters or upvote what's useful.

Awesome Spaces Deployments GitHub Repositories

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

    lensapp/lens

    23,180在 GitHub 上查看↗

    Lens is a multi-cluster management platform and desktop application for administering Kubernetes environments. It provides a graphical interface for deploying Helm charts, editing YAML manifests, and managing the lifecycle of pods and deployments. The project features an AI-powered cluster assistant that enables users to query cluster state, perform autonomous troubleshooting, and translate natural language requests into system commands. It also supports collaborative team access through shared spaces, utilizing encrypted cluster sharing and role-based access control to manage credentials and

    Disconnects clusters from shared workspaces and provides commands to remove the space agent.

    cloud-nativecontainersdevops
    在 GitHub 上查看↗23,180
  • snapshot-labs/snapshot-v1snapshot-labs 的头像

    snapshot-labs/snapshot-v1

    9,109在 GitHub 上查看↗

    Snapshot is a decentralized governance platform that enables DAOs and organizations to create and manage onchain voting systems. It supports both offchain signing and onchain execution, allowing votes to be submitted as signed messages to reduce gas costs while maintaining verifiability through onchain proposal execution on Ethereum and Starknet. The platform provides a modular strategy plugin system for voting power calculation and proposal validation, along with hierarchical space and role management for multi-tier governance structures. Snapshot distinguishes itself through several advance

    Snapshot moves an existing governance space to a new ENS domain by creating a fresh space and having the team copy settings and transfer all proposals, votes, and followers.

    Vue
    在 GitHub 上查看↗9,109
  • superradcompany/microsandboxsuperradcompany 的头像

    superradcompany/microsandbox

    6,570在 GitHub 上查看↗

    Microsandbox is a runtime for creating and managing lightweight, hardware-isolated virtual machines — called sandboxes — that boot directly from standard OCI container images. Each sandbox runs as its own host process with a separate kernel, filesystem, and network stack, providing process-per-sandbox isolation. The project includes a command-line tool and multi-language SDKs (Rust, TypeScript, Python, Go) for programmatic lifecycle control, and it communicates with sandbox agents over Unix sockets using a CBOR-encoded protocol. What distinguishes Microsandbox is its combination of host-manag

    Opens an interactive shell session inside a running sandbox, accepting commands directly from the terminal.

    Rust
    在 GitHub 上查看↗6,570
  • evidence-dev/evidenceevidence-dev 的头像

    evidence-dev/evidence

    5,919在 GitHub 上查看↗

    Publishes static sites to Hugging Face Spaces via GitHub Actions workflows.

    JavaScriptanalyticsbusiness-intelligencedashboard
    在 GitHub 上查看↗5,919
  • snailyp/gemini-balancesnailyp 的头像

    snailyp/gemini-balance

    5,826在 GitHub 上查看↗

    Deploys the proxy service to Hugging Face Spaces using a Dockerfile.

    Pythongeminigemini-apigooglesearch
    在 GitHub 上查看↗5,826
  • lxc/lxdlxc 的头像

    lxc/lxd

    5,554在 GitHub 上查看↗

    LXD is a unified platform for managing both system containers and virtual machines through a single REST API and command-line interface. It provides a programmatic HTTP interface for controlling the full lifecycle of instances, enabling automation and integration with external tools. The system runs unprivileged containers with per-instance UID/GID mappings, seccomp filters, and AppArmor profiles for kernel-level isolation, while supporting multiple storage backends including directory, Btrfs, LVM, ZFS, Ceph, LINSTOR, and TrueNAS through a unified driver interface. The platform distinguishes

    Opens interactive shell sessions inside running containers and virtual machines for direct command execution.

    Go
    在 GitHub 上查看↗5,554
  • stability-ai/stable-audio-toolsStability-AI 的头像

    Stability-AI/stable-audio-tools

    3,790在 GitHub 上查看↗

    Stable-audio-tools is a toolkit for training and deploying latent diffusion models for high-fidelity audio synthesis. It provides a framework for generating audio by iteratively refining noise within a compressed latent space, using specialized encoders to preserve temporal and spectral features of the audio signal. The project features a system for adapting pre-trained audio checkpoints to new datasets through modular initialization and configuration files. It includes utilities for weight extraction and inference model export, which remove training metadata and optimizer states to create li

    Enables the deployment of interactive web demos to showcase and test audio generation capabilities.

    Python
    在 GitHub 上查看↗3,790
  • huggingface/smollmhuggingface 的头像

    huggingface/smollm

    3,624在 GitHub 上查看↗

    SmolLM is a project dedicated to the development of small language models. It focuses on training and fine-tuning compact models that maintain high performance while utilizing fewer parameters. The project emphasizes efficient AI inference and on-device text generation, aiming to enable the deployment of lightweight models on edge devices with limited memory and processing power. It utilizes synthetic data generation to produce artificial datasets that improve the reasoning and training of these AI systems. The system supports a variety of optimization and training capabilities, including we

    Lists, pauses, restarts, and monitors the build status of hosted AI spaces.

    Python
    在 GitHub 上查看↗3,624
  • mxschmitt/action-tmatemxschmitt 的头像

    mxschmitt/action-tmate

    3,500在 GitHub 上查看↗

    This project is an orchestration tool for establishing interactive debug sessions within automation pipelines. It functions as a GitHub Action that opens an interactive SSH or web-based shell session, providing a remote access utility for real-time system interaction and troubleshooting during continuous integration execution. The tool supports conditional debugging workflows, allowing interactive shells to be triggered only upon manual request or the failure of previous automation steps. It also enables detached debugging modes to start background sessions that provide connection details wit

    Provides secure web or SSH access to temporary cloud environments for live system exploration.

    JavaScriptactionsdebugginggithub-action
    在 GitHub 上查看↗3,500
  • huggingface/huggingface_hubhuggingface 的头像

    huggingface/huggingface_hub

    3,342在 GitHub 上查看↗

    The Hugging Face Hub Python client is a library that provides programmatic access to the Hugging Face Hub, a centralized platform for hosting and collaborating on machine learning models, datasets, and demo applications. It serves as the primary SDK for interacting with the Hub's API, enabling users to download and upload models and datasets, manage repositories, authenticate via tokens or OAuth, and run inference on hosted models through a unified interface. The client distinguishes itself through a comprehensive set of capabilities that go beyond basic file transfer. It includes a CLI exten

    Creates and configures hosted Spaces for running interactive ML applications or demos.

    Pythondeep-learninghacktoberfestmachine-learning
    在 GitHub 上查看↗3,342
  • huggingface/hub-docshuggingface 的头像

    huggingface/hub-docs

    506在 GitHub 上查看↗

    This repository serves as the documentation source for the Hugging Face Hub, a collaborative platform designed for hosting, versioning, and discovering machine learning models, datasets, and interactive applications. It provides the foundational infrastructure for managing machine learning assets through Git-based repositories, which support large file storage, branching, and comprehensive commit history. The platform distinguishes itself by integrating metadata-driven discovery and structured management systems that allow users to attach licensing, task categories, and performance metrics to

    Deploys interactive web-based machine learning demos using Python SDKs, static HTML, or containerized environments.

    Handlebarshacktoberfestmachine-learning
    在 GitHub 上查看↗506
  1. Home
  2. DevOps & Infrastructure
  3. Model Conversion
  4. Hugging Face
  5. Spaces Deployments

探索子标签

  • Interactive Demo DeploymentsCreates and configures hosted Spaces for running interactive ML applications or demos. **Distinct from Spaces Deployments:** Distinct from Spaces Deployments: focuses on interactive ML demos, not static site publishing.
  • Interactive Shell AccessProvides secure shell access to running application containers for debugging and development. **Distinct from Spaces Deployments:** Distinct from Spaces Deployments: covers the live interactive access to a container rather than the deployment workflow.
  • Space Hardware Configurations2 个子标签Managing the hardware resources and power settings for hosted AI spaces. **Distinct from Spaces Deployments:** Focuses on hardware flavors and sleep timers rather than the deployment workflow itself.
  • Space Lifecycle Management4 个子标签Monitoring, pausing, and restarting the operational state of hosted AI spaces. **Distinct from Spaces Deployments:** Focuses on the operational lifecycle (pause/restart) rather than the deployment process.
  • Space Removals2 个子标签Removes deployed Spaces and their associated resources from the remote hub. **Distinct from Spaces Deployments:** Distinct from Spaces Deployments: focuses on deletion, not creation or configuration.
  • Space Secrets ManagementSets environment variables and secret keys for a Space without exposing them in source code. **Distinct from Spaces Deployments:** Distinct from Spaces Deployments: focuses on secret configuration, not the deployment workflow itself.