55 < title > StreetLens</ title >
66 < style >
77 body {
8- font-family : Arial, sans-serif;
9- margin : 0 ;
8+ font : 400 16 px / 1.5 -apple-system , BlinkMacSystemFont , "Segoe UI" , Roboto , Helvetica , Arial, sans-serif, "Apple Color Emoji" , "Segoe UI Emoji" , "Segoe UI Symbol" ;
9+ margin : 60 px ;
1010 padding : 0 ;
1111 background : white;
1212 color : # 333 ;
1717 padding : 20px ;
1818 text-align : center;
1919 }
20+ p {
21+ margin : 5px ;
22+ }
23+ h1 , h2 {
24+ font-size : 28px ;
25+ margin-bottom : 20px ;
26+ font-weight : 400 ;
27+ }
2028 .profiles {
2129 display : flex;
2230 justify-content : center;
3947 object-fit : cover;
4048 margin-bottom : 0px ;
4149 }
42- p {
43- margin : 5px ;
44- }
4550 .buttons {
4651 display : flex;
4752 justify-content : center;
4853 gap : 20px ;
4954 margin : 30px 0 ;
5055 }
56+ a {
57+ color : # 3498db ;
58+ text-decoration : none;
59+ }
5160 button {
5261 padding : 12px 20px ;
5362 border : none;
7281 overflow-y : auto;
7382 height : 300px ;
7483 }
75- # bibtex {
76- max-width : 800px ;
77- display : block;
78- padding : 9.5px ;
79- margin : 10px auto; /* auto left/right centers the block */
80- font-size : 13px ;
81- line-height : 1.42857143 ;
82- color : # 333 ;
83- background-color : # f5f5f5 ;
84- border : 1px solid # ccc ;
85- border-radius : 4px ;
86- white-space : pre-wrap; /* preserves line breaks and wraps long lines */
87- word-break : break-word;
88- }
84+ # bibtex {
85+ max-width : 800px ;
86+ display : block;
87+ padding : 9.5px ;
88+ margin : 10px auto; /* auto left/right centers the block */
89+ font-size : 13px ;
90+ line-height : 1.42857143 ;
91+ color : # 333 ;
92+ background-color : # f5f5f5 ;
93+ border : 1px solid # ccc ;
94+ border-radius : 4px ;
95+ white-space : pre-wrap; /* preserves line breaks and wraps long lines */
96+ word-break : break-word;
97+ }
8998 </ style >
9099</ head >
91100< body >
92101 < header >
93- < h1 > StreetLens: Enabling Human-Centered AI Agents for </ br > Neighborhood Assessment from Street View Imagery</ h1 >
102+ < h1 > < b > StreetLens</ b > : Enabling Human-Centered AI Agents for </ br > Neighborhood Assessment from Street View Imagery</ h1 >
94103 < div class ="profiles ">
95104 < div class ="profile ">
96105 < img src ="https://jina-kim.github.io/static/img/profile.jpg " alt ="Member 1 ">
97- < p > Jina Kim< sup > †</ sup > </ p >
106+ < p > < a href =" https://jina-kim.github.io/ " target =" _blank " > Jina Kim</ a > < sup > †</ sup > </ p >
98107 </ div >
99108 < div class ="profile ">
100109 < img src ="https://media.licdn.com/dms/image/v2/D5603AQHKh0707oxu-Q/profile-displayphoto-shrink_200_200/profile-displayphoto-shrink_200_200/0/1667706524797?e=2147483647&v=beta&t=IzVKrrM_8FL-saM_3ac1WIuQpH5PBxxL6A8_u5ekegg " alt ="Member 2 ">
101- < p > Leeje Jang< sup > †</ sup > </ p >
110+ < p > < a href =" https://leejejang.github.io/ " target =" _blank " > Leeje Jang</ a > < sup > †</ sup > </ p >
102111 </ div >
103112 < div class ="profile ">
104113 < img src ="https://knowledge-computing.github.io/images/people/yaoyichiang.jpg " alt ="Member 3 ">
105- < p > Yao-Yi Chiang< sup > †</ sup > </ p >
114+ < p > < a href =" https://yaoyichi.github.io/ " target =" _blank " > Yao-Yi Chiang</ a > < sup > †</ sup > </ p >
106115 </ div >
107116 < div class ="profile ">
108117 < img src ="https://pop.umn.edu/sites/pop.umn.edu/files/2023-06/Guanyu%20Wang.jpg " alt ="Member 4 ">
109- < p > Guanyu Wang< sup > ‡</ sup > </ p >
118+ < p > < a href =" https://pop.umn.edu/people/guanyu-wang " target =" _blank " > Guanyu Wang</ a > < sup > ‡</ sup > </ p >
110119 </ div >
111120 < div class ="profile ">
112121 < img src ="https://fsos.umn.edu/sites/fsos/files/styles/x_small_portrait/public/2023-07/Michelle%20Pasco.jpg?h=be0248d6&itok=DbpDr1CV " alt ="Member 5 ">
113- < p > Michelle Pasco< sup > ‡</ sup > </ p >
122+ < p > < a href =" https://fsos.umn.edu/people/faculty/michelle-pasco " target =" _blank " > Michelle Pasco</ a > < sup > ‡</ sup > </ p >
114123 </ div >
115124 </ div >
116125 < div class ="affiliations " style ="margin-top:0px; text-align:center; font-size:0.9em; ">
@@ -120,13 +129,25 @@ <h1>StreetLens: Enabling Human-Centered AI Agents for </br> Neighborhood Assessm
120129 </ header >
121130
122131 < section >
123- < h2 > Colab Notebooks</ h2 >
132+ < h2 > Introduction</ h2 >
133+ < div style ="margin: 50px; ">
134+ < p >
135+ StreetLens is a human-centered, researcher-configurable workflow, that embeds relevant social science expertise in a vision language model (VLM) for scalable neighborhood environmental assessments.
136+ StreetLens mimics the process of trained human coders by grounding the analysis in questions derived from established interview protocols, retrieving relevant street view imagery (SVI), and generating a wide spectrum of semantic annotations from objective features (e.g., the number of cars) to subjective perceptions (e.g., the sense of disorder in an image).
137+ </ p >
138+ </ div >
139+ </ section >
140+
141+ < hr >
142+ < section >
143+ < h2 > Jupyter Notebooks</ h2 >
124144 < div style ="text-align:center; margin-bottom: 30px; ">
125145 < a href ="https://colab.research.google.com/drive/NOTEBOOK_ID_1 " target ="_blank " style ="margin: 0 15px; padding: 10px 20px; background:#3498db; color:white; text-decoration:none; border-radius:8px; "> Notebook 1</ a >
126146 < a href ="https://colab.research.google.com/drive/NOTEBOOK_ID_2 " target ="_blank " style ="margin: 0 15px; padding: 10px 20px; background:#2ecc71; color:white; text-decoration:none; border-radius:8px; "> Notebook 2</ a >
127147 </ div >
128148 </ section >
129149
150+ < hr >
130151 < section >
131152 < h2 > Try Out StreetLens</ h2 >
132153 < div class ="buttons ">
@@ -153,8 +174,9 @@ <h2>Try Out StreetLens</h2>
153174 }
154175 </ script >
155176
177+ < hr >
156178 < section >
157- < h2 > Paper BibTeX</ h2 >
179+ < h2 > BibTeX</ h2 >
158180 < div id ="bibtex ">
159181 @misc{kim2025streetlensenablinghumancenteredai,
160182 title={StreetLens: Enabling Human-Centered AI Agents for Neighborhood Assessment from Street View Imagery},
0 commit comments