- 03/20/2023: Change repository's name from KawaiiGenerator to senju
KawaiiGenerator enables users to try various deep learning tasks related to anime.
- ImageManupilation
- SuperResolution
Task | Concept |
---|---|
ImageManupilation | |
SuperResolution |
- KawaiiGenerator also offers a GUI application that enables users to try applications like the figure above.
- At present, only
.png
files can be processed.
You can download pre-trained files for GUI application from this link.
After that, you need to move decoder.pt
and encoder.pt
to gui/server/ckpts/
.
Build docker images via
$ bash build.sh
Start application via the command below and access 0.0.0.0:5000. It will take a little time to show the start page.
$ docker-compose up -d