forked from indrakumarprajapat/tvarit.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.php
656 lines (549 loc) · 26.2 KB
/
about.php
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
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<script src="js/navigationDE.js"></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-143837547-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'UA-143837547-1');
</script>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" name="viewport" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="site" content="tvarit.com" />
<meta name="description"
content="Tvarit AI is the best solution for smart manufacturing, smart machines and digital transformation" />
<meta name="keywords"
content="machine learning, free, no credit card, big data, machine learning, ml, machine learning as a service, machine learning API, API, datasets, models, decision trees, predictive models, predictions, fast predictions, evaluation, evaluate predictive models, ensembles, random decision forest, boosted trees, gradient boosted trees, gradient boosting, boosting ensembles, isolation forest, anomaly detector, anomaly score, clustering, k-means, g-means, cluster, centroids, linear regression, regression, logistic regression, lr, topic, topic modeling, topic distributions, PCA, principal component analysis, text analysis, LDA, Latent Dirichlet Allocation, partial dependence plot, scatter plot, time series forecasting, timeseries, forecast, trends, deepnets, deep learning, deep neural networks, neural network, neural networks, automl, automatic optimization, optiml, fusion, easy, model gallery, workflows, flatline, whizzml, dsl, domain-specific language, bindings, library, amazon echo, alexa, mac, desktop" />
<!-- Favicons -->
<link rel="apple-touch-icon" href="./assets/img/kit/free/apple-icon.png">
<link rel="icon" href="./img/favicon.png">
<title>About us</title>
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/ai_consulting.css">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/responsive.css">
<link rel="stylesheet" href="css/animate.min.css">
<link rel="stylesheet" href="css/flickity.css">
<link
href="https://fonts.googleapis.com/css?family=Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i"
rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Roboto+Condensed:300i,400,400i,700,700i" rel="stylesheet">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.6.3/css/all.css"
integrity="sha384-UHRtZLI+pbxtHCWp1t77Bi1L4ZtiqrqD80Kn4Z8NTSRyMA2Fd33n5dQ8lWUE00s/" crossorigin="anonymous">
<link href="https://unpkg.com/ionicons@4.5.0/dist/css/ionicons.min.css" rel="stylesheet">
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<![endif]-->
</head>
<body>
<script type="text/javascript" src="https://secure.perk0mean.com/js/173652.js"></script>
<noscript><img alt="" src="https://secure.perk0mean.com/173652.png" style="display:none;" /></noscript>
<!------------------------ main menu start ---------------------->
<?php
include 'header.php';
?>
<!------------------------ main menu end ------------------------>
<!------------------------ header start ------------------------->
<header class="headerBg aboutBg" id="Vision">
<div class="container">
<a href="#Team" class="hdrscrollArrow black_scroll"><i class="icon ion-ios-arrow-dropdown"></i></a>
<div class="row align-items-center">
<div class="col-md-6" style="margin-top:45px;">
<div class="typography">
<div class="text-1">
<span class="tvarit-black">Who <span class="color"></span>
</div>
<div class="text-big60 red">
we are?
</div>
<br>
<div>
<p class="text-p txt-justify" style="width:90%">
We are German company based in Frankfurt, Germany. We build and provide AI solutions to
solve all
kinds of manufacturing problems and data science needs. We enable businesses to make
smart and
informed decisions by deriving actionable and valuable insights from a sea of data.
We provide Ai Solutions, AI framework and AI consulting services to successfully
complete
your all AI and data science projects.
Recently, we have achieved many prestigious awards for which we were recognized as the
most
innovative AI company in Europe and Germany.
</p>
</div>
</div>
</div>
</div>
</div>
</header>
<!------------------------ header end --------------------------->
<!------------------------ Who we are --------------------->
<!-- <div class="section-padding" id="Benefits">
<div class="container">
<div class="row align-items-center">
<br>
<div class="col-md">
<div class="px-4 box-content-left">
<br><br>
<div class="title">
<div class="text-big60 fw-900"><span class="text-capitalize"></span></div>
</div>
<div class="short-line bg-red"></div>
<div class="">
<p class="text-p">
We are German company based in Frankfurt, Germany. We build and provide AI solutions to
solve all
kinds of manufacturing problems and data science needs. We enable businesses to make
smart and
informed decisions by deriving actionable and valuable insights from a sea of data.
We provide Ai Solutions, AI framework and AI consulting services to successfully
complete
your all AI and data science projects.
Recently, we have achieved many prestigious awards for which we were recognized as the
most
innovative AI company in Europe and Germany.</p>
</div>
</div>
</div>
</div>
</div>
</div> -->
<!------------------------ Who we are ----------------------->
<div class="section-padding" id="Team">
<div class="container">
<div class="centerTitle">
<div class="red text-big60">MEET OUR TEAM</div>
</div>
<br>
<div class="row">
<div class="column">
<div class="card row-height-2">
<div class="card-view-image">
<img src="img/Johannes.jpg" alt="Johannes"
style="width:100%; height:auto; border-radius: 50%;">
</div>
<div class="container">
<h4 class="title title-name"> Johannes Mathies</h4>
<h6 class="title">Head of Cooperation</h6>
<div class="short-line-team bg-red"></div>
<ul class="ul-list">
<li>Business Transformer & Opportunity Creator</li>
<li>Experience from Airbus</li>
<li>Dipl.-Ing. Aerospace Engineering, MBA with focus on Strategy and Management</li>
</ul>
<div class="social-icon">
</div>
</div>
</div>
</div>
<div class="column">
<div class="card row-height-2">
<div class="card-view-image">
<img src="img/suhas_circle.png" alt="Suhas" style="width:100%; height:auto;">
</div>
<div class="container">
<h4 class="title title-name">Suhas Patel</h4>
<div class="col-md-12 " style="padding-right:0px">
<div class="row" style="margin-right: 0px;">
<!-- <div class="col-md-6 " style="padding-left:0px;"> -->
<h6 class="title">CEO & Data Strategy Expert</h6>
<!-- </div> -->
<!-- <div class="col-md-6" style="padding-right:0px;"> -->
<!-- <a href="https://www.linkedin.com/in/patelsuhas/" target="blank"><i
class="fab fa-linkedin-in"
style="color: #0077B5; float: right; font-size: 1.2rem"></i></a> -->
<!-- </div> -->
</div>
</div>
<div class="short-line-team bg-red"></div>
<ul class="ul-list">
<li>14 years building startups in Germany</li>
<li> Worked with Fortune 500 firms like Intel, Qualcomm</li>
<li> Ex-President TiE Deutschland</li>
<!-- <li>Makes them smarter using our Ai Solutions</li> -->
</ul>
</div>
</div>
</div>
<div class="column">
<div class="card row-height-2">
<div class="card-view-image">
<img src="img/juergen.jpeg" alt="Juergen"
style="width:100%; height:auto; border-radius: 50%;">
</div>
<div class="container">
<h4 class="title title-name"> Juergen Halt</h4>
<h6 class="title">R&D Director</h6>
<div class="short-line-team bg-red"></div>
<ul class="ul-list">
<li>Business Transformation by utilizing R&D</li>
<li>Brings huge experience from SAP and HP</li>
<li>Research Background from Fraunhofer</li>
</ul>
<div class="social-icon">
</div>
</div>
</div>
</div>
<div class="column">
<div class="card row-height-2">
<div class="card-view-image">
<img src="img/rahul_circle.jpg" alt="Rahul"
style="width:100%; height:auto; border-radius: 50%;">
</div>
<div class="container">
<h4 class="title title-name">Rahul Prajapat</h4>
<div class="col-md-12" style="padding-right:0px">
<div class="row" style="margin-right: 0px;">
<div class="col-md-12" style="padding-left:0px;">
<h6 class="title">CTO</h6>
</div>
<!-- <div class="col-md-6" style="padding-right:0px;">
<a href="https://www.linkedin.com/in/rahulprajapat/" target="blank"><i
class="fab fa-linkedin-in"
style="color: #0077B5; float: right; font-size: 1.2rem"></i></a>
</div> -->
</div>
</div>
<div class="short-line-team bg-red"></div>
<ul class="ul-list">
<li>M.Tech from IIT Mumbai & TU Darmstadt</li>
<li>Work experience with NASA, NTT, Linde, IFM</li>
<li> Awards from MIT GSW, Harvard project for Asia</li>
</ul>
</div>
</div>
</div>
</div>
<!-------- Custom Divider ------------>
<div class="col-md-12 row" style="margin-top:15px; margin-bottom:15px">
<div class="col-md-5">
<div class="short-line-team bg-red" style="width:100%; height:1px;"></div>
</div>
<div class="col-md-2">
<img src="img/fav32.png" style="margin-right: auto; margin-left: auto; display: block;">
</div>
<div class="col-md-5">
<div class="short-line-team bg-red" style="width:100%;height:1px;"></div>
</div>
</div>
<!-------- Custom Divider ------------>
<!-- <div class="row">
<div class="column">
</div>
<div class="column">
<div class="card row-height-3">
<div class="card-view-image">
<img src="img/lucky.png" alt="Lucky" style="width:100%; height:auto; border-radius:50px;">
</div>
<div class="container">
<h4 class="title title-name"> Lucky Khemani</h4>
<h6 class="title">Technology Advisor</h6>
<div class="short-line-team bg-red"></div>
<ul class="ul-list">
<li>19 Patents under his name</li>
<li>Audio/image/video Processing domain expert</li>
</ul>
<div class="social-icon">
</div>
</div>
</div>
</div>
<div class="column">
<div class="card row-height-3">
<div class="card-view-image">
<img src="img/indra.jpg" alt="Indra" style="width:100%; height:auto; border-radius: 50%;">
</div>
<div class="container">
<h4 class="title title-name"> Indra K. Prajapat</h4>
<h6 class="title">Technology Advisor</h6>
<div class="short-line-team bg-red"></div>
<ul class="ul-list">
</ul>
<div class="social-icon">
</div>
</div>
</div>
</div>
</div> -->
<div class="row">
<div class="column">
<div class="card row-height-2">
<div class="card-view-image">
<img src="img/tobias-gundermann.png" alt="Marvin"
style="width:100%; height:auto; border-radius: 50%;">
</div>
<div class="container">
<h4 class="title title-name"> Tobias Gundermann</h4>
<h6 class="title">Customer Success Manager</h6>
<div class="short-line-team bg-red"></div>
<ul class="ul-list">
<li>Bridge between customers and team</li>
<li>Experience from working at ZF and Porsche</li>
</ul>
<div class="social-icon">
</div>
</div>
</div>
</div>
<div class="column">
<div class="card row-height-2">
<div class="card-view-image">
<img src="img/kamal.JPG" alt="Kamal" style="width:100%; height:auto; border-radius: 50%;">
</div>
<div class="container">
<h4 class="title title-name"> Kamal Galrani</h4>
<h6 class="title">Director Data Science</h6>
<div class="short-line-team bg-red"></div>
<ul class="ul-list">
<li>Geekiest amongs geeks and an amateur physicist</li>
<li>Hails from India's best institute: IIT Bombay</li>
<li>2nd position at ASME competition at San Diego, California</li>
</ul>
<div class="social-icon">
</div>
</div>
</div>
</div>
<div class="column">
<div class="card row-height-2">
<div class="card-view-image">
<img src="img/peter.jpeg" alt="Peter" style="width:100%; height:auto; border-radius: 50%;">
</div>
<div class="container">
<h4 class="title title-name"> Peter Spinks</h4>
<h6 class="title">Industry 4.0 Reporting</h6>
<div class="short-line-team bg-red"></div>
<ul class="ul-list">
<li>Experienced writing for the BBC, the Guardian</li>
<li>Master's Degree in Research Psychology</li>
<li>Popular for running workshops on Advanced Technologies</li>
</ul>
<div class="social-icon">
</div>
</div>
</div>
</div>
</div>
<!-------- Custom Divider ------------>
<!-- <div class="col-md-12 row" style="margin-top:15px; margin-bottom:15px">
<div class="col-md-5">
<div class="short-line-team bg-red" style="width:100%; height:1px;"></div>
</div>
<div class="col-md-2">
<img src="img/fav32.png" style="margin-right: auto; margin-left: auto; display: block;">
</div>
<div class="col-md-5">
<div class="short-line-team bg-red" style="width:100%;height:1px;"></div>
</div>
</div> -->
<!-------- Custom Divider ------------>
</div>
</div>
<!------------------------ CONSULTING start --------------------->
<div class="section-padding">
<div class="container">
<div class="">
<div class="title text-center">
<div class="text-big60">We are proud of what <br> we have achieved</div>
<div class="short-line mx-auto bg-red"></div>
</div>
<br>
<div class="row justify-content-center">
<div class="col-md-6 col-lg-4">
<div class="countingNumBox">
<div class="icon">
<img src="img/achived/32_Industry_icon.png" class="img-fluid">
</div>
<div class="content">
<div class="numbers">32+</div>
<div class="text">
Industrial projects successfully completed
</div>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4">
<div class="countingNumBox">
<div class="icon">
<img src="img/achived/14_million_euro_icon.png" class="img-fluid">
</div>
<div class="content">
<div class="numbers">14+</div>
<div class="text">
Million euros of customer benefits realized
</div>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4">
<div class="countingNumBox">
<div class="icon">
<img src="img/achived/20_Big_network_iocn.png" class="img-fluid">
</div>
<div class="content">
<div class="numbers">20+</div>
<div class="text">
Big network of large companies supporting us which makes us independent and flexible
</div>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4" style="margin-top:20px;">
<div class="countingNumBox">
<div class="icon">
<img src="img/achived/30_min_icon.png" class="img-fluid">
</div>
<div class="content">
<div class="numbers">30 <span style="font-size:30px;">mins<span></div>
<div class="text">
Fastest time to make AI models
</div>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4" style="margin-top:20px;">
<div class="countingNumBox">
<div class="icon">
<img src="img/achived/10_major_awards.png" class="img-fluid">
</div>
<div class="content">
<div class="numbers">10+</div>
<div class="text">
Major awards won
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!------------------------ CONSULTING end --------------------->
<br>
<br>
<br>
<br>
<br>
<!------------------------Countdown start --------------------->
<?php
include 'change_we_brought.php';
?>
<!------------------------Countdown end --------------------->
<!------------------------Client logo slide start --------------------->
<div class="section-padding">
<?php include 'using-tvarit.php'; ?>
</div>
<!------------------------Client logo slide end --------------------->
<!------------------------try demo start --------------------->
<!------------------------try demo end --------------------->
<!------------------------footer start --------------------->
<?php
include 'footer.php'
?>
<!------------------------footer end --------------------->
<!-- script start -->
<script src="js/jquery.min.js"></script>
<script src="js/popper.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/jquery.easing.min.js"></script>
<script src="js/flickity.pkgd.min.js"></script>
<script src="js/readmore.js"></script>
<script src="js/counting.js"></script>
<script src="js/script.js"></script>
<script src="js/parallax.js"></script>
<script src="js/SmoothScroll.js"></script>
</body>
<style>
.txt-justify {
text-align: justify !important;
}
.column {
float: left;
width: 25%;
margin-bottom: 16px;
margin-top: 16px;
padding: 0 8px;
}
@media screen and (max-width: 650px) {
.column {
width: 100%;
display: block;
}
}
.card {
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}
.container {
padding: 0 16px;
}
.container::after,
.row::after {
content: "";
clear: both;
display: table;
}
.title-name {
margin-top: 10px;
}
.social-icon a:hover {
color: #0077B5;
}
.short-line-team {
height: 4px;
width: 80px;
margin-top: 15px;
margin-bottom: 15px;
display: block;
}
.row-height-1 {
height: 500px;
}
.row-height-2 {
height: 570px;
}
.row-height-3 {
height: 510px;
}
.card-view-image {
margin: 50px;
}
.row-height-4 {
height: 550px;
}
@media (min-width: 320px) {
.row-height-1 {
height: 650px;
}
.row-height-2 {
height: 650px;
}
.row-height-3 {
height: 650px;
}
.row-height-4 {
height: 630px;
}
}
@media (min-width: 600px) {
.row-height-1 {
height: 580px;
}
.row-height-2 {
height: 590px;
}
.row-height-3 {
height: 480px;
}
.row-height-4 {
height: 550px;
}
}
</style>
</html>