eutropicai/final2x

a cross-platform image super-resolution tool

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 38 minutes ago
Added to GitGenius on September 9th, 2026
Created on June 19th, 2023
Open Issues & Pull Requests: 1 (+0)
GitHub issues: Enabled
Number of forks: 525
Total Stargazers: 7,325 (+0)
Total Subscribers: 40 (+0)

Repository Insights (GitGenius)

Most active contributors

Sign in to see contributor activity.

Related repositories by overlapping contributors

No overlapping-contributor repos identified yet.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 0
New in 7 days: 0
Closed in 7 days: 0
Avg open age: N/A days
Stale 30+ days: 0
Stale 90+ days: 0

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • bug (12)
  • enhancement (9)
  • invalid (1)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

Final2x is a cross-platform image super-resolution tool that runs on macOS, Windows, and Linux as a desktop application.

The tool addresses the problem of enlarging images while maintaining or improving visual quality. It uses deep learning models for super-resolution processing, leveraging PyTorch as its underlying computation engine. The application provides a graphical interface built with Vue 3 and Electron, making the technology accessible to users who might not be comfortable with command-line tools. The project includes both a Python CLI backend and a desktop application frontend, with the core processing logic maintained in a separate module that is versioned alongside the desktop releases.

Developers and end users seeking a straightforward way to upscale images on their local machine should consider this tool. It suits workflows where batch processing or integration with existing image pipelines is needed, since it offers both a graphical interface for interactive use and a Python backend for programmatic access. The tool supports custom models through its backend architecture, allowing users to extend functionality beyond built-in super-resolution models.

The project maintains active continuous integration workflows covering testing and builds across all supported platforms. Development activity includes regular releases that introduce new capabilities, such as support for additional GPU architectures. The codebase is written primarily in TypeScript for the frontend with Python for the backend processing core, and the project includes internationalization support indicating attention to accessibility across different language communities.