Repository for the style transfer service on the SingularityNET.
This service uses convolutional neural networks to transfer the style of a "style image" to a "content image".
This repository was forked from xunhuang1995/AdaIN-style. The original code is written in Lua (using torch). It has been integrated into the SingularityNET using Python 3.6.
Refer to:
- The User's Guide: for information about how to use this code as a SingularityNET service;
- The Original Repository: for up-to-date information on xunhuang1995's implementation of this code.
- SingularityNET's Dev Portal: for information and tutorials on how to use the SingularityNET and its services.
Please read our guidelines before submitting an issue. If your issue is a bug, please use the bug template pre-populated here. For feature requests and queries you can use this template.
- Ramon Durães - Maintainer - SingularityNET
This project is licensed under the MIT License. The original repository is also licensed under the MIT License. See the LICENSE file for details.