Nihir Chadderwala commited on
Commit
51a8991
1 Parent(s): 998c24e

Added examples

Browse files
README.md CHANGED
@@ -17,6 +17,20 @@ This model was trained using Amazon SageMaker and the Hugging Face Deep Learning
17
  - **License:** wtfpl
18
  - **Model Description:** This latent text to image diffusion model can be used to generate high quality medical images based on text prompts. It uses a fixed, pretrained text encoder ([CLIP ViT-L/14](https://arxiv.org/abs/2103.00020)) as suggested in the [Imagen paper](https://arxiv.org/abs/2205.11487).
19
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
20
 
21
  ## License
22
 
 
17
  - **License:** wtfpl
18
  - **Model Description:** This latent text to image diffusion model can be used to generate high quality medical images based on text prompts. It uses a fixed, pretrained text encoder ([CLIP ViT-L/14](https://arxiv.org/abs/2103.00020)) as suggested in the [Imagen paper](https://arxiv.org/abs/2205.11487).
19
 
20
+ ## Examples
21
+
22
+ 1. The patient had residual paralysis of the hand after poliomyelitis. It was necessary to stabilize the thumb with reference to the index finger. This was accomplished by placing a graft from the bone bank between the first and second metacarpals. The roentgenogram shows the complete healing of the graft one year later.
23
+
24
+ ![hand](examples/hand.png)
25
+
26
+ 2. A 3-year-old child with visual difficulties. Axial FLAIR image show a supra-sellar lesion extending to the temporal lobes along the optic tracts (arrows) with moderate mass effect, compatible with optic glioma. FLAIR hyperintensity is also noted in the left mesencephalon from additional tumoral involvement
27
+
28
+ ![3_tumor](examples/3_tumor.png)
29
+
30
+ 3. Showing the subtrochanteric fracture in the porotic bone.
31
+
32
+ ![protic bone](examples/porotic_bone.png)
33
+
34
 
35
  ## License
36
 
examples/3_tumor.png ADDED
examples/hand.png ADDED
examples/porotic_bone.png ADDED