awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 مستودعات

Awesome GitHub RepositoriesImage Processing Pipelines

Integrating image compression into Unix pipelines and shell scripts through standard input/output streaming.

Distinct from Command Line Shells: Distinct from Command Line Shells: focuses on piping image data through compression tools, not shell interpreters themselves.

Explore 2 awesome GitHub repositories matching part of an awesome list · Image Processing Pipelines. Refine with filters or upvote what's useful.

Awesome Image Processing Pipelines GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • nadermx/backgroundremoverالصورة الرمزية لـ nadermx

    nadermx/backgroundremover

    7,932عرض على GitHub↗

    Backgroundremover is an AI-powered tool that removes backgrounds from both images and videos, accessible through a command-line interface and a Python API. At its core, it uses a pre-trained deep learning model to classify each pixel as foreground or background, producing a binary mask for removal. The tool distinguishes itself through multiple integration methods and output capabilities. It can process images and videos via Unix pipeline data streams, operate as an HTTP API server, or be called programmatically within Python scripts. Users can choose among different AI models to balance proc

    Reads image data from standard input and writes processed results to standard output for Unix pipeline integration.

    Pythonaibackground-removalbackground-remover
    عرض على GitHub↗7,932
  • kornelski/pngquantالصورة الرمزية لـ kornelski

    kornelski/pngquant

    5,671عرض على GitHub↗

    Integrates PNG compression into Unix pipelines via stdin/stdout streaming for shell script automation.

    Ccconversionimage-optimization
    عرض على GitHub↗5,671
  1. Home
  2. Part of an Awesome List
  3. Developer Tools
  4. Command Line Shells
  5. Image Processing Pipelines