Skip to content

Artistic Generative Neural Network (GAN), so-called WeirdGAN, generating alien and weird fascinating images.

Notifications You must be signed in to change notification settings

bnurgenc/WeirdGAN

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Artistic GAN with TensorFlow and Keras

A novel artistic GAN that generates alien interestingly-looking objects as a result of the input dataset we've created to train our GAN on and bias the generator to create such fascinating novel mixed colors as well.

Requirement

To run the code, you need

WeirdGAN components

Dataset:

The dataset is a collection of weirdly-looking alien-like objects including space rocks from different point of views, abstract artworks etc. The dataset was fully prepared by Ben Nurgenc, an artist that initiated this project's idea.

Models:

  • 64x64 GAN: This model uses a GAN model for generating images of size 64x64.
  • 256x256 GAN: For generating images of size 256x256.

Training

To train the network, run python <model_version>_version/training.py.

To load the model and create test images in inference phase, see the /256x256_scaled_version/test_notebook.ipynb notebook. Link to the trained models: https://bit.ly/3rmMzv3

Results

Please refer to the project samples PDF file under docs/ for more insight into our dataset and training observations.

Dataset samples:

Generated samples:

Acknowledgement

Our project relied highly on the following repo:

Authors

Shahd Safarani and Ben Nurgenc

About

Artistic Generative Neural Network (GAN), so-called WeirdGAN, generating alien and weird fascinating images.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 100.0%