https://github.com/lon9/waifu2x-go
waifu2x implemented in Go
https://github.com/lon9/waifu2x-go
deep-learning golang waifu2x
Last synced: 4 months ago
JSON representation
waifu2x implemented in Go
- Host: GitHub
- URL: https://github.com/lon9/waifu2x-go
- Owner: lon9
- Created: 2016-02-23T08:56:26.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2020-03-23T02:36:45.000Z (over 6 years ago)
- Last Synced: 2025-08-04T22:43:45.204Z (11 months ago)
- Topics: deep-learning, golang, waifu2x
- Language: Go
- Size: 8.79 KB
- Stars: 20
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# waifu2x-go
waifu2x written in Golang.
## USAGE
```bash
Usage:
waifu2x-go -i[--input] -o[--output] -m[--model] -c[--cpu]
Application Options:
-i, --input= Input image file path
-o, --output= Output image file path
-m, --model= Path of the model
-c, --cpu= The number of CPUs used to calculate
Help Options:
-h, --help
```
## LICENSE
[MIT License](https://opensource.org/licenses/MIT)