This is a simple GAN - Generative Adversarial Network - implementation in PyTorch.
Create a folder 'train/all_images' and put all the images you want to train on in there.
You can use my Java App, to generate images for training. It is located in my repo: https://github.com/Samyssmile/cross-image-generator
- Python 3.11
- CUDA GPU
pip install -r requirements.txt