File size: 162 Bytes
995526c
 
 
 
 
 
 
1
2
3
4
5
6
7
8
"""
NeoNude - GAN-based image transformation algorithm.

Built on a modified pix2pixHD architecture using a divide-et-impera approach.
"""

__version__ = "1.0.0"