jamesdolezal/synthetic-histology
Synthetic histology using GANs, for deep learning model explainability and trainee education.
This tool helps medical researchers and educators understand and explain how deep learning models classify cancer. By generating realistic synthetic images of tissue (histology slides), you can visualize what the model 'sees' when it makes a diagnosis, for example, distinguishing different types of lung cancer or breast cancer. It takes trained deep learning models and outputs interactive visualizations or new synthetic images of cancer histology.
No commits in the last 6 months.
Use this if you need to explain the reasoning of a deep learning model for cancer diagnosis or if you want to create educational materials with diverse, realistic synthetic histology images.
Not ideal if you are looking to perform original cancer diagnoses, analyze actual patient data, or require a solution for non-histology image synthesis.
Stars
16
Forks
—
Language
Python
License
GPL-3.0
Category
Last pushed
Jan 05, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/jamesdolezal/synthetic-histology"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
huggingface/pytorch-pretrained-BigGAN
🦋A PyTorch implementation of BigGAN with pretrained weights and conversion scripts.
torchgan/torchgan
Research Framework for easy and efficient training of GANs based on Pytorch
metal3d/keras-video-generators
Keras generators to generate sequences from videos as input
GANs-in-Action/gans-in-action
Companion repository to GANs in Action: Deep learning with Generative Adversarial Networks
junyanz/pytorch-CycleGAN-and-pix2pix
Image-to-Image Translation in PyTorch