UppuluriKalyani/ML-Nexus

Add GAN Model for Image Generation using CIFAR-10 Dataset

Closed this issue · 2 comments

Is your feature request related to a problem? Please describe.

Currently, the repository lacks a Generative Adversarial Network (GAN) for image generation based on the CIFAR-10 dataset. A GAN would enable the model to create synthetic images resembling the CIFAR-10 classes, contributing to the dataset’s augmentation and better generalization in related tasks.

Describe the solution you'd like

Implement a GAN model that consists of:

  • Generator: Takes random noise and generates images based on CIFAR-10.
  • Discriminator: Classifies real CIFAR-10 images from the generated ones.
  • The two networks will be trained adversarially, where the Generator aims to fool the Discriminator, and the Discriminator learns to differentiate real and fake images.
  • Ensure the model produces realistic images after a few epochs of training.

Additional context

This feature could be integrated into an existing folder for models or under a new folder dedicated to generative models.
Screenshots and sample images of generated results would be included for better visualization of the GAN performance.

Thanks for creating the issue in ML-Nexus!🎉
Before you start working on your PR, please make sure to:

  • ⭐ Star the repository if you haven't already.
  • Pull the latest changes to avoid any merge conflicts.
  • Attach before & after screenshots in your PR for clarity.
  • Include the issue number in your PR description for better tracking.
    Don't forget to follow @UppuluriKalyani – Project Admin – for more updates!
    Tag @Neilblaze,@SaiNivedh26 for assigning the issue to you.
    Happy open-source contributing!☺️

Hello @Kaibalya27! Your issue #505 has been closed. Thank you for your contribution!