Skip to content

One-eyed-warrior/Abstract-Art-WGAN

Repository files navigation

Code for a Wasserstein GAN (WGAN) implemented over an abstract art images dataset

It uses Wasserstein Distance (basically measures distance between distributions)

image

RESULTS:

Early stages (0-100 epochs):

epoch_100_batch_0 epoch_24_batch_0 epoch_54_batch_0 epoch_74_batch_0 epoch_100_batch_0

Intermediate stages (200-300 epochs): epoch_210_batch_0 epoch_233_batch_0 epoch_264_batch_0 epoch_282_batch_0 epoch_300_batch_0

Final stages (400-500 epochs)(convergence): epoch_400_batch_0 epoch_414_batch_0 epoch_444_batch_0 epoch_485_batch_0 epoch_500_batch_final

Attached Streamlit deployment for your viewing