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

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

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

IBM/MAX-Image-Resolution-Enhancer

0
View on GitHub↗
1,040 نجوم·160 تفرعات·Python·Apache-2.0·8 مشاهداتdeveloper.ibm.com/exchanges/models/all/max-image-resolution-enhancer↗

MAX Image Resolution Enhancer

هذا المشروع عبارة عن خادم نموذج محاوٍ مصمم لأداء تحسين الصور المؤتمت وتوسيع نطاق الدقة. يستخدم نماذج تعلم عميق لزيادة دقة الصور المدخلة بمعامل أربعة، مما يولد تفاصيل مرئية واقعية لتحسين الوضوح العام وجودة الأصول الرقمية.

تعرض الخدمة هذه القدرات من خلال واجهة ويب قياسية، مما يسمح بالتكامل البرمجي مع تطبيقات البرمجيات الخارجية. يتضمن واجهة وثائق تفاعلية تمكن المطورين من اختبار مدخلات النموذج وفحص مخرجات الاستجابة مباشرة داخل المتصفح.

تم تغليف البرنامج كخدمة مصغرة محاوية، مما يسهل النشر عبر البنية التحتية السحابية وبيئات التنسيق المدارة. تضمن هذه البنية تنفيذاً متسقاً لنماذج معالجة الصور عبر منصات استضافة متنوعة.

Features

  • Deep Learning Upscalers - Provides a service that increases image resolution by four times using generative models to produce photo-realistic details.
  • Inference - Exposes machine learning inference capabilities through standard RESTful web protocols.
  • Computer Vision Model Servers - Acts as a containerized deployment platform for serving deep learning models that perform automated image enhancement.
  • Machine Learning Model APIs - Exposes deep learning models through programmatic endpoints to integrate image enhancement into custom software applications.
  • Model Deployments - Supports packaging and deploying image enhancement models as containerized services on cloud infrastructure and Kubernetes.
  • Image Enhancement API Endpoints - Provides programmatic API endpoints for automated image enhancement and resolution scaling.

سجل النجوم

مخطط تاريخ النجوم لـ ibm/max-image-resolution-enhancerمخطط تاريخ النجوم لـ ibm/max-image-resolution-enhancer

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Start searching with AI

مجموعات مختارة تضم MAX Image Resolution Enhancer

مجموعات منسقة بعناية يظهر فيها MAX Image Resolution Enhancer.
  • تحسين وترميم الصور بالذكاء الاصطناعي

الأسئلة الشائعة

ما هي وظيفة ibm/max-image-resolution-enhancer؟

هذا المشروع عبارة عن خادم نموذج محاوٍ مصمم لأداء تحسين الصور المؤتمت وتوسيع نطاق الدقة. يستخدم نماذج تعلم عميق لزيادة دقة الصور المدخلة بمعامل أربعة، مما يولد تفاصيل مرئية واقعية لتحسين الوضوح العام وجودة الأصول الرقمية.

ما هي الميزات الرئيسية لـ ibm/max-image-resolution-enhancer؟

الميزات الرئيسية لـ ibm/max-image-resolution-enhancer هي: Deep Learning Upscalers, Inference, Computer Vision Model Servers, Machine Learning Model APIs, Model Deployments, Image Enhancement API Endpoints.

ما هي البدائل مفتوحة المصدر لـ ibm/max-image-resolution-enhancer؟

تشمل البدائل مفتوحة المصدر لـ ibm/max-image-resolution-enhancer: david-gpu/srez — Srez is a deep learning image super-resolution framework designed to upscale low-resolution images into sharp,… philz1337x/clarity-upscaler — Clarity-upscaler is an AI image upscaler and enhancement tool that uses deep learning models to increase image… alexjc/neural-enhance — Neural Enhance is a deep learning image upscaler and restoration tool designed to increase image resolution and remove… eutropicai/final2x — Final2x is an AI image super-resolution tool and neural network inference engine designed to increase image resolution… nutlope/restorephotos — RestorePhotos is an AI face restoration tool and deep learning image upscaler designed to remove blur and reconstruct… spipm/depixelization_poc — This project is an AI upscaling framework and deep learning image restorer designed to estimate original source pixels…

بدائل مفتوحة المصدر لـ MAX Image Resolution Enhancer

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع MAX Image Resolution Enhancer.
  • eutropicai/final2xالصورة الرمزية لـ EutropicAI

    EutropicAI/Final2x

    7,207عرض على GitHub↗

    Final2x is an AI image super-resolution tool and neural network inference engine designed to increase image resolution and reconstruct missing details while reducing noise. It functions as a cross-platform image upscaler that executes consistent super-resolution logic across different operating systems. The project serves as a custom model inference engine and upscaling interface, allowing for the import and application of user-defined super-resolution weights and architectures to tailor the visual output of enlarged images. The system utilizes hardware-accelerated processing to offload comp

    TypeScriptcomputer-visioncross-platformelectron
    عرض على GitHub↗7,207
  • david-gpu/srezالصورة الرمزية لـ david-gpu

    david-gpu/srez

    5,271عرض على GitHub↗

    Srez is a deep learning image super-resolution framework designed to upscale low-resolution images into sharp, high-resolution visual features. It functions as a neural network training tool that employs generative adversarial networks to synthesize realistic image details. The project includes a model evolution visualizer that generates animations and image batches to track visual improvements during the training process. It utilizes a combination of adversarial and L1 loss functions to optimize model weights and supports periodic state checkpointing for recovery and deployment. The system

    Python
    عرض على GitHub↗5,271
  • alexjc/neural-enhanceالصورة الرمزية لـ alexjc

    alexjc/neural-enhance

    11,873عرض على GitHub↗

    Neural Enhance is a deep learning image upscaler and restoration tool designed to increase image resolution and remove blur. It functions as a neural image restoration utility for eliminating noise and JPEG artifacts, and includes a framework for training and tuning custom neural network models against image datasets. The system utilizes a containerized environment to offload tensor calculations to GPU cores, speeding up neural network inference. It features a batch processing pipeline that queues multiple image files in sequence to maximize hardware throughput. Capabilities include domain-s

    Python
    عرض على GitHub↗11,873
  • philz1337x/clarity-upscalerالصورة الرمزية لـ philz1337x

    philz1337x/clarity-upscaler

    5,079عرض على GitHub↗

    Clarity-upscaler is an AI image upscaler and enhancement tool that uses deep learning models to increase image resolution and restore visual detail. It functions as a super-resolution inference engine that employs neural networks to predict missing pixels and synthesize high-frequency details from low-resolution sources. The project is delivered as a programmable API, allowing the integration of automated high-resolution image processing and sharpening into external applications and workflows. This interface enables the programmatic upscaling of images to create high-resolution assets. The s

    Pythonaiai-artimage-upscale
    عرض على GitHub↗5,079
  • عرض جميع البدائل الـ 30 لـ MAX Image Resolution Enhancer→