Subh775 commited on
Commit
c1a094e
·
1 Parent(s): 37ed3ef

words refinement..

Browse files
Files changed (1) hide show
  1. frontend/vehicles.html +25 -26
frontend/vehicles.html CHANGED
@@ -544,19 +544,19 @@
544
 
545
  <div class="space-y-5 leading-relaxed text-sm text-center" style="color:#a89f97">
546
  <p>
547
- UrbanFlow is a cloud-based traffic intelligence platform that turns raw camera footage from Indian roads
548
- into structured, actionable data &mdash; vehicle counts by class, directional flow totals, congestion patterns,
549
  and downloadable reports &mdash; without requiring new hardware or on-site installation.
550
  </p>
551
  <p>
552
- This is a <strong style="color:#f0ece6">public demo</strong>. It exists so that traffic engineers, urban planners,
553
  transport authorities, and researchers can evaluate what UrbanFlow delivers &mdash; and tell us what they actually need.
554
  We are in the <strong style="color:#f0ece6">requirements gathering phase</strong>, and your feedback directly shapes
555
  what gets built for production.
556
  </p>
557
  <p style="font-size:13px;color:#777">
558
- The production system will support RTSP live-stream input, institutional dashboards, REST APIs, and advanced analytics.
559
- This demo serves video upload only.
560
  </p>
561
  </div>
562
 
@@ -599,7 +599,7 @@
599
  </li>
600
  <li class="flex items-start gap-3"><i class="fa-solid fa-circle text-[5px] mt-1.5"
601
  style="color:#c89a6c"></i>
602
- <span>Review live KPIs and download bundled artifacts when complete</span>
603
  </li>
604
  </ul>
605
  </div>
@@ -624,7 +624,7 @@
624
  </li>
625
  <li class="flex items-start gap-3"><i class="fa-solid fa-circle text-[5px] mt-1.5"
626
  style="color:#8b5e3c"></i>
627
- <span>Institutional deployment with dedicated SLAs and onboarding</span>
628
  </li>
629
  </ul>
630
  </div>
@@ -632,8 +632,8 @@
632
 
633
  <div class="text-center pt-6 border-t border-slate-900">
634
  <p class="text-[13px] leading-relaxed" style="color:#888">
635
- We are an applied research team &mdash; using state-of-the-art detection models, fine-tuned on Indian traffic datasets,
636
- to build systems that work in production. Not a black box. Not a benchmark demo. A working tool, built for real roads.
637
  </p>
638
  <p class="text-[12px] mt-3" style="color:#777">
639
  Feedback, collaboration, or questions: <strong style="color:#c89a6c">support@urbanflow.in</strong>
@@ -1067,7 +1067,7 @@
1067
  <div
1068
  class="col-span-1 bg-white rounded-xl border border-slate-200 shadow-sm overflow-hidden flex flex-col">
1069
  <div class="px-5 py-3 border-b border-slate-100 bg-slate-50/50">
1070
- <h3 class="font-bold text-slate-800 text-sm">Artifact Generation Settings</h3>
1071
  </div>
1072
  <div class="px-5 py-4 flex-1 flex flex-col">
1073
  <div class="s-row">
@@ -1149,10 +1149,10 @@
1149
  <div class="max-w-6xl mx-auto space-y-6">
1150
  <div class="text-center space-y-3 mb-6">
1151
  <h2 class="text-2xl font-bold tracking-tight" style="color:#f0ece6">Share Your Feedback</h2>
1152
- <p class="text-xs" style="color:#777">We are actively refining UrbanFlow. Your technical insights directly drive our roadmap.</p>
1153
  <div class="inline-flex items-center gap-2 px-4 py-1.5 bg-[#111] border border-[#222] rounded-full mt-2">
1154
  <i class="fa-regular fa-clock text-[#c89a6c] text-[10px]"></i>
1155
- <span class="text-[10px] font-bold uppercase tracking-widest text-[#a89f97]">Takes about 2 minutes to complete</span>
1156
  </div>
1157
  </div>
1158
 
@@ -1179,7 +1179,7 @@
1179
  <!-- Emojis Grid -->
1180
  <div class="grid grid-cols-1 sm:grid-cols-2 gap-6">
1181
  <div>
1182
- <label class="text-[10px] font-bold uppercase tracking-widest block mb-3" style="color:#a89f97">Recommend Product</label>
1183
  <div class="flex gap-2" id="fb-recommend">
1184
  <div class="fb-emoji-btn" onclick="setEmoji(this, 'fb-recommend', 'Unlikely')"><i class="fa-solid fa-face-frown text-xl"></i><span class="block mt-1 text-[8px] uppercase">Unlikely</span></div>
1185
  <div class="fb-emoji-btn" onclick="setEmoji(this, 'fb-recommend', 'Maybe')"><i class="fa-solid fa-face-meh text-xl"></i><span class="block mt-1 text-[8px] uppercase">Maybe</span></div>
@@ -1227,14 +1227,13 @@
1227
 
1228
  <!-- Feature Prioritization -->
1229
  <div class="pt-4 border-t border-slate-800">
1230
- <label class="text-[10px] font-bold uppercase tracking-widest block mb-4" style="color:#a89f97">Feature Prioritization (Select all that apply)</label>
1231
  <div class="grid grid-cols-2 gap-3" id="fb-priorities">
1232
- <div class="fb-chip" onclick="this.classList.toggle('active')" data-val="live-rtsp">Live RTSP Streams</div>
1233
- <div class="fb-chip" onclick="this.classList.toggle('active')" data-val="api-access">REST API Access</div>
1234
- <div class="fb-chip" onclick="this.classList.toggle('active')" data-val="anpr">ANPR Recognition</div>
1235
- <div class="fb-chip" onclick="this.classList.toggle('active')" data-val="security">Security Focus</div>
1236
- <div class="fb-chip" onclick="this.classList.toggle('active')" data-val="regulation">Regulation & Policies</div>
1237
- <div class="fb-chip" onclick="this.classList.toggle('active')" data-val="helmet">Helmet Compliance</div>
1238
  </div>
1239
  </div>
1240
  </div>
@@ -1252,11 +1251,11 @@
1252
  <label class="text-[10px] font-bold uppercase tracking-widest block mb-3" style="color:#a89f97">Primary Use Case</label>
1253
  <select class="fb-select w-full" id="fb-usecase">
1254
  <option value="" disabled selected>Select your use case</option>
1255
- <option value="research">Academic / Traffic Research</option>
1256
- <option value="planning">Urban Planning & Capacity</option>
1257
- <option value="highway">Highway Authority (NHAI/State)</option>
1258
- <option value="smartcity">Smart City Integrator</option>
1259
- <option value="other">Other Institutional</option>
1260
  </select>
1261
  </div>
1262
  <div>
@@ -1266,7 +1265,7 @@
1266
  <option value="bug">Technical Issue / Bug Report</option>
1267
  <option value="feature">Strategic Feature Request</option>
1268
  <option value="accuracy">Inference Accuracy Review</option>
1269
- <option value="ux">Dashboard Workflow / UX</option>
1270
  </select>
1271
  </div>
1272
  </div>
 
544
 
545
  <div class="space-y-5 leading-relaxed text-sm text-center" style="color:#a89f97">
546
  <p>
547
+ UrbanFlow is a cloud-based traffic intelligence application that turns raw camera footage from Indian roads
548
+ into structured, actionable data &mdash; vehicle counts by class, directional flow, congestion patterns,
549
  and downloadable reports &mdash; without requiring new hardware or on-site installation.
550
  </p>
551
  <p>
552
+ This is a <strong style="color:#f0ece6">demo application</strong>. It exists so that traffic engineers, urban planners,
553
  transport authorities, and researchers can evaluate what UrbanFlow delivers &mdash; and tell us what they actually need.
554
  We are in the <strong style="color:#f0ece6">requirements gathering phase</strong>, and your feedback directly shapes
555
  what gets built for production.
556
  </p>
557
  <p style="font-size:13px;color:#777">
558
+ The production system will support RTSP live-stream input, interactive dashboards, REST APIs, and advanced analytics.
559
+ This demo accepts video upload only.
560
  </p>
561
  </div>
562
 
 
599
  </li>
600
  <li class="flex items-start gap-3"><i class="fa-solid fa-circle text-[5px] mt-1.5"
601
  style="color:#c89a6c"></i>
602
+ <span>Review live KPIs and download artifacts when complete</span>
603
  </li>
604
  </ul>
605
  </div>
 
624
  </li>
625
  <li class="flex items-start gap-3"><i class="fa-solid fa-circle text-[5px] mt-1.5"
626
  style="color:#8b5e3c"></i>
627
+ <span>Enterprise deployment with dedicated SLAs and onboarding</span>
628
  </li>
629
  </ul>
630
  </div>
 
632
 
633
  <div class="text-center pt-6 border-t border-slate-900">
634
  <p class="text-[13px] leading-relaxed" style="color:#888">
635
+ We are an applied research team &mdash; that work on solving real problems, not controlled test environments.
636
+ The focus is on reliability under the actual condition: mixed lanes, dense occlusion, heterogeneous vehicle type and variable lightning.
637
  </p>
638
  <p class="text-[12px] mt-3" style="color:#777">
639
  Feedback, collaboration, or questions: <strong style="color:#c89a6c">support@urbanflow.in</strong>
 
1067
  <div
1068
  class="col-span-1 bg-white rounded-xl border border-slate-200 shadow-sm overflow-hidden flex flex-col">
1069
  <div class="px-5 py-3 border-b border-slate-100 bg-slate-50/50">
1070
+ <h3 class="font-bold text-slate-800 text-sm">Artifact Settings</h3>
1071
  </div>
1072
  <div class="px-5 py-4 flex-1 flex flex-col">
1073
  <div class="s-row">
 
1149
  <div class="max-w-6xl mx-auto space-y-6">
1150
  <div class="text-center space-y-3 mb-6">
1151
  <h2 class="text-2xl font-bold tracking-tight" style="color:#f0ece6">Share Your Feedback</h2>
1152
+ <p class="text-xs" style="color:#777">We are constantly refining UrbanFlow. Your technical insights directly drive our roadmap.</p>
1153
  <div class="inline-flex items-center gap-2 px-4 py-1.5 bg-[#111] border border-[#222] rounded-full mt-2">
1154
  <i class="fa-regular fa-clock text-[#c89a6c] text-[10px]"></i>
1155
+ <span class="text-[10px] font-bold uppercase tracking-widest text-[#a89f97]">It takes less than a minute to complete</span>
1156
  </div>
1157
  </div>
1158
 
 
1179
  <!-- Emojis Grid -->
1180
  <div class="grid grid-cols-1 sm:grid-cols-2 gap-6">
1181
  <div>
1182
+ <label class="text-[10px] font-bold uppercase tracking-widest block mb-3" style="color:#a89f97">Recommend Product to a friend/colleague</label>
1183
  <div class="flex gap-2" id="fb-recommend">
1184
  <div class="fb-emoji-btn" onclick="setEmoji(this, 'fb-recommend', 'Unlikely')"><i class="fa-solid fa-face-frown text-xl"></i><span class="block mt-1 text-[8px] uppercase">Unlikely</span></div>
1185
  <div class="fb-emoji-btn" onclick="setEmoji(this, 'fb-recommend', 'Maybe')"><i class="fa-solid fa-face-meh text-xl"></i><span class="block mt-1 text-[8px] uppercase">Maybe</span></div>
 
1227
 
1228
  <!-- Feature Prioritization -->
1229
  <div class="pt-4 border-t border-slate-800">
1230
+ <label class="text-[10px] font-bold uppercase tracking-widest block mb-4" style="color:#a89f97">Which feature we should prioritize?</label>
1231
  <div class="grid grid-cols-2 gap-3" id="fb-priorities">
1232
+ <div class="fb-chip" onclick="this.classList.toggle('active')" data-val="api-access">API Access & Integrations</div>
1233
+ <div class="fb-chip" onclick="this.classList.toggle('active')" data-val="anpr">UI/UX Improvements</div>
1234
+ <div class="fb-chip" onclick="this.classList.toggle('active')" data-val="security">Security Enhancement</div>
1235
+ <div class="fb-chip" onclick="this.classList.toggle('active')" data-val="regulation">Compliance, Regulations & Policy support</div>
1236
+ <div class="fb-chip" onclick="this.classList.toggle('active')" data-val="helmet">Additional Features (ANPR/ Parking/ Alerts)</div>
 
1237
  </div>
1238
  </div>
1239
  </div>
 
1251
  <label class="text-[10px] font-bold uppercase tracking-widest block mb-3" style="color:#a89f97">Primary Use Case</label>
1252
  <select class="fb-select w-full" id="fb-usecase">
1253
  <option value="" disabled selected>Select your use case</option>
1254
+ <option value="research">Academic Research</option>
1255
+ <option value="planning">Urban Planning</option>
1256
+ <option value="highway">Business Modelling</option>
1257
+ <option value="smartcity">Smart City Investment</option>
1258
+ <option value="other">Other...</option>
1259
  </select>
1260
  </div>
1261
  <div>
 
1265
  <option value="bug">Technical Issue / Bug Report</option>
1266
  <option value="feature">Strategic Feature Request</option>
1267
  <option value="accuracy">Inference Accuracy Review</option>
1268
+ <option value="ux">Workflow / UX</option>
1269
  </select>
1270
  </div>
1271
  </div>