-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
305 lines (265 loc) · 13.5 KB
/
Copy pathindex.html
File metadata and controls
305 lines (265 loc) · 13.5 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
<!doctype html>
<html lang="en">
<head>
<meta name="generator" content="Hugo 0.150.0">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="AICUE DATA LAB - Enabling manufacuring companies with AI for business results">
<meta name="author" content="">
<script async src="https://www.googletagmanager.com/gtag/js?id=G-P5HYLQ4L48"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-P5HYLQ4L48');
</script>
<link rel="icon" href="/favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css"
integrity="sha384-9aIt2nRpC12Uk9gS9baDl411NQApFmC26EwAOH8WgZl5MYYxFfc+NcPb1dKGj7Sk" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css">
<link href="/carousel.css" rel="stylesheet">
<title>AICUE DATA LAB</title>
<style>
.floating-button {
position: fixed;
bottom: 20px;
right: 20px;
z-index: 1000;
}
.form-container {
display: none;
position: fixed;
bottom: 70px;
right: 20px;
z-index: 999;
background-color: #fff;
padding: 20px;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.aicue-blue {
color: #0033CC;
}
.aicue-red {
color: #FF0033;
}
</style>
</head>
<body>
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=G-P5HYLQ4L48" height="0" width="0"
style="display:none;visibility:hidden"></iframe></noscript>
<header>
<nav class="navbar navbar-light navbar-expand-sm justify-content-between fixed-top">
<div class="navbar-header">
<a class="navbar-brand" href="/">
<img src="/aiCue.svg" width="50" height="50" class="d-inline-block align-top"
alt="AICUE DATA LAB Logo">
<img src="/company_name.png" height="50" class="d-inline-block align-top mr-2"
alt="AICUE DATA LAB Logo">
</a>
</div>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#colNav">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="colNav">
<ul class="navbar-nav">
<li class="nav-item px-2"><a href="/vispect"><span class="glyphicon glyphicon-user"></span>VIS<span
class="aicue-red">PECT</span></a></li>
<li class="nav-item px-2"><a href="/cuestep"><span class="glyphicon glyphicon-user"></span>CUE<span
class="aicue-red">STEP</span></a></li>
<li class="nav-item px-2"><a href="/aisee"><span class="glyphicon glyphicon-user"></span>AI<span
class="aicue-red">See</span></a></li>
<li class="nav-item px-2"><a href="/aideal"><span class="glyphicon glyphicon-user"></span>AI<span
class="aicue-red">Deal</span></a></li>
<li class="nav-item px-2"><a href="/blog"><span class="glyphicon glyphicon-user"></span>Blogs</a>
</li>
<li class="nav-item px-2"><a href="/solutions"><span
class="glyphicon glyphicon-user"></span>Solutions</a></li>
<li class="nav-item px-2"><a href="/about"><span class="glyphicon glyphicon-user"></span>About</a>
</li>
<li class="nav-item px-2"><a href="/contact"><span
class="glyphicon glyphicon-user"></span>Contact</a>
</li>
</ul>
</div>
</nav>
</header>
<main role="main">
<div class="container mt-5">
<div class="row">
<!-- VISPECT Product Card -->
<div class="col-md-4">
<div class="card mb-4">
<a href="/vispect">
<img src="vispect.svg" alt="VISPECT Logo" class="card-img-top mx-auto d-block p-3" style="width: 50%;">
</a>
<div class="card-body">
<h2 class="card-title">Visual Inspection AI</h2>
<p class="card-text"><span class="text-info">Easy inspections!</span> - start with just mobile phone cameras
</p>
<ul>
<li><span class="text-info">Reduce time, effort</span> and labor costs for inspection.</li>
<li><span class="text-info">Deskill inspection</span> - Flexibility to allocate without retraining. Use
lower cost resources</li>
<li><span class="text-info">Maintain visual records in cloud</span>, safely and securely for future audits
or customer requests</li>
<li>Trusted and Proven:Less than 6 months payback and Used in Large Tier 1 Auto supplier (Fabrication /
Sheetmetal). <span class="text-info">More than 100,000</span> inspections conducted.</li>
</ul>
<a href="/contact" class="btn btn-primary">Get Started Free</a>
<a href="/vispect" class="btn btn-link">Learn More</a>
</div>
</div>
</div>
<!-- CueStep Product Card -->
<div class="col-md-4">
<div class="card mb-4">
<a href="/cuestep">
<img src="cuestep.svg" alt="CueStep Logo" class="card-img-top mx-auto d-block p-3" style="width: 50%;">
</a>
<div class="card-body">
<h2 class="card-title">Domain Knowledge Served</h2>
<p class="card-text"><span class="text-info">Domain knowledge</span> served at point of use, accessible and
user-friendly! - <span class="text-info">Your</span> LLM or ChatGPT </p>
<ul>
<li>Interactive <span class="text-info">process/standards documentation or learning content </span> </li>
<li> <span class="text-info"> Query your Databases/ERP/CRM and get performance metrics </span>for decisions
- Your AI executive assistant integrated with web/mobile or messaging like whatsapp.
</li>
<li>Better access and convenience with chatbots (both web/mobile or whatsapp) automating repetitive queries.
</li>
<!-- <li><a href="https://regu.cuestep.com">Regu - Automotive Standards and Regulations Bot</a> using CueStep
Framework</li> -->
</ul>
<a href="/cuestep" class="btn btn-primary">Try Demo Now</a>
<a href="/cuestep" class="btn btn-link">Learn More</a>
</div>
</div>
</div>
<!-- AISee Product Card -->
<div class="col-md-4">
<div class="card mb-4">
<a href="/aisee">
<img src="AISee.svg" alt="AISee Logo" class="card-img-top mx-auto d-block p-3" style="width: 50%;">
</a>
<div class="card-body">
<h2 class="card-title">Safety and Productivity Enhancement with AI</h2>
<p class="card-text">Unlock unprecedented manufacturing productivity and safety gains with AISee –<span
class="text-info"> with just your CCTV.</span> </p>
<ul>
<li><span class="text-info">No upfront investments</span>, just a monthly subscription.</li>
<li>Real-time AI monitoring of Docks, Warehouses, Machines, Production lines, Work areas ...</li>
<li><span class="text-info">Immediate alerts</span> and downtime/safety (such as PPE) risk metrics for
data-driven
decision-making. </li>
<li>Trusted and Proven with enterprise and SME customers: 80+ work areas, repeat subscribers over 2 years,
delivering <span class="text-info">10-12% performance improvement</span>.</li>
</ul>
<a href="/aisee" class="btn btn-primary">Start Free Trial</a>
<a href="/aisee" class="btn btn-link">Learn More</a>
</div>
</div>
</div>
<!-- AIDeal Product Card -->
<div class="col-md-4">
<div class="card mb-4">
<a href="/aideal">
<img src="aideal.svg" alt="AIDeal Logo" class="card-img-top mx-auto d-block p-3" style="width: 50%;">
</a>
<div class="card-body">
<h2 class="card-title">Dealership Analytics for Profits</h2>
<p class="card-text">Revolutionize your dealership operations with cutting-edge analytics and AI.</p>
<ul>
<li>Boost <span class="text-info">conversion rates</span> and optimize <span class="text-info">working
capital.</span></li>
<li>Maximize bay turns and filling.</li>
<li>Transform customer engagement and <span class="text-info">enhance profitability</span> with <span
class="text-info">lifecycle
products</span> such as insurance and consumables.</li>
<li><span class="text-info">Proven track record</span> of success in Cars, Light, and Heavy Commercial
Vehicle Dealerships of 3 leading brands over 3 years.</li>
</ul>
<a href="/products" class="btn btn-primary">Book Demo</a>
<a href="/aideal" class="btn btn-link">Learn More</a>
</div>
</div>
</div>
</div>
<!-- Call to Action Section -->
<div class="row mt-5 mb-5">
<div class="col-12 text-center">
<div class="bg-light p-5 rounded">
<h2 class="aicue-blue mb-3">Ready to Transform Your Manufacturing with AI?</h2>
<p class="lead mb-4">Join 100+ companies already using our AI solutions to boost productivity by 10-12%</p>
<div class="row justify-content-center">
<div class="col-md-3 mb-2">
<a href="/contact" class="btn btn-primary btn-lg btn-block">Get Free Consultation</a>
</div>
<div class="col-md-3 mb-2">
<a href="/contact" class="btn btn-outline-primary btn-lg btn-block">Schedule Demo</a>
</div>
</div>
<p class="mt-3 text-muted">No upfront costs • Quick setup • Proven ROI in 6 months</p>
</div>
</div>
</div>
<!-- START THE FEATURETTES -->
<hr class="featurette-divider">
<div class="row featurette">
<div class="col-md-7">
<h2 class="featurette-heading">Focused on results...</h2> <span class="text-muted">
<h3>Enabled with AI
</span>
</h3>
<p class="lead"><span class="aicue-blue"><strong>AI</strong>CUE</span> enables <em>manufacturing companies </em>
to use data science for decision making <em>across activities</em> (from R&D to Operations to Sales) for
enhancing business results </p>
</div>
<div class="col-md-5">
<img class="featurette-image img-fluid mx-auto" alt="Growth profitability - enabled by AI" src="profit.png">
</div>
</div>
</div>
<div class="container mt-5">
<div class="floating-button">
<a href="/contact"><button class="btn btn-light aicue-blue">Contact Us</button></a>
</div>
</div>
<footer class="site-footer rounded p-4" style=" background-color: #CCC;">
<div class="container">
<div class="row">
<div class="col-md-6">
<a href="#">Home</a> |
<a href="/contact">Contact</a> |
<a href="/privacy">Privacy</a> |
<a href="/terms">Terms</a>
</div>
<div class="col-md-6">
<div class="social-icons">
<a href="#"><i class="fab fa-facebook"></i></a>
<a href="https://www.x.com/aicuedatalab"><i class="fab fa-twitter"></i></a>
<a href="#"><i class="fab fa-linkedin"></i></a>
<a href="#"><i class="fab fa-instagram"></i></a>
</div>
</div>
</div>
<div class="row">
<div class="col-md-12">
<p>© 2026 AICue Data Lab Private Limited. All rights reserved.</p>
<p>AICUE DATA LAB, VISPECT-AI, AIDeal, Vislog and Logos are registered trademarks.
</p>
</div>
</div>
</div>
</footer>
</main>
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js"
integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN"
crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js"
integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q"
crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js"
integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl"
crossorigin="anonymous"></script>
</body>
</html>