kaveh commited on
Commit
0453a39
1 Parent(s): dbb386e

added more examples to widget

Browse files
Files changed (1) hide show
  1. README.md +13 -8
README.md CHANGED
@@ -1,22 +1,27 @@
1
  ---
 
2
  tags:
3
  - clip
4
  - vision
5
  - medical
6
  - bert
7
- model-index:
8
- - name: output_8_clip14_cxrbert
9
- results: []
10
  language:
11
  - en
12
  library_name: transformers
13
  pipeline_tag: zero-shot-image-classification
14
  widget:
15
- - src: >-
16
- https://www.researchgate.net/publication/267742645/figure/fig2/AS:601801950769154@1520492174188/Abdominal-CT-findings-Abdominal-CT-scan-revealed-haziness-in-the-mesentery-arrows.png
17
- candidate_labels: Chest X-Ray, Brain MRI, Abdomen CT Scan
18
- example_title: Example1
19
- license: mit
 
 
 
 
 
 
 
20
  ---
21
 
22
  # RCLIP (Clip model fine-tuned on radiology images and their captions)
 
1
  ---
2
+ license: mit
3
  tags:
4
  - clip
5
  - vision
6
  - medical
7
  - bert
 
 
 
8
  language:
9
  - en
10
  library_name: transformers
11
  pipeline_tag: zero-shot-image-classification
12
  widget:
13
+ - src: https://huggingface.co/spaces/kaveh/radiology-image-retrieval/resolve/main/images/ROCO_09402.jpg
14
+ candidate_labels: Chest X-Ray, Brain MRI, Abdomen CT Scan, Ultrasound, OPG
15
+ example_title: Abdomen CT Scan
16
+ - src: https://huggingface.co/spaces/kaveh/radiology-image-retrieval/resolve/main/images/ROCO_00319.jpg
17
+ candidate_labels: Chest X-Ray, Brain MRI, Abdomen CT Scan, Ultrasound, OPG
18
+ example_title: Chest X-Ray
19
+ - src: https://huggingface.co/spaces/kaveh/radiology-image-retrieval/resolve/main/images/ROCO_00016.jpg
20
+ candidate_labels: Chest X-Ray, Brain MRI, Abdomen CT Scan, Ultrasound, OPG
21
+ example_title: MRI
22
+ - src: https://huggingface.co/spaces/kaveh/radiology-image-retrieval/resolve/main/images/ROCO_02259.jpg
23
+ candidate_labels: Chest X-Ray, Brain MRI, Abdomen CT Scan, Ultrasound, OPG
24
+ example_title: Ultrasound
25
  ---
26
 
27
  # RCLIP (Clip model fine-tuned on radiology images and their captions)