singnet / style-transfer-service

MIT License
5 stars 5 forks source link

Changing the style-transfer-service original code and functions. #16

Closed ramongduraes closed 6 years ago

ramongduraes commented 6 years ago

Changed to https://github.com/xunhuang1995/AdaIN-style due to faster style transfer with several other fun functionalities. They will be implemented once dApp and gRPC are communicating and fully functional. Simple image style transfer already working.

The code for the original repository was written in Lua (using Torch). I have integrated it into SingularityNET using Python 3.6 (+ gRPC, protobuf 3).