Top AI Repos — open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Image Super-Resolution for Anime-Style Art
| Date | Stars |
|---|---|
| 2026-07-24 | 28210 |
| 2026-07-25 | 28209 |
| 2026-07-28 | 28209 |
| 2026-07-30 | 28209 |
| 2026-08-06 | 28209 |
Today
— stars today
This week
— stars this week
This month
— stars this month
Momentum
0.0
growth rate 0.00%/day
# waifu2x Image Super-Resolution for Anime-style art using Deep Convolutional Neural Networks. And it supports photo. The demo application can be found at https://waifu2x.udp.jp/ (Cloud version), https://unlimited.waifu2x.net/ (In-Browser version). ## 2023/02 PyTorch version [nunif](https://github.com/nagadomi/nunif) waifu2x development has already been moved to the repository above. ## Summary Click to see the slide show.  ## References waifu2x is inspired by SRCNN [1]. 2D character picture (HatsuneMiku) is licensed under CC BY-NC by piapro [2]. - [1] Chao Dong, Chen Change Loy, Kaiming He, Xiaoou Tang, "Image Super-Resolution Using Deep Convolutional Networks", http://arxiv.org/abs/1501.00092 - [2] "For Creators", https://piapro.net/intl/en_for_creators.html ## Public AMI TODO ## Third Party Software [Third-Party](https://github.com/nagadomi/waifu2x/wiki/Third-Party) If you are a windows user, I recommend you to use [waifu2x-caffe](https://github.com/lltcggie/waifu2x-caffe)(Just download from `releases` tab), [waifu2x-ncnn-vulkan](https://github.com/nihui/waifu2x-ncnn-vulkan) or [waifu2x-conver-cpp](https://github.com/DeadSix27/waifu2x-converter-cpp). ## Dependencies ### Hardware - NVIDIA GPU ### Platform - [Torch7](http://torch.ch/) - [NVIDIA CUDA](https://developer.nvidia.com/cuda-toolkit) ### LuaRocks packages (excludes torch7's default packages) - lua-csnappy - md5 - uuid - csvigo - [turbo](https://github.com/kernelsauce/turbo) ## Installation ### Setting Up the Command Line Tool Environment (on Ubuntu 16.04) #### Install CUDA See: [NVIDIA CUDA Getting Started Guide for Linux](http://docs.nvidia.com/cuda/cuda-getting-started-guide-for-linux/#ubuntu-installation) Download [CUDA](http://developer.nvidia.com/cuda-downloads) ``` sudo dpkg -i cuda-repo-ubuntu1404_7.5-18_amd64.deb sudo apt-get update sudo apt-get install cuda ``` #### Install Package ``` sudo apt-get install libsnappy-dev sudo apt-get install libgraphicsmagick1-dev sudo apt-get install libssl1.0-dev # for web server ``` Note: waifu2x requires little-cms2 linked graphicsmagick. if you use macOS/homebrew, See [#174](https://github.com/nagadomi/waifu2x/issues/174#issuecomment-384466451). #### Install Torch7 See: [Getting started with Torch](http://torch.ch/docs/getting-started.html). - For CUDA9.x/CUDA8.x, see [#222](https://github.com/nagadomi/waifu2x/issues/222) - For CUDA10.x, see [#253](https://github.com/nagadomi/waifu2x/issues/253#issuecomment-445448928) #### Getting waifu2x ``` git clone --depth 1 https://github.com/nagadomi/waifu2x.git ``` and install lua modules. ``` cd waifu2x ./install_lua_modules.sh ``` #### Validation Testing the waifu2x command line tool. ``` th waifu2x.lua ``` ## Web Application ``` th web.lua ``` View at: http://localhost:8812/ ## Command line tools Notes: If you have cuDNN library, than you can use cuDNN with `-force_cudnn 1` option. cuDNN is too much faster than default kernel. If you got GPU out of memory error, you can avoid it with `-crop_size` option (e.g. `-crop_size 128`). ### Noise Reduction ``` th waifu2x.lua -m noise -noise_level 1 -i input_image.png -o output_image.png ``` ``` th waifu2x.lua -m noise -noise_level 0 -i input_image.png -o output_image.png th waifu2x.lua -m noise -noise_level 2 -i input_image.png -o output_image.png th waifu2x.lua -m noise -noise_level 3 -i input_image.png -o output_image.png ``` ### 2x Upscaling ``` th waifu2x.lua -m scale -i input_image.png -o output_image.png ``` ### Noise Reduction + 2x Upscaling ``` th waifu2x.lua -m noise_scale -noise_level 1 -i input_image.png -o output_image.png ``` ``` th waifu2x.lua -m noise_scale -noise_level 0 -i input_image.png -o output_image.png th waifu2x.lua -m noise_scale -noise_level 2 -i input_image.png -o output_image.png th waifu2x.lua -m noise_scale -noise_level 3 -i input_image.png -o output_image.png ``` ### Batch conve
Excerpt of 8,273 characters
Read on GitHubJapan
673
Vitaliy Lagunov · Armenia
14
Fire
7
Atsushi Takayama
6
hibiya (김종이)
5
tenyuhuang
4
Minseo Lee · South Korea
3
Thibaut Renaux · France
3
Russia
2
Brazil
2
2
Kamen Mladenov · Bulgaria
2
Izzy Gomez · @stripe · United States
1
マギルゥーベルベット · Austria
1
Eduard Ereza Martínez · Freelance
1
D · Russia
1
1
林博仁 Buo-ren Lin · OSSII · Taiwan
1
Brandon Lin
1
China
1
Would you bet a product on this? Bounded 0–100 and slow moving.
matched fp:4f46ac4a3662914a, topic:super-resolution, readme:upscaling, desc:super resolution