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

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

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

6 个仓库

Awesome GitHub RepositoriesProcessing APIs

Web-based interfaces and endpoints for performing automated image transformations and analysis.

Distinct from Image Processing: Distinct from Image Processing: focuses on the HTTP API layer for remote service integration rather than the underlying pixel-level transformation logic.

Explore 6 awesome GitHub repositories matching graphics & multimedia · Processing APIs. Refine with filters or upvote what's useful.

Awesome Processing APIs GitHub Repositories

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

    danielgatis/rembg

    21,911在 GitHub 上查看↗

    Rembg is a machine learning-based toolkit designed for automated image background removal and subject segmentation. It functions as a versatile engine that identifies and extracts subjects from images, supporting diverse input methods including individual files, directory-based batch processing, and live binary data streams. The project distinguishes itself through its flexible integration options, offering a command-line interface for local automation, a library for programmatic access, and an HTTP service for remote requests. It utilizes deep learning architectures to classify pixels and ge

    Exposes an HTTP API endpoint for integrating background removal into external applications.

    Pythonbackground-removalimage-processingpython
    在 GitHub 上查看↗21,911
  • imgly/background-removal-jsimgly 的头像

    imgly/background-removal-js

    7,192在 GitHub 上查看↗

    Background Removal JS is a client-side neural matting library that runs a lightweight AI model directly in the browser to compute alpha mattes, removing image backgrounds without uploading any data to a server. It functions as a browser-based image background removal SDK and client-side image matting library, keeping all processing on the user's device to eliminate server costs and preserve privacy. The project provides a cross-platform creative editing engine that produces identical image and video output across web, mobile, desktop, and server environments from a single codebase. It offers

    Drives all editing operations programmatically, enabling batch processing and automated creative workflows on the server.

    TypeScriptbackground-removalimage-mattingimage-segmentation
    在 GitHub 上查看↗7,192
  • vladmandic/sdnextvladmandic 的头像

    vladmandic/sdnext

    7,139在 GitHub 上查看↗

    SD.Next is an all-in-one web interface and multi-backend inference engine for generating, editing, and processing images and videos using diffusion models. It functions as a comprehensive tool for diffusion model management and an automated image processing pipeline for bulk operations. The project is distinguished by its hardware-backend abstraction layer, which provides automatic detection and acceleration for NVIDIA CUDA, AMD ROCm, Intel OpenVINO, and DirectML. It features a headless generative API and a programmatic command interface, allowing users to trigger tasks via REST API or CLI wi

    Offers a headless REST API to trigger image and video generation without a graphical interface.

    Pythonai-artcaptiondiffusers
    在 GitHub 上查看↗7,139
  • opendronemap/opendronemapOpenDroneMap 的头像

    OpenDroneMap/OpenDroneMap

    6,196在 GitHub 上查看↗

    A command line toolkit to generate maps, point clouds, 3D models and DEMs from drone, balloon or kite images. 📷

    Exposes the processing pipeline over a network so remote programs can submit and manage tasks.

    Python
    在 GitHub 上查看↗6,196
  • h2non/imaginaryh2non 的头像

    h2non/imaginary

    6,017在 GitHub 上查看↗

    Imaginary is a self-hosted HTTP server for image processing that applies transformations like resizing, cropping, rotating, and format conversion through URL parameters. It operates as a stateless request-response pipeline, processing images fetched from remote URLs or served from a local directory without requiring client-side dependencies. The server distinguishes itself through its security and access control capabilities, offering optional API key validation, HMAC-signed URL verification, and remote origin whitelisting to restrict which image sources are permitted. It also provides a heal

    Exposes image transformation operations like resize, crop, rotate, and watermark through a simple HTTP API.

    Gocrop-imagedockergif
    在 GitHub 上查看↗6,017
  • philz1337x/clarity-upscalerphilz1337x 的头像

    philz1337x/clarity-upscaler

    5,079在 GitHub 上查看↗

    Clarity-upscaler 是一款 AI 图像放大与增强工具,利用深度学习模型提高图像分辨率并恢复视觉细节。它作为一个超分辨率推理引擎,使用神经网络预测缺失像素,并从低分辨率源中合成高频细节。 该项目以可编程 API 的形式提供,允许将自动高分辨率图像处理和锐化功能集成到外部应用程序和工作流中。该接口支持通过编程方式放大图像,以创建高分辨率资产。 该系统提供自动图像增强功能,通过去除噪点和提高清晰度,生成低质量图像的更锐利版本。它通过解耦的客户端-服务器架构来处理机器学习推理中计算密集型的任务。

    Provides web-based endpoints for performing automated image transformations and high-resolution upscaling.

    Pythonaiai-artimage-upscale
    在 GitHub 上查看↗5,079
  1. Home
  2. Graphics & Multimedia
  3. Image Processing & Editing
  4. Image Processing
  5. Processing APIs

探索子标签

  • Headless APIsAn API that drives all editing operations programmatically, enabling batch processing and automated creative workflows on the server. **Distinct from Processing APIs:** Distinct from Processing APIs: specifies headless (no GUI) programmatic control for batch and automated workflows.
  • Pipeline Submission APIsWeb endpoints for remotely submitting and managing multi-stage processing pipeline tasks. **Distinct from Processing APIs:** Distinct from Processing APIs: focuses on submitting and managing multi-stage pipeline tasks rather than single image transformations.