Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/asiff00/medical-image-generation-with-gans-tensorflow
The primary aim is to train the GAN to generate highly realistic synthetic X-ray images that closely resemble the real ones in the dataset. These synthetic images can then be utilized for future data augmentation.
https://github.com/asiff00/medical-image-generation-with-gans-tensorflow
deep-learning gan generative-adversarial-network generative-ai image-classification image-processing machine-learning medical-image-processing medical-imaging neural-network
Last synced: 19 days ago
JSON representation
The primary aim is to train the GAN to generate highly realistic synthetic X-ray images that closely resemble the real ones in the dataset. These synthetic images can then be utilized for future data augmentation.
- Host: GitHub
- URL: https://github.com/asiff00/medical-image-generation-with-gans-tensorflow
- Owner: asiff00
- License: apache-2.0
- Created: 2023-08-07T16:25:06.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-07T17:26:20.000Z (over 1 year ago)
- Last Synced: 2024-11-15T22:31:48.415Z (3 months ago)
- Topics: deep-learning, gan, generative-adversarial-network, generative-ai, image-classification, image-processing, machine-learning, medical-image-processing, medical-imaging, neural-network
- Language: Jupyter Notebook
- Homepage:
- Size: 24.5 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Generative Adversarial Networks (GANs) for Synthetic Pneumonia-Positive X-ray Images
About •
Configuration Details •
Results •
Future Work •
Run on Kaggle---
## About
This notebook uses Generative Adversarial Networks (GANs) to generate synthetic pneumonia-positive X-ray images. The goal is to generate hyperrealistic images that can be used to augment the existing dataset for better model training. The current demo has yet to achieve this goal, but the plan is to explore the application of Generative Adversarial Networks (GANs) to generate new and accurate medical images in the future.
**The primary aim is to train the GAN to generate highly realistic synthetic X-ray images that closely resemble the real ones in the dataset. These synthetic images can then be utilized for future data augmentation.**
As of the current demonstration, the generated images might not yet reach clinically accurate levels. However, **a more complex architecture has the potential to generate highly realistic and accurate pneumonia-positive X-ray images.** The synthetic images produced can effectively augment existing datasets of pneumonia-positive X-rays, leading to improved accuracy and performance of pneumonia detection models.
---
## Configuration Details
* :rocket: GPU Accelerator: T4 (2 units)
* :file_folder: Dataset: **[Chest X-ray Pneumonia](https://www.kaggle.com/datasets/paultimothymooney/chest-xray-pneumonia)**
* :bar_chart: Dataset Size: 3875
* :framed_picture: Output Image Size: 512x512
* :gear: Optimizer: Adam
* :chart_with_upwards_trend: Learning Rate: 0.0002
* :fishing_pole_and_fish: Loss Function: Binary Crossentropy
* :artificial_satellite: Generator: 1 Dense, 6 Convolutional Transpose, 1 Convolutional
* :mag: Discriminator: 4 Convolutional, 4 MaxPooling, 1 Flatten, 2 Dense---
## Results
Click here for results!
---
## Future Work
- :building_construction: Explore more complex architectures for GANs.
- :microscope: Generate highly realistic and accurate pneumonia-positive X-ray images.
- :1234: Augment existing datasets of pneumonia-positive X-rays.---
## Run on Kaggle
To run this project on Kaggle, click the button below:
[![Open in Kaggle](https://img.shields.io/badge/Open%20in-Kaggle-blue?logo=kaggle)](https://www.kaggle.com/code/asif00/medical-image-generation-with-gans)
---