-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
531 lines (507 loc) · 23 KB
/
index.html
File metadata and controls
531 lines (507 loc) · 23 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
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
<!DOCTYPE html>
<html class="no-js" lang="en">
<head>
<title>Securade.ai - Safety, powered by AI</title>
<meta charset="utf-8" />
<meta http-equiv="x-ua-compatible" content="ie=edge" />
<meta name="description" content="Revolutionizing worker safety and productivity with the first generative AI video analytics platform, predicting and preventing workplace accidents.">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<meta property="og:type" content="website">
<meta property="og:title" content="Securade.ai - Safety, powered by AI">
<meta property="og:description" content="Revolutionizing worker safety and productivity with the first generative AI video analytics platform, predicting and preventing workplace accidents.">
<meta property="og:image" content="https://securade.ai/images/logo.png">
<meta property="og:url" content="https://securade.ai/index.html">
<link rel="shortcut icon" type="image/x-icon" href="assets/images/favicon.ico"/>
<!-- Place favicon.ico in the root directory -->
<link rel="canonical" href="https://securade.ai/index.html" />
<!-- ========================= CSS here ========================= -->
<link rel="stylesheet" href="assets/css/bootstrap-5.0.0-beta2.min.css" />
<link rel="stylesheet" href="assets/css/LineIcons.2.0.css"/>
<link rel="stylesheet" href="assets/css/tiny-slider.css"/>
<link rel="stylesheet" href="assets/css/animate.css"/>
<link rel="stylesheet" href="assets/css/main.css"/>
<!-- Add icon library -->
<!-- Replace the standard CDN link with this -->
<link rel="preload" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/[version]/css/font-awesome.min.css" as="style" onload="this.onload=null;this.rel='stylesheet'">
<noscript><link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/[version]/css/font-awesome.min.css"></noscript>
<!--
<script id="mcjs">
function showPopup() {
!function(c,h,i,m,p){m=c.createElement(h),p=c.getElementsByTagName(h)[0],m.async=1,m.src=i,p.parentNode.insertBefore(m,p)}
(document,"script","https://chimpstatic.com/mcjs-connected/js/users/c1838467fb5c2b0a86380a903/9bce73c0b98ece59d41dfe5e5.js");
//unsetting the cookie
document.cookie = "MCPopupClosed=; expires=Thu, 01 Jan 1970 00:00:00 UTC; path=/;";
document.cookie = "MCPopupSubscribed=; expires=Thu, 01 Jan 1970 00:00:00 UTC; path=/;";
}
//document.getElementById("show-popup").onclick = function() { showPopup(); }
</script>
-->
</head>
<body>
<!--[if lte IE 9]>
<p class="browserupgrade">
You are using an <strong>outdated</strong> browser. Please
<a href="https://browsehappy.com/">upgrade your browser</a> to improve
your experience and security.
</p>
<![endif]-->
<!-- ========================= preloader start ========================= -->
<div class="preloader">
<div class="loader">
<div class="spinner">
<div class="spinner-container">
<div class="spinner-rotator">
<div class="spinner-left">
<div class="spinner-circle"></div>
</div>
<div class="spinner-right">
<div class="spinner-circle"></div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- preloader end -->
<!-- ========================= header start ========================= -->
<header class="header">
<div class="navbar-area">
<div class="container">
<div class="row align-items-center">
<div class="col-lg-12">
<nav class="navbar navbar-expand-lg">
<a class="navbar-brand" href="index.html">
<img src="assets/images/logo/logo.png" alt="Logo" />
</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="toggler-icon"></span>
<span class="toggler-icon"></span>
<span class="toggler-icon"></span>
</button>
<div class="collapse navbar-collapse sub-menu-bar" id="navbarSupportedContent">
<div class="ms-auto">
<ul id="nav" class="navbar-nav ms-auto">
<li class="nav-item">
<a class="page-scroll active" href="#home">Home</a>
</li>
<li class="nav-item">
<a class="page-scroll" href="#platform">HUB</a>
</li>
<li class="nav-item">
<a class="page-scroll" href="#tower">Tower</a>
</li>
<li class="nav-item">
<a class="page-scroll" href="#sentinel">Sentinel</a>
</li>
<li class="nav-item">
<a class="nav-link" href="safety-copilot.html">Safety Copilot™</a>
</li>
<li class="nav-item">
<a class="nav-link" href="resources.html">Resources</a>
</li>
</ul>
</div>
</div>
<!-- navbar collapse
<div class="header-btn">
<button onclick="showPopup()" class="main-btn btn-hover">Safety Copilot™</button>
</div> -->
</nav>
<!-- navbar -->
</div>
</div>
<!-- row -->
</div>
<!-- container -->
</div>
<!-- navbar area -->
</header>
<!-- ========================= header end ========================= -->
<!-- ========================= hero-section start ========================= -->
<section id="home" class="hero-section">
<div class="container">
<div class="row align-items-center">
<!-- Left Column -->
<div class="col-xl-6 col-lg-6 col-md-10">
<div class="hero-content">
<h1>Safeguard Your Worksites</h1>
<p>Protect your workers and projects with award winning Generative AI based video analytics
technology that predicts and prevents accidents.</p>
<!-- Awards -->
<div class="d-flex gap-4 mb-4">
<img src="assets/images/about/AI-for-public-good-award-special-mention.png" alt="AI for Public Good Award">
<img src="assets/images/about/tech4good.png" alt="IEEE Tech4Good Project">
<img src="assets/images/about/wshaaward2023.png" alt="Winner Award 2023">
</div>
<!-- Action Buttons - Icons on mobile, full text on desktop -->
<div class="d-flex flex-column flex-md-row align-items-stretch align-items-md-center gap-3 mt-5">
<a href="https://github.com/securade/hub"
class="main-btn btn-hover text-center"
style="background-color: transparent; border: 2px solid #5CBFBF; color: #5CBFBF; min-width: 60px; min-width: 160px;">
<i class="lni lni-github-original d-block d-md-none"></i>
<span class="d-none d-md-inline"><i class="lni lni-github-original me-2"></i>Open Source</span>
</a>
<a href="https://securade.ai/subscribe"
class="main-btn btn-hover text-center"
style="background-color: #5CBFBF; padding: 15px 30px; color: white; min-width: 60px; min-width: 160px;">
<i class="lni lni-shopping-basket d-block d-md-none"></i>
<span class="d-none d-md-inline"><i class="lni lni-shopping-basket me-2"></i>Buy License</span>
</a>
<a href="https://securade.ai/billing"
class="main-btn btn-hover text-center"
style="background-color: transparent; border: 2px solid #5CBFBF; color: #5CBFBF; min-width: 60px; min-width: 160px;">
<i class="lni lni-user d-block d-md-none"></i>
<span class="d-none d-md-inline"><i class="lni lni-user me-2"></i>Manage Subscription</span>
</a>
</div>
</div>
</div>
<!-- Right Column -->
<div class="col-xxl-6 col-xl-6 col-lg-6">
<div class="hero-image text-center text-lg-end">
<div style="padding:56.25% 0 0 0;position:relative;">
<iframe loading="lazy"
src="https://player.vimeo.com/video/787279049?h=797a83a1c8&autoplay=1&loop=1&title=0&byline=0&portrait=0&background=1"
style="position:absolute;top:0;left:0;width:100%;height:100%;"
frameborder="0"
allow="autoplay; fullscreen; picture-in-picture">
</iframe>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- ========================= hero-section end ========================= -->
<!-- ========================= about-section start ========================= -->
<!-- ========================= about-section end ========================= -->
<!-- ========================= feature-section start ========================= -->
<section id="features" class="feature-section">
<div class="container">
<div class="row">
<div class="col-lg-5 col-md-10">
<div class="section-title mb-60">
<h2 class="mb-20">Features</h2>
<p>
Design and assemble a bespoke solution for all your workplace safety and productivity needs.
Our platform enables customers to go from idea to implementation in a matter of minutes.
</p>
</div>
</div>
<div class="col-lg-7">
<div class="row">
<div class="col-lg-6 col-md-6">
<div class="single-feature">
<div class="feature-icon">
<i class="lni lni-display"></i>
</div>
<div class="feature-content">
<h4>SOTA AI for Workplace Safety</h4>
<p>We have developed a state of the art object detection model for the workplace
safety domain.</p>
</div>
</div>
</div>
<div class="col-lg-6 col-md-6">
<div class="single-feature">
<div class="feature-icon">
<i class="lni lni-compass"></i>
</div>
<div class="feature-content">
<h4>Easy to Use</h4>
<p>Implement policies and create compliance reports with a flexible and
intuitive interface. Use the Securade.ai Safety Score to calculate ROI
and reduce liability.</p>
</div>
</div>
</div>
<div class="col-lg-6 col-md-6">
<div class="single-feature">
<div class="feature-icon">
<i class="lni lni-grid-alt"></i>
</div>
<div class="feature-content">
<h4>AI Marketplace</h4>
<p>Get access to 100s of use cases based on open-source models or bring your own model to
Securade.ai HUB.
</p>
</div>
</div>
</div>
<div class="col-lg-6 col-md-6">
<div class="single-feature">
<div class="feature-icon">
<i class="lni lni-layers"></i>
</div>
<div class="feature-content">
<h4>Generative AI</h4>
<p>No need to label or annotate bounding boxes, we use Generative AI for automated object detection.
Fine-tune a model to detect a new object with as few as 5 images in 5 mins. </p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="platform" class="about-section">
<div class="container">
<div class="row">
<div class="col-lg-6 order-last order-lg-first">
<div class="about-image">
<!-- Responsive Image -->
<img
src="assets/images/about/mock-up-1280x1128.jpg"
srcset="
assets/images/about/mock-up-480x423.jpg 480w,
assets/images/about/mock-up-696x613.jpg 696w,
assets/images/about/mock-up-960x846.jpg 960w,
assets/images/about/mock-up-1095x965.jpg 1095w,
assets/images/about/mock-up-1280x1128.jpg 1280w,
assets/images/about/mock-up-1440x1269.jpg 1440w,
assets/images/about/mock-up-1670x1472.jpg 1670w,
assets/images/about/mock-up-1870x1648.jpg 1870w,
assets/images/about/mock-up-2048x1805.jpg 2048w
"
sizes="
(min-width: 1000px) 45vw, (min-width: 780px) 696px, (min-width: 580px) 480px, calc(100vw - 60px)
"
alt="Edge App"
style="max-width: 100%; height: auto;"
>
</div>
</div>
<div class="col-lg-6">
<div class="about-content-wrapper">
<div class="section-title">
<h2 class="mb-20">Securade.ai HUB<br class="d-none d-lg-block">
Edge AI platform</h2>
<p class="mb-30">Access 100s of algorithms instantly with real-time insights to prevent accidents.
Install once and make any camera smart to implement your use case in seconds.
Monitor worksites in real-time to quickly identify and address any safety concerns.
Ensure compliance with company safety policies and regulations with our customizable policy engine.
Stay informed with detailed reports and analytics on your worksite's safety performance.</p>
<a href="https://github.com/securade/hub" class="main-btn btn-hover border-btn">Get Started</a>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- ========================= feature-section end ========================= -->
<section id="tower" class="cta-section pt-130 pb-100">
<div class="container">
<div class="row align-items-center">
<div class="col-lg-6 col-md-10">
<div class="cta-content-wrapper">
<div class="section-title">
<h2 class="mb-20">Securade.ai Tower<br class="d-none d-lg-block">
Mobile Deployment Kit</h2>
<p class="mb-30">
A self contained kit that includes a HUB, 4G internet, 2 cameras, a screen, a power back up
with UPS and an industrial socket point for charging, all packaged in an IP66 weatherproof enclosure. The
Tower is primarily targeted for worksites where the deployment of CCTV cameras
and network connectivity is a challenge. It is powered by existing industrial power generators
or solar panels on site and can also be mounted on poles as needed.
</p>
<a href="blog/securade-ai-tower-construction-safety.html" class="main-btn btn-hover border-btn">Discover More</a>
</div>
</div>
</div>
<div class="col-lg-6">
<div class="cta-image text-lg-end">
<!-- Responsive Image -->
<img
src="assets/images/about/the-tower-6-1280x1128.jpg"
srcset="
assets/images/about/the-tower-6-480x423.jpg 480w,
assets/images/about/the-tower-6-696x613.jpg 696w,
assets/images/about/the-tower-6-960x846.jpg 960w,
assets/images/about/the-tower-6-1095x965.jpg 1095w,
assets/images/about/the-tower-6-1280x1128.jpg 1280w,
assets/images/about/the-tower-6-1440x1269.jpg 1440w,
assets/images/about/the-tower-6-1670x1472.jpg 1670w,
assets/images/about/the-tower-6-1870x1648.jpg 1870w,
assets/images/about/the-tower-6-2048x1805.jpg 2048w
"
sizes="(min-width: 1400px) 636px, (min-width: 1200px) 546px, (min-width: 1000px) 456px, (min-width: 780px) 696px, (min-width: 580px) 480px, calc(100vw - 60px)"
alt="Securade.ai Tower"
style="max-width: 100%; height: auto;"
>
</div>
</div>
</div>
</div>
</section>
<section id="sentinel" class="cta-section pt-130 pb-100">
<div class="container">
<div class="row align-items-center">
<div class="col-lg-6 order-last order-lg-first">
<div class="cta-image text-lg-end">
<!-- Responsive Image -->
<img
src="assets/images/about/sentinel-1280x1128.jpg"
srcset="
assets/images/about/sentinel-480x423.jpg 480w,
assets/images/about/sentinel-696x613.jpg 696w,
assets/images/about/sentinel-960x846.jpg 960w,
assets/images/about/sentinel-1095x965.jpg 1095w,
assets/images/about/sentinel-1280x1128.jpg 1280w,
assets/images/about/sentinel-1440x1269.jpg 1440w,
assets/images/about/sentinel-1670x1472.jpg 1670w,
assets/images/about/sentinel-1870x1648.jpg 1870w,
assets/images/about/sentinel-2048x1805.jpg 2048w
"
sizes="
(max-width: 480px) 480px,
(max-width: 696px) 696px,
(max-width: 960px) 960px,
(max-width: 1095px) 1095px,
(max-width: 1280px) 1280px,
(max-width: 1440px) 1440px,
(max-width: 1670px) 1670px,
(max-width: 1870px) 1870px,
2048px
"
alt="Your image description"
style="max-width: 100%; height: auto;"
>
</div>
</div>
<div class="col-lg-6">
<div class="cta-content-wrapper">
<div class="section-title">
<h2 class="mb-20">Securade.ai Sentinel<br class="d-none d-lg-block">
Automated Surveillance</h2>
<p class="mb-30">
A monitoring and surveillance application that enables visual Q&A and video captioning for existing CCTV cameras.
Securade.ai Sentinel uses generative AI and LLMs to automatically analyse live video feeds from CCTV cameras
to recognise activities and record them as text. The live video feeds can also be queried in natural language
to answer questions in a chatGPT like interface.
</p>
<a href="https://github.com/securade/sentinel" class="main-btn btn-hover border-btn">Try Now</a>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- ========================= cta-section start ========================= -->
<section id="solutions" class="cta-section pt-130 pb-100">
<div class="container">
<div class="row align-items-center">
<div class="col-lg-6 order-last order-lg-first">
<div class="cta-image text-lg-end">
<!-- Responsive Image -->
<img
src="assets/images/cta/cta-image-1280x1128.jpg"
srcset="
assets/images/cta/cta-image-480x423.jpg 480w,
assets/images/cta/cta-image-696x613.jpg 696w,
assets/images/cta/cta-image-960x846.jpg 960w,
assets/images/cta/cta-image-1095x965.jpg 1095w,
assets/images/cta/cta-image-1280x1128.jpg 1280w,
assets/images/cta/cta-image-1440x1269.jpg 1440w,
assets/images/cta/cta-image-1670x1472.jpg 1670w,
assets/images/cta/cta-image-1870x1648.jpg 1870w,
assets/images/cta/cta-image-2048x1805.jpg 2048w
"
sizes="(min-width: 1400px) 636px, (min-width: 1200px) 546px, (min-width: 1000px) 456px, (min-width: 780px) 696px, (min-width: 580px) 480px, calc(100vw - 60px)"
alt="Workplace Safety Solution"
style="max-width: 100%; height: auto;"
>
</div>
</div>
<div class="col-lg-6">
<div class="cta-content-wrapper">
<div class="section-title">
<h2 class="mb-20">Workplace Safety</h2>
<p class="mb-30">
Our workplace safety solution includes PPE detection, proximity detection and exclusion zones.
Together these use cases ensure that workers are wearing the required personal protective
equipment, maintain safe distances from machinery and avoid prohibited areas. Safety incident
response is supported with alerts, notifications and reporting.
</p>
<!-- <a href="#0" class="main-btn btn-hover border-btn">Try it Free</a>-->
</div>
</div>
</div>
</div>
</div>
</section>
<!-- ========================= footer start ========================= -->
<footer class="footer pt-120">
<div class="container">
<div class="row">
<div class="col-xl-3 col-lg-4 col-md-6 col-sm-10">
<div class="footer-widget">
<div class="logo">
<a href="index.html"> <img src="assets/images/logo/logo.png" alt="logo"
style="max-width: 180px;"> </a>
</div>
<p class="desc">Safety, powered by AI.</p>
<ul class="social-links">
<!-- <li><a href="#0"><i class="lni lni-facebook"></i></a></li>-->
<li><a href="https://www.linkedin.com/company/securade-ai/"><i class="lni lni-linkedin"></i></a></li>
<!--<li><a href="#0"><i class="lni lni-instagram"></i></a></li>-->
<li><a href="https://x.com/securadeai"><i class="lni lni-twitter"></i></a></li>
</ul>
</div>
</div>
<div class="col-xl-2 col-lg-2 col-md-6 col-sm-6 offset-xl-1">
<div class="footer-widget">
<h3>Company</h3>
<ul class="links">
<li><a href="#home">Home</a></li>
<li><a href="safety-copilot.html">Safety Copilot™</a></li>
<li><a href="resources.html">Resources</a></li>
</ul>
</div>
</div>
<div class="col-xl-3 col-lg-2 col-md-6 col-sm-6">
<div class="footer-widget">
<h3>About Us</h3>
<ul class="links">
<!--
<li><a href="#team">Team</a></li>
-->
<li>Contact Us</li>
<li><a href="mailto:hello@securade.ai">hello@securade.ai</a></li>
<!--<li><a href="#0">Awesome Design</a></li>
<li><a href="#0">Ready to Use</a></li>
<li><a href="#0">Essential Selection</a></li>-->
</ul>
</div>
</div>
<div class="col-xl-3 col-lg-4 col-md-6">
<div class="footer-widget">
<h3>Subscribe for Updates</h3>
<!-- Begin Mailchimp Signup Form -->
<form action="https://securade.us8.list-manage.com/subscribe/post?u=c1838467fb5c2b0a86380a903&id=223c7c53e5&f_id=001ea8e3f0" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
<input type="email" value="" name="EMAIL" class="required email" id="mce-EMAIL" required placeholder="Email">
<div id="mce-responses" class="clear foot">
<div class="response" id="mce-error-response" style="display:none"></div>
<div class="response" id="mce-success-response" style="display:none"></div>
</div> <!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups-->
<button type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe" class="main-btn btn-hover">Subscribe</button>
</form>
<!--End mc_embed_signup-->
</div>
</div>
</div>
</div>
</footer>
<!-- ========================= footer end ========================= -->
<!-- ========================= scroll-top ========================= -->
<a href="#" class="scroll-top btn-hover">
<i class="lni lni-chevron-up"></i>
</a>
<!-- ========================= JS here ========================= -->
<script src="assets/js/bootstrap-5.0.0-beta2.min.js"></script>
<script src="assets/js/tiny-slider.js"></script>
<script src="assets/js/wow.min.js"></script>
<script src="assets/js/polyfill.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>