Learn practical skills, build real-world projects, and advance your career
!pip install jovian --upgrade --quite

Creating new images from a GAN using Pytorch

The objective of this assignment is to create new images that don't exist within the dataset the model is trained on.

I have chosen a Generative Adversarial Network as the means to achieve this objective.

The dataset I've chosen for this project is the Intel Image Classification dataset found in Kaggle at https://www.kaggle.com/ikarus777/best-artworks-of-all-time?select=resized

Download the dataset

Using 'opendatasets' and download the dataset.

!pip install opendatasets --upgrade --quiet
import opendatasets as od