-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathImage_info
More file actions
64 lines (64 loc) · 2.52 KB
/
Image_info
File metadata and controls
64 lines (64 loc) · 2.52 KB
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
QtWidgets to create a GUI that allows the user to pick filters
Image_Info
image_info = [
{
"id" : "34694102243_3370955cf9_z",
"title" : "Eastern",
"flickr_user" : "Sean Davis",
"tags" : ["Los Angeles", "California", "building"]
},
{
"id" : "37198655640_b64940bd52_z",
"title" : "Spreetunnel",
"flickr_user" : "Jens-Olaf Walter",
"tags" : ["Berlin", "Germany", "tunnel", "ceiling"]
},
{
"id" : "36909037971_884bd535b1_z",
"title" : "East Side Gallery",
"flickr_user" : "Pieter van der Velden",
"tags" : ["Berlin", "wall", "mosaic", "sky", "clouds"]
},
{
"id" : "36604481574_c9f5817172_z",
"title" : "Lombardia, september 2017",
"flickr_user" : "Mónica Pinheiro",
"tags" : ["Italy", "Lombardia", "alley", "building", "wall"]
},
{
"id" : "36885467710_124f3d1e5d_z",
"title" : "Palazzo Madama",
"flickr_user" : "Kevin Kimtis",
"tags" : [ "Rome", "Italy", "window", "road", "building"]
},
{
"id" : "37246779151_f26641d17f_z",
"title" : "Rijksmuseum library",
"flickr_user" : "John Keogh",
"tags" : ["Amsterdam", "Netherlands", "book", "library", "museum"]
},
{
"id" : "36523127054_763afc5ed0_z",
"title" : "Canoeing in Amsterdam",
"flickr_user" : "bdodane",
"tags" : ["Amsterdam", "Netherlands", "canal", "boat"]
},
{
"id" : "35889114281_85553fed76_z",
"title" : "Quiet at dawn, Cabo San Lucas",
"flickr_user" : "Erin Johnson",
"tags" : ["Mexico", "Cabo", "beach", "cactus", "sunrise"]
},
{
"id" : "34944112220_de5c2684e7_z",
"title" : "View from our rental",
"flickr_user" : "Doug Finney",
"tags" : ["Mexico", "ocean", "beach", "palm"]
},
{
"id" : "36140096743_df8ef41874_z",
"title" : "Someday",
"flickr_user" : "Thomas Hawk",
"tags" : ["Los Angeles", "Hollywood", "California", "car"]
}
]