Showing 13 open source projects for "image upscaler"

View related business solutions
  • Get full visibility and control over your tasks and projects with Wrike. Icon
    Get full visibility and control over your tasks and projects with Wrike.

    A cloud-based collaboration, work management, and project management software

    Wrike offers world-class features that empower cross-functional, distributed, or growing teams take their projects from the initial request stage all the way to tracking work progress and reporting results.
    Learn More
  • Odoo Business Applications Icon
    Odoo Business Applications

    Odoo is a software suite to better manage and run your company.

    Odoo is a fully integrated, customizable, open-source software packed with hundreds of expertly designed business applications. Odoo’s intuitive database is able to meet a majority of business needs, such as: CRM, Sales, Project, Manufacturing, Inventory, and Accounting, just to name a few.
    Get Started
  • 1
    Clarity AI Upscaler

    Clarity AI Upscaler

    AI Image Upscaler & Enhancer

    Clarity AI Upscaler is an open-source AI image enhancement tool designed to increase the resolution and visual quality of images using modern generative techniques. The system uses deep learning models based on diffusion and other image generation methods to reconstruct high-resolution versions of low-resolution images while preserving important visual details.
    Downloads: 8 This Week
    Last Update:
    See Project
  • 2
    Upscayl

    Upscayl

    Free and Open Source AI Image Upscaler for Linux, MacOS and Windows

    Free and Open Source AI Image Upscaler for Linux, MacOS and Windows built with Linux-First philosophy. Upscayl is a cross-platform application built with the Linux-first philosophy. This means that we prioritize Linux builds over others but that doesn't mean we'll break things for other OSes. Upscayl does not work without a GPU, sorry. You'll need a Vulkan-compatible GPU to upscale images.
    Downloads: 173 This Week
    Last Update:
    See Project
  • 3
    Waifu2x GUI

    Waifu2x GUI

    An app that upscales anime-styled images, gifs, and videos

    ...Apply effects such as speed or reverse (animated images/videos). Customize settings (noise, scale, mode, framerate, etc.). Upscale multiple images (or multiple frames of an animated image/video) concurrently. Change the upscaler (waifu2x or Real-ESRGAN Anime).
    Downloads: 3 This Week
    Last Update:
    See Project
  • 4
    QualityScaler

    QualityScaler

    Image/video AI upscaler app (BSRGAN)

    Qualityscaler is a Windows app that uses BSRGAN Artificial Intelligence to enhance, enlarge and reduce noise in photographs and videos. QualityScaler is completely written in Python, from the backend to the front end. Image/list of images upscale. Video upscale. Drag&drop files [image / multiple images/video] Automatic image tiling and merging to avoid gpu VRAM limitation. Resize image/video before upscaling. Multiple Gpu support. Compatible images - png, jpeg, bmp, webp, tif. Compatible...
    Downloads: 107 This Week
    Last Update:
    See Project
  • Apify is a full-stack web scraping and automation platform helping anyone get value from the web. Icon
    Apify is a full-stack web scraping and automation platform helping anyone get value from the web.

    Get web data. Build automations.

    Actors are serverless cloud programs that extract data, automate web tasks, and run AI agents. Developers build them using JavaScript, Python, or Crawlee, Apify's open-source library. Build once, publish to Store, and earn when others use it. Thousands of developers do this - Apify handles infrastructure, billing, and monthly payouts.
    Learn More
  • 5
    Video2X

    Video2X

    A lossless video/GIF/image upscaler achieved with waifu2x, Anime4K

    A lossless video/GIF/image upscale achieved with waifu2x, Anime4K, SRMD and RealSR. Started in Hack the Valley 2, 2018. The latest Windows update is built based on version 4.8.1. GUI is not available for 5.0.0 yet, but is already under development. Go to the GUI page to see the basic usage of the GUI. Try the mirror if you can't download releases directly from GitHub. You can use Video2X on Google Colab for free if you don't have a powerful GPU of your own. You can borrow a powerful GPU...
    Downloads: 516 This Week
    Last Update:
    See Project
  • 6
    Real-ESRGAN GUI

    Real-ESRGAN GUI

    Cross-platform GUI for image upscaler Real-ESRGAN

    The graphic interface of Real-ESRGAN, a practical and beautiful image magnification tool, refers to the design of waifu2x-caffe. This program is a graphical interface of Real-ESRGAN's command line program Real-ESRGAN-ncnn-vulkan , written in Python and tkinter, and supports Windows, Ubuntu and macOS platforms. According to actual measurements, arm64the single-architecture performance is better than universal2the dual- architecture Mac on the Apple chip, so Apple chip users are advised to...
    Downloads: 117 This Week
    Last Update:
    See Project
  • 7
    Anime4KCPP

    Anime4KCPP

    A high performance anime upscaler

    Anime4KCPP provides an optimized bloc97's Anime4K algorithm version 0.9, and it also provides its own CNN algorithm ACNet, it provides a variety of way to use, including preprocessing and real-time playback, it aims to be a high-performance tool to process both image and video. This project is for learning and the exploration task of the algorithm course in SWJTU. Anime4K is a simple high-quality anime upscale algorithm. Version 0.9 does not use any machine learning approaches and can be...
    Downloads: 16 This Week
    Last Update:
    See Project
  • 8
    File-Studio

    File-Studio

    A tool that automates complex file operations.

    File studio is a tool that assists in handling complex file operations such as bulk renaming, organizing folders and more.
    Leader badge
    Downloads: 11 This Week
    Last Update:
    See Project
  • 9
    AI Upscaler for Blender

    AI Upscaler for Blender

    AI Upscaler for Blender using Real-ESRGAN

    ...No special hardware or GPU is required. Upscaling is done entirely on the CPU. Blender renders a low-resolution image. The Real-ESRGAN Upscaler upscales the low-resolution image to a higher-resolution image. Real-ESRGAN is a deep learning upscaler that uses neural networks to achieve excellent results by adding in detail when it upscales.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Strengthen your current Business intelligence infrastructure by automating reports and manual tasks Icon
    Strengthen your current Business intelligence infrastructure by automating reports and manual tasks

    Select, Format, Schedule and Deliver!

    PBRS™ and CRD®, our standalone report scheduling solutions for Power BI, Microsoft SQL Server Reporting Services® (SSRS) and SAP Crystal Reports®, are designed to supplement and strengthen your current Business intelligence infrastructure by automating reports & manual tasks, layering useful incremental capabilities, and scaling capacity by orders of magnitude. They supercharge operational productivity while lowering administrative costs.
    Free Trial
  • 10
    Easy Upscale

    Easy Upscale

    A simple image upscaler application using EDSR, ESPCN, FSRCNN, etc.

    This application was made to fulfill the assignment for the Data Structures course. The concept of the application is an application to upgrade/enhance image quality. The main theme is queues, we implement circular queues for pooling/storing a list of images to be upscaled. Gui creation is made manually using the tkinter library. For the upscale process itself, it uses the OpenCV library with a model obtained from open source. Checked using vermin. Minimum required versions: 3.6 Incompatible...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Stock Photo, Video & Audio Downloader

    Stock Photo, Video & Audio Downloader

    Online Premium Stock Photo, Video & Audio Download Without Watermark

    ...You don't need to install any other software to use this tool. Supported Sites: 123rf Downloader, 28 Million+ Premium Vectors (New), Adobestock Downloader, AI Image Upscaler, Alamy Downloader, Bulk Image Downloader, Codecanyon Downloader, Depositphotos Downloader, Dreamstime Downloader, Envato Premium Font Downloader, EyeEm Downloader, FreePik Downloader, Gettyimages Downloaders, Imagn Downloader, Imago Images Downloader, Instagram Downloader, iStockphoto Downloader, Lovepik Downloader, Movie/TV Show Downloader, MP3 Downloader, Pikbest Downloader, Pngtree Downloader, Rawpixel Downloader, Reddit Video/Audio Downloder, Scribd.com Downloader, Shutterstock Downloader, Storyblocks Downloader, TikTok Video Downloader, Vecteezy Downloader), Vectorstock Downloader, Videezy Downloader, Videohive Downloader, YT Downloader
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    Image-Upscaler

    AI-powered tool to upscale images while preserving quality and details

    Image-Upscaler focuses on simplicity, performance, and cross-platform compatibility. The application supports common image formats and can be used for single images or batch processing. As an open-source project, it encourages community contributions, transparency, and continuous improvement.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Pixotter Image Tools

    Pixotter Image Tools

    WASM image pipeline: compress, resize, convert, remove-bg, upscale.

    Pixotter is a client-side image optimization pipeline. Drop any image and chain compress + resize + convert + background removal + upscale + watermark in a single flow, then download — no server round-trips. Key features: - 20+ image tools under one URL: compress-to-kb, resize-to-pixels, PNG/JPG/WebP/AVIF/HEIC conversion, background removal, upscaler, watermark, EXIF strip - Client-side WebAssembly — images never leave your browser; no upload queue, no wait - Pipeline chaining — run several tools in sequence on a single upload, one download - Free forever tier with no signup; Pro ($6.99/mo) for batch processing, larger files, and higher resolution limits - Built for bloggers, social media managers, e-commerce sellers, and developers Website: https://pixotter.com
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next
MongoDB Logo MongoDB