In this project, I created a Generative Adversarial Networks (GANs) model for artistic image synthesis using PyTorch. The model consists of a generator and discriminator trained on the Anime Face Dataset from either GitHub or Kaggle. The training involved 100 epochs, and the progress is visualized in a video showcasing generated images for each epoch.
Showcasing generated images for each epoch (from 1 to 100).
Images:
# Install dependencies
pip install python PyTorch opendatasets numpy matplotlib Pillow opencv-python
To use and train the model:
- Open the notebook in Google Colab.
- Change the runtime to GPU for faster training.
- Modify the number of epochs in the notebook according to your preference.
- Run the notebook.
For local machine usage, configure GPUs following the instructions in the first cell of the notebook.