-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
441 lines (390 loc) · 18.3 KB
/
index.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html" charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>DT42, Make AI Easy</title>
<meta name="description" content="">
<meta name="author" content="">
<meta name="google-site-verification" content="nJwhFzJ2IBsBAyvyLZIlfTCkyaRsmEZnpVtrfbG5dhY" />
<meta property="og:title" content="DT42, Make AI Easy" />
<meta property="og:description" content="DT42 provides AI solutions for AIoT, smart city and retail. Our python-based SDK makes it easy to integrate edge AI with the existing systems. The Epeuva platform helps users without engineering background train their own AI models from customized data set, and its built-in labeling engine can cut-off 90% of the labeling efforts. Contact us today and start using AI to improve your applications.">
<meta property="og:url" content="http://www.dt42.io/">
<meta property="og:image" content="http://www.dt42.io/img/logo.gif">
<meta property="og:image:type" content="image/gif">
<meta property="og:image:width" content="200">
<meta property="og:image:height" content="200">
<!-- Favicons -->
<link rel="shortcut icon" href="img/favicon.ico" type="image/x-icon">
<link rel="apple-touch-icon" href="img/apple-touch-icon.png">
<link rel="apple-touch-icon" sizes="72x72" href="img/apple-touch-icon-72x72.png">
<link rel="apple-touch-icon" sizes="114x114" href="img/apple-touch-icon-114x114.png">
<!-- Bootstrap -->
<link rel="stylesheet" type="text/css" href="css/bootstrap.css">
<!-- FontAwesome -->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.6.3/css/all.css" integrity="sha384-UHRtZLI+pbxtHCWp1t77Bi1L4ZtiqrqD80Kn4Z8NTSRyMA2Fd33n5dQ8lWUE00s/" crossorigin="anonymous">
<!-- Slider -->
<link href="css/owl.carousel.css" rel="stylesheet" media="screen">
<link href="css/owl.theme.css" rel="stylesheet" media="screen">
<!-- Stylesheet -->
<link rel="stylesheet" type="text/css" href="css/style.css">
<link rel="stylesheet" type="text/css" href="css/animate.min.css">
<link href='http://fonts.googleapis.com/css?family=Lato:400,700,900,300' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,700,800,600,300' rel='stylesheet' type='text/css'>
<script type="text/javascript" src="js/modernizr.custom.js"></script>
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<!-- Preload Page -->
<div id="preloader">
<div id="status">
<img src="img/logo.gif" height="64" width="64" alt="">
Loading...
</div>
</div>
<!-- Navigation -->
<nav id="menu" class="navbar navbar-default navbar-fixed-top">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="index.html">
<img src="img/logo-hm.png" witth="24" height="24">
<!--
<i class="fa fa-flag-checkered fa-flip-horizontal"></i> DT42<strong></strong>
-->
</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-right">
<li><a href="#home" class="page-scroll">Home</a></li>
<!--<li><a href="#news-section" class="page-scroll">News</a></li>-->
<li id="gonews">
<a href="https://medium.com/dt42/tagged/news" target="_blank" class="hidden-xs">News</a>
<a href="https://medium.com/dt42/tagged/news" target="_blank" class="visible-xs" data-toggle="collapse" data-target=".navbar-collapse">News</a>
</li>
<li><a href="#technologies-section" class="page-scroll">Services</a></li>
<li><a href="#services-section" class="page-scroll">Applications</a></li>
<li><a href="#epeuva-section" class="page-scroll">Epeuva</a></li>
<li><a href="#partners-section" class="page-scroll">Partners</a></li>
<li><a href="#about-section" class="page-scroll">About</a></li>
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
<!-- /.container-fluid -->
</nav>
<!-- Header -->
<header class="text-center" name="home">
<div class="intro-text">
<div class="container">
<h1>EASY AI SOLUTION</h1>
<h1>MORE AUTOMATION</h1>
<h1>LESS EFFORTS</h1>
</div>
</div>
</header>
<!-- Services Section (old Technologies Section) -->
<div id="technologies-section" class="text-center">
<div class="container">
<div class="section-title wow fadeInDown">
<h2>Services</h2>
<hr class="title-decorator">
<div class="clearfix"></div>
</div>
<div class="row">
<div class="col-md-2 col-sm-12 service wow fadeInUp" data-wow-delay="200ms">
<img class="techimg" src="img/technology/folder.png">
</div>
<div class="col-md-4 col-sm-12 service wow fadeInUp" data-wow-delay="200ms">
<h3>Auto-labeling Platform</h3>
<a class="btn btn-default btn-lg" data-toggle="collapse" href="#detailLabel">See more... <i class="fas fa-arrow-circle-right"></i></a>
<div class="collapse" id="detailLabel">
<p>AI engine to label data automatically and reduce the efforts of manual labeling by 10x.</p>
</div>
</div>
<div class="col-md-2 col-sm-12 service wow fadeInUp" data-wow-delay="200ms">
<img class="techimg" src="img/technology/deep-learning.png">
</div>
<div class="col-md-4 col-sm-12 service wow fadeInUp" data-wow-delay="200ms">
<h3>Training Without Engineer</h3>
<a class="btn btn-default btn-lg" data-toggle="collapse" href="#detailTraining">See more... <i class="fas fa-arrow-circle-right"></i></a>
<div class="collapse" id="detailTraining">
<p> Easy-to-use web interface to help users train AI models without engineering knowledge. </p>
</div>
</div>
</div>
<div class="row">
<div class="col-md-2 col-sm-12 service wow fadeInUp" data-wow-delay="200ms">
<img class="techimg" src="img/technology/raspberry-pi.png">
</div>
<div class="col-md-4 col-sm-12 service wow fadeInUp" data-wow-delay="200ms">
<h3>Working On Every Device</h3>
<a class="btn btn-default btn-lg" data-toggle="collapse" href="#detailDevice">See more... <i class="fas fa-arrow-circle-right"></i></a>
<div class="collapse" id="detailDevice">
<p>Ready-to-use optimization packages for AI models to meet your hardware choice.</p>
</div>
</div>
<div class="col-md-2 col-sm-12 service wow fadeInUp" data-wow-delay="200ms">
<img class="techimg" src="img/technology/ai.png">
</div>
<div class="col-md-4 col-sm-12 service wow fadeInUp" data-wow-delay="200ms">
<h3>Consultant & Customizable AI</h3>
<a class="btn btn-default btn-lg" data-toggle="collapse" href="#detailConsult">See more... <i class="fas fa-arrow-circle-right"></i></a>
<div class="collapse" id="detailConsult">
<p>Help you define the scenario, pick the best AI models and hardware, and customize AI to meet all you need.</p>
</div>
</div>
</div>
</div>
<hr class="seperator">
</div>
<!-- Application Section (old Services Section) -->
<div id="services-section" class="text-center">
<div class="container">
<div class="section-title wow fadeInDown">
<h2>Applications</h2>
</div>
<div class="row">
<div class="col-md-8 col-md-offset-2">
<div id="testimonial" class="owl-carousel owl-theme wow fadeInUp" data-wow-delay="200ms">
<div class="item">
<h4>AI to make home a safer place</p>
<figure>
<img src="img/solution/home_iot.jpg" alt>
</figure>
<p class="quote">
The DT42 fall-detection engine can detect different status of human and raise alert if immediate assistent is required. No cloud is conneced, the edge AI engine not only protects your family but also your privacy.
</p>
</div>
<div class="item">
<h4>AI to create more friendly cities</p>
<figure>
<img src="img/solution/elderly.jpg" alt>
</figure>
<p class="quote">
The DT42 Epeuva platform can help users without any data or engineering background to train customized model from data easily. The auto-labeling engine can save 90% of the labeling efforts so developers can save time and create real great applications to make the cities more friendly to all citizens.
</p>
</div>
<div class="item">
<h4>AI to bring smarter experience</p>
<figure>
<img src="img/solution/retail.jpg" alt>
</figure>
<p class="quote">Use edge AI engine for real-time people counting to control numbers of customers in the selected region of interests. The daily result is saved in database for future prediction and analysis. </p>
</div>
<div class="item">
<h4>AI to protect endaganded animals</p>
<figure>
<img src="img/solution/leopard_cat.jpg" alt>
</figure>
<p>
The DT42 Epeuva platform and its built-in labeling engine help researchers to train AI models from animal data easily. The model can deployed to edge AI gateway to provide real-time monitoring to avoid road-kill or other incidents.
</p>
</div>
</div>
</div>
</div>
</div>
<hr class="seperator">
</div>
<!-- Epeuva Section -->
<div id="epeuva-section" class="text-center">
<div class="container">
<div class="section-title wow fadeInDown">
<h2>Epeuva</h2>
<hr class="title-decorator">
<div class="clearfix"></div>
</div>
<div class="row">
<div class="col-md-6 col-sm-12 service wow fadeInUp" data-wow-delay="200ms">
<video width=100% controls>
<source src="video/epeuva.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
</div>
<div class="col-md-6 col-sm-12 service wow fadeInUp" data-wow-delay="200ms">
<p>Turn your data into AI applications on edge devices</p>
<a class="btn btn-default btn-lg submit" data-toggle="collapse" href="#epeuvaForm">Know More</a>
</div>
</div>
<iframe name="hiddenFrame" class="hide"></iframe>
<div class="collapse" id="epeuvaForm">
<form action="https://dt42.us14.list-manage.com/subscribe/post?u=5f565a6ad5c19b82543a874c8&id=25987d9d96" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="hiddenFrame" novalidate>
<div>
<p>Subscribe to get the latest news and trial quota</p>
</div>
<div class="form-group">
<input type="email" value="" name="EMAIL" class="form-control required email" id="mce-EMAIL" placeholder="Email (required)">
</div>
<div class="form-group">
<input type="text" value="" name="FNAME" class="form-control" id="mce-FNAME" placeholder="First Name">
</div>
<div class="form-group">
<input type="text" value="" name="LNAME" class="form-control" id="mce-LNAME" placeholder="Last Name">
</div>
<button type="submit" class="btn btn-primary" id="epeuvaSubmit">Submit</button>
<div class="alert alert-warning alert-dismissible fade show" role="alert" id="epeuvaAlert">
<strong>Subscribe success!</strong> Thank you for interested in Epeuva.
<button type="button" class="close">
<span aria-hidden="true">×</span>
</button>
</div>
<!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups-->
<div style="position: absolute; left: -5000px;" aria-hidden="true">
<input type="text" name="b_5f565a6ad5c19b82543a874c8_25987d9d96" tabindex="-1" value="">
</div>
</form>
</div>
</div>
<hr class="seperator">
</div>
<!-- Partners Section -->
<div id="partners-section" class="text-center">
<div class="container">
<div class="section-title wow fadeInDown">
<h2>Hardware Partners</h2>
<hr class="title-decorator">
<div class="clearfix"></div>
</div>
<div class="row row-eq-height">
<div class="col-md-3 col-sm-6 col-xs-6 service wow fadeInUp" data-wow-delay="200ms">
<img class="img-responsive" src="img/partner/nvidia.jpg">
</div>
<div class="col-md-3 col-sm-6 col-xs-6 service wow fadeInUp" data-wow-delay="200ms">
<img class="img-responsive" src="img/partner/arm.jpg">
</div>
<div class="col-md-3 col-sm-6 col-xs-6 service wow fadeInUp" data-wow-delay="200ms">
<img class="img-responsive" src="img/partner/intel.jpg">
</div>
<div class="col-md-3 col-sm-6 col-xs-6 service wow fadeInUp" data-wow-delay="200ms">
<img class="img-responsive" src="img/partner/qualcomm.jpg">
</div>
<div class="col-md-3 col-sm-6 col-xs-6 service wow fadeInUp" data-wow-delay="200ms">
<img class="img-responsive" src="img/partner/kneron.jpg">
</div>
<div class="col-md-3 col-sm-6 col-xs-6 service wow fadeInUp" data-wow-delay="200ms">
<img class="img-responsive" src="img/partner/aaeon.jpg">
</div>
<div class="col-md-3 col-sm-6 col-xs-6 service wow fadeInUp" data-wow-delay="200ms">
<img class="img-responsive" src="img/partner/acti.jpg">
</div>
</div>
</div>
<hr class="seperator">
</div>
<!-- About Section -->
<div id="about-section" class="text-center">
<div class="container">
<div class="section-title wow fadeInDown">
<h2>About DT42</h2>
<hr class="title-decorator">
<div class="clearfix"></div>
</div>
<div class="row">
<div class="col-md-5 col-md-offset-1 col-sm-5 col-sm-offset-1 col-xs-12">
<p>DT42 team has strong backgrounds in AI technology and the embedded systems. Our expertise enables next generation machine vision on edge devices.</p>
</div>
<div class="col-md-5 col-sm-5 col-xs-12">
<div id="slider">
<figure>
<img src="img/photo/1.jpg" alt>
<img src="img/photo/2.jpg" alt>
<img src="img/photo/3.jpg" alt>
<img src="img/photo/4.jpg" alt>
<img src="img/photo/5.jpg" alt>
</figure>
</div>
</div>
</div>
<h4> <br> We're winning awards! </h4>
<div class="row awards">
<div class="col-md-3 col-sm-6 col-xs-6 service wow fadeInUp" data-wow-delay="200ms">
<img class="awards img-responsive" src="img/award/award-2018-audi-w.png">
</div>
<div class="col-md-3 col-sm-6 col-xs-6 service wow fadeInUp" data-wow-delay="200ms">
<img class="awards img-responsive" src="img/award/award-2017-tiec-w.png">
</div>
<div class="col-md-3 col-sm-6 col-xs-6 service wow fadeInUp" data-wow-delay="200ms">
<img class="awards img-responsive" src="img/award/award-2016-fiti-w.png">
</div>
<div class="col-md-3 col-sm-6 col-xs-6 service wow fadeInUp" data-wow-delay="200ms">
<img class="awards img-responsive" src="img/award/award-2016-pepper-w.png">
</div>
</div>
</div>
</div>
<!-- Footer Section -->
<div class="center" id="footer">
<div class="row copyright">
<div class="col-md-4 col-sm-4 col-xs-12">
<p>[email protected]</p>
</div>
<div class="col-md-4 col-sm-4 col-xs-12">
<p>© 2021 <span>DT42</span> Co.Ltd.</p>
</div>
<div class="col-md-4 col-sm-4 col-xs-12">
<ul class="nav navbar-nav navbar-center">
<li>
<a href="https://github.com/DT42" target="_blank"><i class="fab fa-github"></i></a>
</li>
<li>
<a href="https://twitter.com/dt42io" target="_blank"><i class="fab fa-twitter"></i></a>
</li>
<li>
<a href="https://medium.com/dt42" target="_blank"><i class="fab fa-medium"></i></a>
</li>
<li>
<a href="https://www.linkedin.com/company/17887982" target="_blank"><i class="fab fa-linkedin"></i></a>
</li>
<li>
<a href="https://www.facebook.com/DT42-1193015097472418/" target="_blank"><i class="fab fa-facebook"></i></a>
</li>
</ul>
</div>
</div>
</div>
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script type="text/javascript" src="js/jquery.1.11.1.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script type="text/javascript" src="js/bootstrap.js"></script>
<script type="text/javascript" src="js/SmoothScroll.js"></script>
<script type="text/javascript" src="js/wow.min.js"></script>
<script type="text/javascript" src="js/jquery.prettyPhoto.js"></script>
<script type="text/javascript" src="js/jquery.isotope.js"></script>
<script type="text/javascript" src="js/jqBootstrapValidation.js"></script>
<script type="text/javascript" src="js/owl.carousel.js"></script>
<!-- Javascripts -->
<script type="text/javascript" src="js/main.js"></script>
<!-- Google Analysis -->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-83223599-1', 'auto');
ga('send', 'pageview');
</script>
<script>
/* Show subscribe success message after submit is pressed. */
$('#epeuvaSubmit').click(function() {
$('#epeuvaAlert').addClass('in');
});
$('.close').click(function () {
$(this).parent().removeClass('in');
});
</script>
</body>
</html>