Skip to content

NitishaS-812k/Monet-CycleGAN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Monet-CycleGAN

Tensorflow and Keras implementation of a cycle GAN to transform ordinary photos to Monet paintings.

The same notebook can be found here.

Cycle GAN's are useful when there is an unavailability in paired training data. Training is done in a cycled fashion. This model uses the same resnet architecture which was used in the original paper. It was trained on TPU.

Results

Applications

  • Creating new pictures in the same style used by artisits that are no more.
  • Transforming pictures

Improvements possible:

We can greatly improve the model by using more training data, we can experiment with different loss functions. We can use this cycleGAN with other datasets.

References

  1. https://www.kaggle.com/amyjang/monet-cyclegan-tutorial
  2. https://keras.io/examples/generative/cyclegan/
  3. https://arxiv.org/pdf/1703.10593.pdf
  4. https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix

About

Tensorflow and Keras implementation of a cycle GAN to transform ordinary photos into Monet paintings.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published