-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfood_dataset.py
48 lines (44 loc) · 924 Bytes
/
food_dataset.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
from simple_image_download import simple_image_download as simp
lst = [
"malapua",
"chana_masala",
"mysore_pak",
"paneer_butter_masala",
"anarsa",
"qubani_ka_meetha",
"sheer_korma",
"bhatura",
]
response = simp.simple_image_download
for rep in lst:
response().download(rep, 400)
print(f"]Downloaded {rep} images.")
# "daal_baati_churma",
# "butter_chicken",
# "malapua",
# "chana_masala",
# "mysore_pak",
# "paneer_butter_masala",
# "anarsa",
# "qubani_ka_meetha",
# "sheer_korma",
# "bhatura",
# "poha",
# "misti_doi",
# "lassi",
# "aloo_matar",
# "pootharekulu",
# "gajar_ka_halwa",
# "kachori",
# "kalakand",
# "rabri",
# "daal_puri",
# "maach_jhol",
# "dal_makhani",
# "basundi",
# "misi_roti",
# "sheera",
# "imarti",
# "sohan_papdi",
# "lyangcha",
# "dum_aloo",