An open API service indexing awesome lists of open source software.

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

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)