Change the repository type filter
All
Repositories list
16 repositories
llm-router
PublicLLM Router is a service that can be deployed on‑premises or in the cloud. It adds a layer between any application and the LLM provider. In real time it controls traffic, distributes a load among providers of a specific LLM, and enables analysis of outgoing requests from a security perspective (masking, anonymization, prohibited content)..github
Publicrelgat-projector
PublicA hybrid Relational-GAT with a projection head that learns relation operators to transform embeddings, impute unseen node vectors, and expand search queries via relational paths.semantic-search-engine
PublicA lightweight, extensible toolkit for preparing, indexing, and querying textual data for semantic search and downstream NLP tasks.llm-router-plugins
PublicA companion repository for llm-router containing a collection of pipeline-ready plugins. Features a masking interface for anonymizing sensitive data and a guardrail system for validating input/output safety against defined policy rules.plwordnet
PublicUtilities and scripts to transform plWordNet into machine‑learning‑ready artifacts: build graphs, create balanced embedding datasets from lexical relations, split into train/test, and prepare indices for downstream retrieval tasks.clusterer
PublicA lightweight, configurable toolkit for unsupervised clustering of short or long texts. It builds vector embeddings for your data, discovers dense regions with HDBSCAN, optionally reduces dimensionality for visualization (e.g., t‑SNE), and exposes graph-friendly outputs for downstream exploration.latex
PublicThis repository contains a collection of LaTeX code, primarily focused on demonstrating and exploring various concepts and techniques. You'll find detailed descriptions of our playground (playground.radlab.dev) and explanations of different methods and approaches developed by us.ml-utils
PublicA collection of helper utilities and handlers designed to simplify common machine‑learning workflows.qa-model
PublicA Polish extractive Question‑Answering (QA) solution with utilities for mapping its token space to generative LLMs (Gemma, LLaMA, GPT‑OSS). The repo contains scripts for training the QA model, inference pipelines, a CLI to pre‑compute token‑mapping tables, and a generation helper that injects static bias from QA logits into a downstream generator.graph-visualizer
PublicAn interactive web application for exploring and visualizing large graphs. It loads graphs serialized with Python’s pickle (NetworkX graphs), provides quick browsing of graph collections, and offers responsive visualization with cached computations for better performance.- A modular research framework for large‑scale text analysis: it ingests heterogeneous corpora, applies multilingual preprocessing, computes dense embeddings, performs similarity‑based clustering, creates LLM‑driven abstractive summaries, and continuously updates a temporal knowledge‑graph that captures topic evolution and inter‑document relations.
radlab-playground-ui
Publicradlab‑playground‑ui is a Streamlit‑based interactive playground that lets users explore information, graphs, browse generated news, interact with generative chat models, and monitor system status. All UI elements are localisation‑aware, so the interface can be presented in multiple languages with a single configuration step.llm-router-utils
PublicThe repository contains a set of tools that use llm-router as the core foundation.llm-router-services
Publicllm_router_services provides HTTP services that implement the core functionality used by the LLM‑Router’s plugin system. The services expose guardrail and masking capabilities through Flask applications that can be called by the corresponding plugins in llm_router_plugins.llm-router-web
PublicWeb interface for managing LLM Router configurations and text anonymization.