tmafantiri commited on
Commit
073b215
·
verified ·
1 Parent(s): dbebec7

Create examples.json

Browse files
Files changed (1) hide show
  1. examples.json +6 -0
examples.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ [
2
+ {"image": "/content/drive/MyDrive/archive/brain_tumor_dataset/no/1 no.jpeg", "label": 0},
3
+ {"image": "/content/drive/MyDrive/archive/brain_tumor_dataset/yes/Y1.jpg", "label": 1},
4
+ {"image": "/content/drive/MyDrive/archive/brain_tumor_dataset/no/15 no.jpg", "label": 0},
5
+ {"image": "/content/drive/MyDrive/archive/brain_tumor_dataset/yes/Y104.jpg", "label": 1}
6
+ ]