RealSR-NCNN-Android icon
RealSR-NCNN-Android icon

RealSR-NCNN-Android

 2 likes

An Android application for super-resolution & interpolation. Contains RealSR-NCNN, SRMD-NCNN, RealCUGAN-NCNN, Real-ESRGAN-NCNN, Waifu2x-NCNN, Anime4kcpp, nearest, bilinear, bicubic, AVIR...

RealSR-NCNN-Android screenshot 1
RealSR-NCNN-Android screenshot 2
RealSR-NCNN-Android screenshot 3

License model

  • FreeOpen Source

Application type

Country of Origin

  • CN flagChina

Platforms

  • Android
5 / 5 Avg rating (1)
2likes
0comments
0news articles

Features

Suggest and vote on features

Properties

  1.  Privacy focused

Features

  1.  No registration required
  2.  Works Offline
  3.  Ad-free
  4.  Image Processing
  5.  Image Upscaling

 Tags

  • lanczos
  • local-ai
  • realsr
  • super-resolution
  • anime4k
  • real-esrgan
  • waifu2x
  • Android
  • mnn
  • real-cugan
  • srmd
  • ncnn

RealSR-NCNN-Android News & Activities

Highlights All activities

Recent activities

Show all activities

RealSR-NCNN-Android information

  • Developed by

    CN flagtumuyan
  • Licensing

    Open Source and Free product.
  • Written in

  • Alternatives

    10 alternatives listed
  • Supported Languages

    • English

AlternativeTo Category

Photos & Graphics

GitHub repository

  •  1,416 Stars
  •  106 Forks
  •  33 Open Issues
  •   Updated Jun 9, 2025 
View on GitHub

Our users have written 0 comments and reviews about RealSR-NCNN-Android, and it has gotten 2 likes

RealSR-NCNN-Android was added to AlternativeTo by Jenny on Apr 19, 2025 and this page was last updated Apr 19, 2025.
No comments or reviews, maybe you want to be first?
Post comment/review

What is RealSR-NCNN-Android?

RealSR-NCNN-Android is a simple Android application that based on Waifu2x-NCNN, SRMD-NCNN, RealCUGAN-NCNN, RealSR-NCNN, Real-ESRGAN, Anime4KCPP. The application does not collect any private information from your device

This repository contains 3 project:

  1. RealSR-NCNN-Android-CLI can build programs that can be used by the console (for example, Termux) for Android.It contains 7 modules (Anime4k, MNN-SR RealSR, RealCUGAN, SRMD, Waifu2x and Resize)

• The RealSR program could use realsr models and real-esrgan models with ncnn format. • The MNN-SR program could use mnn format models. • The Resize program contains classical interpolation mode nearest bilinear bicubic and avir lancir.

  1. RealSR-NCNN-Android-GUI can build a APK (has a GUI and easy to use). Actually it is a shell for the programs build from RealSR-NCNN-Android-CLI.

  2. Resize-CLI just a demo like the Resize-NCNN-Android-CLI, but it not need ncnn and could build by VS.