-
Notifications
You must be signed in to change notification settings - Fork 208
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GAN-based Art Generator #942
Conversation
👋 Thank you for opening this pull request! We're excited to review your contribution. Please give us a moment, and we'll get back to you shortly! Feel free to join our community on Discord to discuss more! |
@UTSAVS26 The task has been completed. Kindly Check the PR |
@shaansuraj , @TheChaoticor , @ruhi47 Kindly review the PR |
@alo7lika this file has no extension |
And also sync your repo as it has branch conflicts. |
9a215cd
to
7551348
Compare
@UTSAVS26 check the PR . Solved all the Conflicts |
Pull Request for PyVerse 💡
Requesting to submit a pull request to the PyVerse repository.
Issue Title
Please enter the title of the issue related to your pull request.
GAN-based Art Generator.
Info about the Related Issue
What's the goal of the project?
The aim is to implement a Generative Adversarial Network (GAN) to generate synthetic artistic images that resemble real artworks.
Describe the aim of the project.
Name
Please mention your name.
Alolika Bhowmik
GitHub ID
Please mention your GitHub ID.
alo7lika
Email ID
Please mention your email ID for further communication.
alolikabhowmik72@gmail.com
Identify Yourself
Mention in which program you are contributing (e.g., WoB, GSSOC, SSOC, SWOC).
GSSoC
Closes
Enter the issue number that will be closed through this PR.
Closes: #914
Describe the Add-ons or Changes You've Made
Give a clear description of what you have added or modified.
I have implemented a GAN model using TensorFlow and Keras that generates artistic images based on training data from various art styles. This includes preprocessing the dataset, defining the model architecture, and training the model.
Type of Change
Select the type of change:
How Has This Been Tested?
Describe how your changes have been tested.
I tested the GAN model by generating images and validating them against the original dataset to check for visual similarity and artistic quality. The model training performance was also monitored using loss graphs.
Checklist
Please confirm the following: