DhruvParth commited on
Commit
aca5c5e
1 Parent(s): a109747

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +26 -0
README.md ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ tags:
4
+ - pytorch
5
+ - diffusers
6
+ - medical-image-generation
7
+ - dermatology
8
+ - diffusion-models
9
+ ---
10
+
11
+ # Model Card for DermAI-Viz
12
+
13
+ This model is a diffusion model for medical image generation, specifically designed for visualizing the progression and treatment responses of skin conditions such as eczema, ringworm, and dermatitis across different skin types.
14
+
15
+ ## Description
16
+
17
+ DermAI-Viz employs state-of-the-art diffusion models to provide dermatologists, medical students, and researchers with realistic visualizations of skin condition progression. The model helps in understanding how different treatments might affect the progression of various skin diseases, contributing to more personalized and effective care.
18
+
19
+ ## Usage
20
+
21
+ ```python
22
+ from diffusers import DDPMPipeline
23
+
24
+ pipeline = DDPMPipeline.from_pretrained('DhruvParth/sd-class-skinrash-64')
25
+ image = pipeline().images[0]
26
+ image