11 repository-uri
Compiling and running native UI applications within web browsers.
Distinguishing note: Candidates focus on cloud hosting/infrastructure; this is about the technical target of browser execution
Explore 11 awesome GitHub repositories matching web development · Web-Based UI Deployment. Refine with filters or upvote what's useful.
Qwen-7B is a pretrained causal language model designed for natural language generation, text processing, and complex reasoning tasks. It is available as an instruction-tuned model optimized for conversational interactions and a tool-use model capable of executing function calls and interacting with external APIs. The project provides a quantized version of the model to reduce GPU memory usage and supports the development of autonomous agents that can execute code and perform functions to complete complex goals. The system covers a wide range of capabilities including model fine-tuning throug
Provides a containerized web interface for interactive interaction with the model via a browser.
tiny-rdm is a Redis database manager and GUI client that provides a visual interface for performing CRUD operations on strings, hashes, lists, sets, and streams. It functions as a comprehensive administration tool, acting as a performance monitor, a pub/sub client, and a web dashboard for monitoring Redis activity. The project distinguishes itself through advanced data visualization and debugging capabilities, including the ability to organize keys into a hierarchical tree structure using custom delimiters. It supports the decoding and decompression of stored values through built-in methods o
Provides a containerized Docker image for deploying the management interface as a standalone web service.
Druid is a native user interface toolkit and 2D graphics engine for the Rust programming language. It functions as a retained-mode, data-driven framework for building graphical user interfaces that run across Linux, macOS, and web browsers via WebAssembly. The toolkit distinguishes itself through a data-first approach to UI design, utilizing lenses to isolate subsets of global application state and synchronize them with specific widgets. This allows the visual layout to update automatically when the underlying data model changes. Its capability surface includes a constraint-based box layout
Enables compilation and execution of native user interface applications within web browsers.
mistral.rs is an inference engine for large language models that runs locally and exposes models behind OpenAI and Anthropic-compatible APIs. It serves as a multi-model serving platform, capable of loading several models in a single server process with per-request routing and on-demand loading and unloading. The engine supports multimodal inference, processing text alongside images, video, audio, and speech inputs, and includes a quantized model deployment runtime that reduces memory use and speeds up inference on consumer hardware. The project distinguishes itself through an agentic tool exe
Ships a built-in web chat interface at /ui that shows reasoning, code execution, plots, and files.
Sub-web is a browser-based web interface that converts raw proxy subscription links into structured configuration files compatible with the Clash proxy client. It acts as a frontend for the subconverter backend service, enabling users to generate, manage, and export proxy configurations directly from their browser without server-side processing. The tool distinguishes itself by offering a complete configuration management workflow that includes generating Clash-compatible files from subscription URLs, caching generated configurations in browser local storage with configurable expiration, and
A web interface for generating proxy subscription configurations from raw links using the subconverter backend.
Provides a chat UI with configurable system prompts and parameter sets stored as reusable presets.
TaskWeaver is an LLM agent framework that interprets natural language requests and executes them as Python code, SQL queries, or shell commands. It functions as a conversational code interpreter that maintains stateful data structures across turns, generating executable code from user prompts within a session-based environment. The system is designed as a self-hosted AI agent platform that can be deployed in Docker, managing sessions and providing a web UI for data analytics and automation tasks. The framework distinguishes itself through a role-based multi-agent architecture that divides the
Ships a web-based chat interface that accepts natural language requests and returns code-driven responses.
Cabot este o platformă self-hosted de gestionare a incidentelor și un manager de alerte de monitorizare. Servește drept sistem centralizat pentru primirea datelor de monitorizare externă, gestionarea rotațiilor de on-call și trimiterea notificărilor de incident către administratori pentru a asigura rezolvarea promptă a defecțiunilor sistemului. Platforma oferă o interfață de monitorizare containerizată și un API REST pentru crearea și modificarea programatică a datelor de monitorizare și a rapoartelor de incident. Coordonează rutarea alertelor critice și gestionează programarea personalului pentru rotațiile de on-call. Sistemul include capabilități pentru monitorizarea alertelor de infrastructură, cum ar fi urmărirea metricilor cloud și declanșarea notificărilor pe baza unor condiții de eroare predefinite. De asemenea, dispune de control al accesului bazat pe roluri (RBAC) atât pentru interfața web, cât și pentru API, alături de procesare asincronă în fundal pentru gestionarea logicii de monitorizare și a declanșatorilor de alerte.
Ships a web application deployed via containers for managing monitoring checks and incident response workflows.
node-DeepResearch is an autonomous web research engine that uses large language models to iteratively search, read, and reason over web content to answer complex questions. It provides a chat-based interface that displays real-time reasoning steps and final answers, and can be configured to focus exclusively on academic papers by limiting searches to academic repositories. The research engine operates through an agentic search-read-reason loop that repeatedly searches, reads, and reasons until a stopping condition is satisfied. It enforces a token budget to cap total consumption and failed at
Provides a chat interface that displays reasoning steps and final answers in real time.
AutoGPT-Next-Web este un dashboard bazat pe browser conceput pentru configurarea, deployment-ul și monitorizarea agenților de inteligență artificială autonomi. Oferă o interfață centralizată pentru gestionarea ciclurilor de viață ale agenților și execuția sarcinilor, permițând utilizatorilor să orchestreze fluxuri de lucru complexe printr-o platformă unificată. Platforma se distinge prin faptul că acționează ca un portal securizat, cu acces controlat, care protejează instrumentele de management și log-urile de execuție în spatele unor coduri de autentificare obligatorii. Dispune de un strat de abstractizare a providerilor care rutează cererile către mai multe servicii de inteligență artificială, permițând performanța consistentă a modelelor și raționamentul automatizat în diferite medii de sarcini. Aplicația susține accesibilitatea globală prin middleware de localizare dinamică, care adaptează interfața la setările regionale de limbă. Este construită ca un pachet containerizat pentru a facilita deployment-ul consistent pe mașinile de dezvoltare locale și în mediile de server de producție remote.
Ships a containerized web interface that enables one-click deployment of private artificial intelligence portals.
Matchering is an audio mastering tool and Python library designed to match the frequency balance and loudness of a target track to a specific reference track. It functions as a reference-based mastering system that aligns a target signal's spectral envelope, RMS, and peak amplitude with those of a chosen reference file. The project utilizes a multi-stage processing pipeline featuring an FFT spectral matching engine to adjust frequency response. It ensures output quality through the use of a brickwall limiter to prevent signal clipping while preserving the original waveform shape. The tool pr
Exposes the audio processing pipeline via a browser-based service launched from a Docker container.