2 个仓库
Real-time broadcasting of application states and visual views to remote clients.
Distinct from Real-Time Data Streaming: Specifically covers streaming the visual state of a desktop/UI, not general server-side data updates.
Explore 2 awesome GitHub repositories matching web development · UI State Streaming. Refine with filters or upvote what's useful.
Nerfstudio 是一个模块化开发框架,用于训练、可视化和导出从二维图像数据集派生的三维场景表示。它提供了一个神经场景重建流水线,使用可微分体积渲染器将原始图像和相机数据转换为高保真 3D 资产和电影级视频。 该系统具有一个交互式基于 Web 的可视化器,允许用户实时监控训练进度并检查神经场景几何。它通过标准化的模块化接口将神经网络架构与训练循环解耦,从而实现自定义神经辐射场架构的开发和实验。 该框架涵盖了广泛的能力,包括用于相机姿态计算的数据集预处理、模型保真度评估以及通过相机轨迹插值生成电影级视频序列。它还包括用于导出训练场景作为 3D 资产和点云以供外部建模软件使用的实用程序。 一致的硬件执行通过捆绑图形驱动程序和系统依赖的容器化环境提供支持。
Implements real-time broadcasting of training metrics and 3D scene states to a remote browser client.
Bytebot is an LLM desktop automation framework and virtual Linux desktop environment. It enables AI agents to plan and execute mouse and keyboard actions on a virtual computer using natural language, allowing for autonomous desktop automation and the integration of legacy systems that lack native APIs. The system operates as an LLM API gateway and a Model Context Protocol server, routing requests across multiple language model providers with integrated load balancing and rate limiting. It provides isolated, containerized environments where agents use visual reasoning to interpret screenshots
Streams real-time desktop views and agent status updates to a web interface via WebSockets.