Skip to content
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 Models #55

Merged
merged 5 commits into from
Jul 5, 2024
Merged

Conversation

UTSAVS26
Copy link
Contributor

@UTSAVS26 UTSAVS26 commented Jun 24, 2024

Closes: #22

  • Title: Added Various GAN Architectures for Medical Imaging
  • Name: Utsav Singhal
  • Identify yourself: SSOC'24 Contributor

Describe the add-ons or changes you've made 📃

Implemented the following GAN architectures for medical imaging:

  • BasicGAN
  • ACGAN
  • cGAN
  • EBGAN
  • InfoGAN

Type of change ☑️

  • New feature (non-breaking change which adds functionality)

How Has This Been Tested? ⚙️

Tested locally to ensure each GAN model functions correctly and generates synthetic medical images as expected. Unit tests for Basic GAN are in place and runnable with python -m unittest test_BasicGAN.py.

Checklist: ☑️

  • My code follows the Contributing Guidelines & Code of Conduct of this project.
  • This PR does not contain plagiarized content.
  • I have performed a self-review of my own code.
  • I have commented my code, particularly wherever it was hard to understand.
  • My changes generate no new warnings.

Note to reviewers 📄

Please review the added GAN models for correctness and adherence to project standards. Thank you!

Copy link

Thank you for submitting your pull request! We'll review it as soon as possible. For further communication, join our discord server https://discord.gg/tSqtvHUJzE.

Copy link
Owner

@Avdhesh-Varshney Avdhesh-Varshney left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@UTSAVS26 enlist these algorithms in readme file of GAN

GAN/Algorithms/README.md Outdated Show resolved Hide resolved
GAN/Algorithms/requirements.txt Outdated Show resolved Hide resolved
@Avdhesh-Varshney Avdhesh-Varshney added bug 🐛 Something isn't working Requested Changes ⚙️ Some changes have been requested in this PR labels Jun 28, 2024
@UTSAVS26
Copy link
Contributor Author

@UTSAVS26 enlist these algorithms in readme file of GAN

All the algorithms as been listed in the readme file of GAN and successfully removed unrequired files as mentioned.

@Avdhesh-Varshney Avdhesh-Varshney merged commit 37c89da into Avdhesh-Varshney:main Jul 5, 2024
@Avdhesh-Varshney Avdhesh-Varshney added Approved ✔️ This PR is approved by the PR or, Mentors SSOC These issue/pull request will be considered for SSOC'24 Intermediate Intermediate level issues/pull requests GAN This comes under the `GAN` directory and removed bug 🐛 Something isn't working Requested Changes ⚙️ Some changes have been requested in this PR labels Jul 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Approved ✔️ This PR is approved by the PR or, Mentors GAN This comes under the `GAN` directory Intermediate Intermediate level issues/pull requests SSOC These issue/pull request will be considered for SSOC'24
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feature] --> Add Various Generative Adversarial Network (GAN) Architectures to the GAN/Algorithms/Repository
2 participants