parthasarathydNU / derm-ai-viz

DermAI-Viz leverages advanced diffusion models to visualize the progression and treatment responses of skin conditions. This AI-powered tool supports dermatologists and medical educators by generating detailed images of skin rashes, enhancing diagnostic accuracy and treatment personalization.
0 stars 0 forks source link

DermAI-Viz: AI-Driven Skin Condition Visualization

DermAI-Viz is a pioneering platform that utilizes deep learning to simulate the progression and treatment outcomes of various skin conditions. By generating realistic images of skin rashes, this tool aids dermatologists in diagnosis and treatment planning, and serves as an educational resource for medical students.

Generating skin rash examples using a diffusion model

GIF-2024-07-27-09-30-26

This model needs more work right now the images look blurry

Generating images of butterflies using a diffusion model

denoising_process

Features

Technical Stack

Completed:

Screenshot 2024-08-10 at 1 56 09 AM

Next Steps:

Model:

from diffusers import DDPMPipeline
pipeline = DDPMPipeline.from_pretrained('DhruvParth/ddpm-celebahq-256-fineTuned-skin_rash_v2_12epochs')
image = pipeline().images[0]
image

GIF-2024-07-27-09-30-26

Contributing

We welcome contributions from the community, including feature enhancements, bug fixes, and documentation improvements. Please fork the repository, make your changes, and submit a pull request.

License

Distributed under the MIT License. See LICENSE for more information.

Acknowledgments