forked from indrakumarprajapat/tvarit.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ai-based-production-solution-for-cable-manufacturing.php
383 lines (354 loc) · 18.1 KB
/
ai-based-production-solution-for-cable-manufacturing.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
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<script src="js/navigationDE.js"></script>
<!-- Google Tag Manager -->
<script>
(function(w, d, s, l, i) {
w[l] = w[l] || [];
w[l].push({
'gtm.start': new Date().getTime(),
event: 'gtm.js'
});
var f = d.getElementsByTagName(s)[0],
j = d.createElement(s),
dl = l != 'dataLayer' ? '&l=' + l : '';
j.async = true;
j.src =
'https://www.googletagmanager.com/gtm.js?id=' + i + dl;
f.parentNode.insertBefore(j, f);
})(window, document, 'script', 'dataLayer', 'GTM-54KB6CV');
</script>
<!-- End Google Tag Manager -->
<!-- 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" />
<meta name="keywords"
content="SPS – Smart Production Solutions, Nuremberg, NürnbergMesse, Components, Control Technology, Drive Systems, Electromechanical Components, Human-Machine-Interface Devices, Industrial Communication, Industrial Software, Interface Technology, IPCs, Motion Control, Peripheral Equipment, Sensor Technology, " />
<!-- Favicons -->
<link rel="icon" href="./img/favicon.png">
<title>Tvarit AI</title>
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/index.css">
<link rel="stylesheet" href="css/responsive.css">
<link rel="stylesheet" href="css/flickity.css">
<link rel="stylesheet" href="css/animate.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/[email protected]/dist/css/ionicons.min.css" rel="stylesheet">
<script src="https://cdnjs.cloudflare.com/ajax/libs/knockout/3.5.0/knockout-debug.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/knockout/3.5.0/knockout-min.js"></script>
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<![endif]-->
</head>
<body onload="ReadCookie()">
<!-- Google Tag Manager (noscript) -->
<noscript>
<iframe src="https://www.googletagmanager.com/ns.html?id=GTM-54KB6CV" height="0" width="0"
style="display:none;visibility:hidden"></iframe>
</noscript>
<!-- End Google Tag Manager (noscript) -->
<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>
<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>
<!------SPLASH SCREEN----->
<!------------------------ main menu start ---------------------->
<?php
include 'header.php';
?>
<!------------------------ main menu end ------------------------>
<header class="headerBg bgSizeCover cableManfBg">
<div class="container">
<a href="#downClick" class="hdrscrollArrow"><i class="icon ion-ios-arrow-dropdown text-white" ></i></a>
<div class="row align-items-center left">
<div class="col-lg-6">
<div class="typography optiBgTrns">
<div class="text-1">
AI based Production Planning solution for
</div>
<div class="content">
<div class="text-big60">
Cable
</div>
<div class="text-big40">
Manufacturing
</div>
</div>
<br>
</div>
</div>
</div>
</div>
</header>
<!-------------->
<!------------------------ Automotives start --------------------->
<div class="section-padding" id="downClick">
<div class="container">
<div class="title centerTitle">
<span class="innr-sec-mainTitle ai_predictive">AI based Production Planning solution for <br> Cable Manufacturing</span>
</div>
<br>
<div class="row align-items-lg-center">
<div class="col-lg">
<div class="AmimgBox">
<img src="./img/ai_software_solution.jpg" class="img-fluid">
</div>
</div>
<div class="col-lg">
<div class="box-content-top-left">
<ul class="ul-list-bullet">
<li>Reduced changeover times</li>
<li>Reduced inventory costs</li>
<li>Reduced bottlenecks</li>
<li>Reduced costs</li>
<li>Increased uptime and availability of machines</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<!------------------------ Automotives end --------------------->
<div class="section-padding" id="WHATisAPA">
<div class="container">
<div class="white-box-shadow">
<div class="centerTitle">
<div class="sec-mainTitle">TVARIT <span class="red">AI</span></div>
<h3 class="bold red text-center">SOLUTIONS</h3>
</div>
<div class="centerPharseContent text-p">
We support large and medium sized cable manufacturing organizations in optimizing their production
processes, improving their management systems and achieving higher profitability.
</div>
</div>
</div>
</div>
<!---------------------Seminar Event ------------------->
<!-- <div class="section-padding-both" id="downClick">
<div class="container">
<div class="row">
<div class="col-md-4">
<div class="leftSideFilter checkbox-filter white-box-shadow cstmInput">
<div class="red text-big40" style="font-size:25px;">USE-CASE
<br>
<div class="short-line bg-grey"></div>
</div>
<p>
AI based production planning system for cable manufacturer. Price of each motor: Capacity of factory: 100,000 Cu tons/year
</p>
</div>
</div>
<div class="col-md-8">
<div class="col-md">
<div class="white-box-shadow left-md-border top-border">
<div class="red text-big40" style="font-size:25px;">BENEFITS<br>
<div class="short-line bg-grey"></div>
</div>
<br>
<ul class="ul-list-bullet">
<li>Increased volume output</li>
<li>High OEE</li>
<li>Reduced product and machine changeover times</li>
<li>Real time production view</li>
<li>Reduced inventory costs</li>
<li>Measurable economic benefits</li>
</ul>
<br>
<div class="row align-items-center">
<div class="col-md">
<div class="form-group">
<input type="button" value="REQUEST FULL CASE STUDY" id="btn" class="btn btn-round btn-red-grd">
</div>
</div>
<div class="col-md">
<div class="form-group">
<a href="#form1" class="btn btn-round btn-red-grd">CONTACT US</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div> -->
<!---------------------Seminar Event End ------------------->
<div class="section-padding" id="Benefits">
<div class="container">
<div class="row align-items-lg-center">
<div class="col-lg">
<div class="AmimgBox">
<img src="img/USE-CASE_Cable.jpg" class="img-fluid">
</div>
</div>
<div class="col-lg">
<div class="px-lg-4 box-content-left">
<div class="title">
<div class="sec-mainTitle">USE-CASE</div>
</div>
<div class="short-line bg-red"></div>
<div class="imgW-more">
<p class="text-p">
AI based production planning system for cable manufacturer. Price of each motor: Capacity of factory: 100,000 Cu tons/year.</p>
</div>
<a href="#" data-toggle="modal" data-target="#myModal"
class="btn btn-round btn-red-grd">Download Use Case</a>
</div>
</div>
</div>
</div>
</div>
<div class="section-padding">
<div class="container">
<div class="row align-items-lg-center">
<div class="col-lg order-2 order-lg-1">
<div class="px-lg-4 ">
<div class="title">
<div class="sec-mainTitle">Benefits</div>
</div>
<div class="short-line bg-red"></div>
<div class="">
<ul class="ul-list-bullet">
<li>Increased volume output</li>
<li>High OEE</li>
<li>Reduced product and machine changeover times</li>
<li>Real time production view</li>
<li>Reduced inventory costs</li>
<li>Measurable economic benefits</li>
</ul>
</div>
</div>
</div>
<div class="col-lg order-1 order-lg-2">
<div class="AmimgBox">
<img src="img/benefits-cable.jpg" class="img-fluid">
</div>
</div>
</div>
</div>
</div>
<!--------------------- Buttons ------------------->
<div class="section-padding-both">
<div class="container white-box-shadow">
<div class="row align-items-lg-center">
<div class="col-lg-6">
<div class="lookingBox rerBg-grd">
<div class="text text-white">
<span class="fs-18 fw-400">Request for</span>
<h3 class="fw-900">a full case study</h3>
</div>
<div>
<a href="#" data-toggle="modal" data-target="#exampleModal" class="btn btn-round btn-white">Click Here</a>
</div>
</div>
</div>
<div class="col-lg-6">
<div class="lookingBox brdr-black">
<div class="text">
<span class="fs-18 fw-400">for more details</span>
<h3 class="fw-900">Contact us</h3>
</div>
<div>
<a href="#form1" class="btn btn-round btn-red-grd">Click Here</a>
</div>
</div>
</div>
</div>
</div>
</div>
<!--------------------- Buttons ------------------->
<!------------------------Countdown start --------------------->
<?php
include 'change_we_brought.php'
?>
<!------------------------Countdown end --------------------->
<!------------------------footer start --------------------->
<?php
include 'footer.php';
?>
<?php
$isFor = 'Production Planning';
include 'usecase-form-modal.php';
?>
<!------------------------footer end --------------------->
<div class="cookieFooter bg-red-grd" id="cookieDiv">
<div class="container">
<div class="row justify-content-between">
<div class="col-md-6">
<p class="m-0 text-white text-center text-md-left">We use cookies to improve your experience on our
website. By browsing this website, you agree to our use of cookies.</p>
</div>
<div class="col-md-4">
<form name="myform" action="">
<div class="d-flex mt-3 mt-md-0 justify-content-center justify-content-md-end">
<input type="hidden" name="customer" value="user">
<a href="datenschutz" target="_blank" class="btn btn-white btn-round mr-2">More Info</a>
<input type="button" class="btn btn-white btn-round closeCookie" value="ok"
onclick="WriteCookie();" />
</div>
</form>
</div>
</div>
</div>
</div>
<?php
include 'case-study-modal.php';
?>
<!-- script start -->
<script src="js/jquery.min.js"></script>
<script src="js/popper.min.js"></script>
<script src="js/counting.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/jquery.easing.min.js"></script>
<script src="js/SmoothScroll.js"></script>
<script src="js/flickity.pkgd.min.js"></script>
<script src="js/readmore.js"></script>
<script src="js/script.js"></script>
<script src="js/parallax.js"></script>
<script type="text/javascript">
function WriteCookie() {
if (document.myform.customer.value == "") {
return;
}
cookievalue = escape(document.myform.customer.value) + ";";
document.cookie = "name=" + cookievalue;
}
function ReadCookie() {
document.getElementById('cookieDiv').style.visibility = 'hidden';
var allcookies = document.cookie;
cookiearray = allcookies.split(';');
if (cookiearray.length !== 0) {
document.getElementById('cookieDiv').style.visibility = 'hidden';
} else {
document.getElementById('cookieDiv').style.visibility = 'visible';
}
for (var i = 0; i < cookiearray.length; i++) {
name = cookiearray[i].split('=')[0];
value = cookiearray[i].split('=')[1];
}
}
</script>
</body>
</html>