15 个仓库
Capabilities for processing multiple data inputs or files in a single execution pass.
Distinct from Batch Processing: Candidates focus on UI inputs or GPU image batches, not general CLI input batching.
Explore 15 awesome GitHub repositories matching data & databases · Batch Input Processing. Refine with filters or upvote what's useful.
Pkl is a configuration-as-code language used to define, validate, and generate structured configuration files. It functions as a type-safe configuration generator that enforces data integrity through a strongly-typed schema, ensuring configuration values meet defined constraints and types during evaluation. The project distinguishes itself by acting as both a configuration file generator and a binding generator. It transforms high-level programmable definitions into static formats such as JSON, YAML, or XML, and produces language-specific source code to synchronize settings and provide type s
Provides capabilities for processing multiple configuration files in a single execution pass to ensure environmental consistency.
jc is a tool that transforms plain-text results from command-line utilities, system tools, log formats, and text tables into structured JSON data. It functions as a structured data transformer capable of converting various file formats, including CSV, INI, XML, and YAML, into JSON representations for programmatic use. The project includes a collection of specific parsers for Unix commands and system tools such as df, blkid, and various package managers. It also features specialized converters for web server logs, Common Log Format, and Common Event Format strings. The tool covers broad capab
Processes multiple single-line inputs or files in a single pass and returns an array of results.
Kreuzberg is a document extraction engine that converts PDFs, Office files, images, and over 90 other formats into clean, structured text and metadata. It is built around a compiled Rust core that can be used as a native library, a command-line tool, a REST API server, or a WebAssembly module for browser-based processing. The system is designed to run entirely on self-hosted infrastructure, with no data leaving the user's environment. What distinguishes Kreuzberg is its breadth of integration surfaces and its pipeline architecture. It exposes extraction capabilities through native bindings fo
Processes multiple files concurrently for text extraction with concurrency management.
Depth-Anything is a monocular depth estimation foundation model that produces dense per-pixel depth maps from a single RGB image. It is built on a DINOv2 Vision Transformer encoder backbone and trained on 62 million unlabeled images using a teacher-student pseudo-labeling framework, enabling robust generalization across diverse scenes without task-specific training. The model outputs both relative depth maps, which capture the ordering of scene points, and metric depth maps with real-world units after fine-tuning on datasets like NYUv2 or KITTI. The project distinguishes itself through its ab
Provides a command-line interface for batch processing images and videos to generate depth maps.
Stanza is a Python natural language processing library designed for tokenization, lemmatization, and dependency parsing across many human languages using neural models. It provides a neural processing pipeline that converts raw text into structured linguistic data objects, alongside a specialized analyzer for extracting medical insights from clinical and biomedical language. The project includes a wrapper that connects Python scripts to Java-based natural language processing tools and remote annotation servers. This enables a bridge for extracting linguistic annotations and analysis data from
Groups multiple documents into a single execution stream to increase throughput and reduce processing overhead.
ailab is a deep learning tool designed to upscale anime-style images, increasing their resolution while preserving fine details. It is built around a cascade U-Net architecture, a multi-stage neural network model that refines image quality through successive stages, and uses PyTorch for inference. The tool specializes in enhancing anime and cartoon-style artwork, applying super-resolution techniques to boost pixel dimensions without sacrificing visual fidelity. It processes images through a pipeline that includes tensor preprocessing, model inference, and post-processing pixel reconstruction,
Iterates over multiple input images in a single session, reusing the loaded model for each inference.
Processes multiple PNG files in a single command using glob patterns for efficient bulk compression.
Valhalla is an open-source routing engine that calculates optimal paths and travel times using OpenStreetMap data. It is built around a tiled routing graph framework, allowing map data to be organized into small geographic tiles for efficient regional updates and offline routing capability. The project distinguishes itself through a multimodal routing server that combines automobile, pedestrian, bicycle, and public transit modes into single journeys. It includes a GPS trace matching engine to align noisy coordinates to the most probable road network paths and an isochrone and matrix generator
Executes multiple routing requests from a file in a single execution pass for batch analysis.
Trafilatura is a Python library and command-line tool for extracting clean, structured text and metadata from web pages. It downloads HTML content, identifies the main body of text, and strips away navigation, ads, and other boilerplate, returning the core article content along with fields like title, author, date, and URL. The tool can also extract user comments and test whether a page contains extractable text, making it a general-purpose web text extraction library. What distinguishes Trafilatura from simpler extractors is its configurable extraction pipeline, which offers high-speed, high
Trafilatura reads all HTML files from an input directory and writes extracted results to an output directory.
这是一个专门的 TikTok API 爬虫和数据提取器。它作为一个基于代理的网页爬虫,旨在收集用户元数据、视频帖子和趋势信息流,同时提供一个 Webhook 数据流水线,通过 HTTP 请求将抓取的信息路由到外部 URL。 该工具包含一个无水印视频下载器,可将高清内容保存到本地存储。它采用加密请求签名进行服务器身份验证,并利用会话 Cookie 身份验证结合代理轮换来管理网络流量并避免速率限制。 功能涵盖通过批处理流水线进行的大规模内容提取,以及个人资料、标签和音乐曲目的元数据检索。提取的数据被导出为结构化的 JSON 或 CSV 格式,并使用本地状态跟踪来记录下载历史并防止重复请求。
Processes lists of identifiers from files to execute bulk data extraction tasks in a single operation.
Text Embeddings Inference 是一个高性能推理服务器,旨在将文本嵌入和序列分类模型托管为可扩展的 API 端点。它提供了一个向量嵌入 API,用于将文本转换为密集表示,以及一个用于根据查询对文档序列的相关性进行评分的交叉编码器(Cross-Encoder)重排序服务器。 该项目具有 GPU 加速的推理引擎,利用动态批处理和专用内核来最大化吞吐量。它通过 gRPC 提供高性能二进制接口作为标准 HTTP 的替代方案,以减少网络延迟和序列化开销。 该系统涵盖了广泛的功能,包括文档相似度排名、多语言文本重排序以及用于预测类别或情感的序列分类。它支持多种部署环境,从无服务器自动扩展容器到离线(Air-gapped)安装。 硬件加速适用于 NVIDIA GPU、AMD GPU 和 Apple Metal。
Handles multiple text inputs in a single request to increase total inference throughput.
这是一个 PyTorch 模型服务框架,旨在通过可扩展的网络端点在生产环境中部署和扩展机器学习模型。它充当高性能推理服务器、优化器和模型生命周期管理器,处理模型加载、请求批处理和硬件加速。 该系统通过先进的编排和优化功能脱颖而出,例如使用执行图将多个模型链接到顺序工作流中,以及采用动态批处理来提高吞吐量和降低延迟。它通过连续批处理和张量并行化为生成式 AI 和大型语言模型提供专门支持。 广泛的功能领域包括跨 NVIDIA、AMD 和 Apple Silicon 等不同硬件的 GPU 资源管理,以及用于注册、版本控制和工作节点扩展的全面模型生命周期管理。它还集成了用于通过 Prometheus 兼容指标跟踪系统健康状况和模型性能的可观测性工具。 该服务器通过用于生命周期控制和运行时参数配置的命令行界面进行管理。
Accepts multiple data inputs in a single call to increase the efficiency of processing requests.
CTranslate2 is a C++ inference engine and runtime for Transformer models, designed to execute models on both CPU and GPU with optimizations for speed and memory efficiency. It functions as a model format converter, quantization tool, and REST API server, enabling deployment of neural machine translation, automatic speech recognition, and text generation models. The engine distinguishes itself through a suite of runtime optimizations including layer fusion, weight-matrix quantization, batch-by-length grouping, and a caching allocator that reuses GPU memory. It supports tensor-parallel model di
Reads input files line by line for translation or scoring without manual iteration.
GAM is a command-line tool for administering Google Workspace and Cloud Identity. It translates command-line arguments into structured API calls, enabling administrators to manage users, groups, organizational units, and domain settings across a Google Workspace environment. The tool handles authentication through OAuth2 flows, service accounts, and workload identity federation, and supports multi-tenant configurations for managing multiple domains or cloud projects from a single installation. GAM distinguishes itself through its batch processing and automation capabilities. It can process la
Executes sequences of commands from files using multiprocessing or threading for high-performance administration.
Segment Anything Fast is a high-performance computer vision inference engine and image segmentation framework built for PyTorch. It provides a specialized environment for automated object isolation and mask generation, designed to process large-scale visual datasets with increased throughput. The project distinguishes itself through a suite of system-level optimization strategies that accelerate deep learning model performance. By utilizing graph-based model compilation, just-in-time kernel fusion, and hardware-aware quantization, it reduces computational latency and memory footprint. These t
Processes multiple data inputs in a single execution pass to maximize hardware utilization and throughput.