-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·593 lines (481 loc) · 20.6 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
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="keywords" content="人工智能,TexAI开放平台,AI,AI软件,语音,speech,语音技术,图像,图像技术,NLP,自然语言,视频分析,视频技术,知识图谱,增强现实,大数据,数据智能,深度学习,机器学习,场景应用,解决方案,baiduai,ai.susmote.com,texai,texcar,texrengongzhineng,texrengongzhinengkaifangpingtai,texdanao,智能,人工神经网络,人工智能的未来,人工智能产品,什么是人工智能"/>
<meta name="description" content="TexAI为你提供世界领先的语音、图像、NLP等多项人工智能技术,开放对话式人工智能系统、智能驾驶系统两大行业生态,共享AI领域最新的应用场景和解决方案,帮您提升竞争力,开创未来"/>
<meta http-equiv="x-ua-compatible" content="ie=edge">
<link rel="icon" type="image/x-icon" href="img/[email protected]" />
<title>TexAI_世界领先的人工智能服务平台</title>
<!-- Font Awesome -->
<link rel="stylesheet" href="font/fontawesome/css/fontawesome-all.min.css">
<!-- Bootstrap core CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- Material Design Bootstrap -->
<link href="css/mdb.min.css" rel="stylesheet">
<!-- html5 dplayer -->
<link href="css/DPlayer.min.css" rel="stylesheet">
<!-- Your custom styles (optional) -->
<link href="css/style.css" rel="stylesheet">
<style type="text/css">
html,
body,
header,
.carousel {
height: 100%;
}
@media (min-width: 800px) and (max-width: 850px) {
.navbar:not(.top-nav-collapse) {
background: #1C2331!important;
}
}
</style>
</head>
<!--
______ ______ ____ __
/_ __/__ _ _/_ __/__ _____/ __ )/ /___ ____ _
/ / / _ \| |/_// / / _ \/ ___/ __ / / __ \/ __ `/
/ / / __/> < / / / __/ /__/ /_/ / / /_/ / /_/ /
/_/ \___/_/|_|/_/ \___/\___/_____/_/\____/\__, /
/____/
susmote.com 版权所有
Author : susmote
代码开源地址:https://github.com/susmote/TexAi -->
<body>
<!-- 导航栏 -->
<nav class="navbar fixed-top navbar-expand-lg navbar-dark scrolling-navbar">
<div class="container">
<!-- 商标 -->
<a class="navbar-brand waves-effect" href="http://ai.susmote.com">
<img src="img/TexAILogo.png" title="TexAI">
</a>
<!-- 小屏导航支持 -->
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent"
aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<!-- 导航链接 -->
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<!-- left -->
<ul class="navbar-nav mr-auto">
<li class="nav-item active">
<a class="nav-link" href="#">主页
<span class="sr-only">(current)</span>
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="webs/product.html">产品方案</a>
</li>
<li class="nav-item">
<a class="nav-link" href="webs/blog.html">资讯博客</a>
</li>
<li class="nav-item">
<a class="nav-link" href="webs/about.html">关于我们</a>
</li>
</ul>
<!-- right -->
<ul class="navbar-nav nav-flex-icons">
<li class="nav-item">
<a href="https://wpa.qq.com/msgrd?v=3&uin=1600465559&site=qq&menu=yes" class="nav-link" target="_blank">
<i class="fa fa-qq"></i>
</a>
</li>
<li class="nav-item">
<a href="https://weibo.com/texai" class="nav-link" target="_blank">
<i class="fa fa-weibo"></i>
</a>
</li>
<li class="nav-item">
<a href="https://github.com/susmote/TexAi" class="nav-link border border-light rounded"
target="_blank">
<i class="fa fa-github mr-2"></i>TexAi GitHub
</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- 导航栏 -->
<!--轮播区 -->
<div id="carousel-example-1z" class="carousel slide carousel-fade" data-ride="carousel">
<!--轮播指示点-->
<ol class="carousel-indicators">
<li data-target="#carousel-example-1z" data-slide-to="0" class="active"></li>
<li data-target="#carousel-example-1z" data-slide-to="1"></li>
<li data-target="#carousel-example-1z" data-slide-to="2"></li>
</ol>
<!--/end-->
<!--Slides-->
<div class="carousel-inner" role="listbox">
<!--First-->
<div class="carousel-item active">
<div class="view">
<!--视频源-->
<video id="ca-video-f" class="video-intro" autoplay loop muted>
<source src="video/stock_sky.mp4" type="video/mp4" />
</video>
<!-- 遮罩层-->
<div class="mask rgba-black-light d-flex justify-content-center align-items-center">
<!-- Content -->
<div class="text-center white-text mx-5 wow fadeIn">
<h1 class="mb-4">
<strong>图像识别API全面开放</strong>
</h1>
<p>
<strong>目前市场识别率最高,费用最低的图像识别API</strong>
</p>
<p class="mb-4 d-none d-md-block">
<strong>现在加入TexAI,就可以免费体验最新的图像识别API,创建专属于你自己的API管理控制台,并且享有专业的文档资源阅读权限,同事也能享受专业人员的指导
</strong>
</p>
<a target="_blank" href="#" class="btn btn-outline-white btn-lg">立即查看
<i class="fa fa-bullhorn ml-2"></i>
</a>
</div>
<!-- Content -->
</div>
<!-- 遮罩层-->
</div>
</div>
<!--/First-->
<!--Second-->
<div class="carousel-item">
<div class="view">
<!--视频源-->
<video id="ca-video-s" class="video-intro" autoplay loop muted>
<source src="video/stock_people.mp4" type="video/mp4" />
</video>
<!-- 遮罩层-->
<div class="mask rgba-black-light d-flex justify-content-center align-items-center">
<!-- Content -->
<div class="text-center white-text mx-5 wow fadeIn">
<h1 class="mb-4">
<strong>语音技术免费力度再升级</strong>
</h1>
<p>
<strong>文字转语音,语音转文字等api陆续开放</strong>
</p>
<p class="mb-4 d-none d-md-block">
<strong>每日的调用不再限量,0成本进入语音交互时代,让你的社交对话不再沉浮在文字表面,用语音给生活添加另一个色彩</strong>
</p>
<a target="_blank" href="#" class="btn btn-outline-white btn-lg">马上了解
<i class="fa fa-bullhorn ml-2"></i>
</a>
</div>
<!-- Content -->
</div>
<!-- 遮罩层-->
</div>
</div>
<!--/Second-->
<!--Third-->
<div class="carousel-item">
<div class="view">
<!--视频源-->
<video id="ca-video-t" class="video-intro" autoplay loop muted>
<source src="video/stock_tropical.mp4" type="video/mp4" />
</video>
<!-- 遮罩层-->
<div class="mask rgba-black-light d-flex justify-content-center align-items-center">
<!-- Content -->
<div class="text-center white-text mx-5 wow fadeIn">
<h1 class="mb-4">
<strong>TexAi知识共享平台</strong>
</h1>
<p>
<strong>全球上万AI工作者在这里汇集</strong>
</p>
<p class="mb-4 d-none d-md-block">
<strong>TexAI提供AI学习、竞赛平台、数据集等大数据开发资源,帮助更多的对AI感兴趣的人实践和成长</strong>
</p>
<a target="_blank" href="#" class="btn btn-outline-white btn-lg">查看详情
<i class="fa fa-bullhorn ml-2"></i>
</a>
</div>
<!-- Content -->
</div>
<!-- 遮罩层-->
</div>
</div>
<!--/Third -->
</div>
<!--/.Slides-->
<!--控件-->
<a class="carousel-control-prev" href="#carousel-example-1z" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#carousel-example-1z" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
<!--/.控件-->
</div>
<!--/.轮播区-->
<!--主体层-->
<main>
<div class="container">
<!--主体信息-->
<section class="mt-5 wow fadeIn">
<!--简介-->
<div class="row">
<!--left-->
<div class="col-md-6 mb-4">
<img src="img/index_postFir.jpg" class="img-fluid z-depth-1-half" alt="">
</div>
<!--left-->
<!--right-->
<div class="col-md-6 mb-4">
<h3 class="h3 mb-3">AI,一切皆有可能</h3>
<p>TexAI Lab聚集全球数十位人工智能科学家、70位世界一流AI博士,专注机器学习、计算机视觉、语音识别、自然语言处理等人工智能领域的研究。</p>
<p>在TexAI获取更多关于对于未来的思考</p>
<hr>
<p>
<strong>100+</strong> 图像识别应用场景,
<strong>50+</strong> 智能大脑集成系统,
现阶段已经有接近<strong>20W</strong>开发个人或企业在使用我们的产品
<strong>对于一般智能服务全部免费提供给个人或企业使用</strong>
</p>
<a href="javascript:" onclick="alert('因为一定原因,产品优惠已取消')" class="btn blue-gradient btn-md btn-rounded">优惠详情</a>
<a target="_blank" href="webs/product.html" class="btn aqua-gradient btn-md btn-rounded">产品方案</a>
</div>
<!--right-->
</div>
<!--简介-->
</section>
<!--主体信息-->
<hr class="my-5">
<!--合作-->
<section>
<h3 class="h3 text-center mb-5">合作共赢</h3>
<div class="row wow fadeIn">
<!--文字说明-->
<div class="col-lg-6 col-md-12 px-4">
<!--First-->
<div class="row">
<div class="col-1 mr-3">
<i class="fa fa-code fa-2x indigo-text"></i>
</div>
<div class="col-10">
<h5 class="feature-title">底层技术代码公开</h5>
<p class="grey-text">与许多著名开源组织达成长期的合作,代码完全开源在Github,一切为了促进AI技术的发展</p>
</div>
</div>
<!--/First-->
<div style="height:30px"></div>
<!--Second-->
<div class="row">
<div class="col-1 mr-3">
<i class="fa fa-group fa-2x blue-text"></i>
</div>
<div class="col-10">
<h5 class="feature-title">商业伙伴丰富</h5>
<p class="grey-text">我们更国内的腾讯、百度、阿里等公司和国外的Google、Microsoft、Facebook等公司均达成了一定商业技术合作
</p>
</div>
</div>
<!--/Second-->
<div style="height:30px"></div>
<!--Third-->
<div class="row">
<div class="col-1 mr-3">
<i class="fa fa-institution fa-2x cyan-text"></i>
</div>
<div class="col-10">
<h5 class="feature-title">积极参与前沿会议</h5>
<p class="grey-text">TexAI研究机构TexLab近几年发布的有关机器学习、深度学习论文时常在国际交流会议中被提及,同时TexLab也参与了很多技术演讲</p>
</div>
</div>
<!--/Third-->
</div>
<!--/文字说明-->
<!--视频宣传-->
<div class="col-lg-6 col-md-12">
<p class="h5 text-center mb-4">观看BaiduAI人脸识别宣传片</p>
<div id="dplayer"></div>
</div>
<!--/视频宣传-->
</div>
</section>
<!--合作-->
<hr class="my-5">
<!--产品介绍-->
<section>
<div class="row">
<!--First col-->
<div class="col-md-4">
<section>
<div class="card card-cascade wider mb-4">
<!-- 卡片图片 -->
<div class="view view-cascade overlay">
<img class="card-img-top" src="img/index_cardfir.jpg" alt="Card image cap">
<a href="#!">
<div class="mask rgba-white-slight"></div>
</a>
</div>
<!-- 卡片内容 -->
<div class="card-body card-body-cascade text-center">
<!-- 标题 -->
<h4 class="card-title"><strong>最新观点</strong></h4>
<!-- 副标题 -->
<h5 class="blue-text pb-2"><strong>The latest point of view</strong></h5>
<!-- 文本 -->
<p class="card-text">为什么人工智能和加密货币造成了这种计算机芯片的稀缺?AI高科技之争将走向何方?AI与区块链的融合会给人带来什么?</p>
<a class="btn-floating btn-sm blue-gradient"><i class="fa fa-angle-right"></i></a>
</div>
</div>
</section>
<!--Section: Live preview-->
</div>
<!--Second col-->
<div class="col-md-4">
<section>
<div class="card card-cascade wider mb-4">
<!-- 卡片图片 -->
<div class="view view-cascade overlay">
<img class="card-img-top" src="img/index_cardsec.jpg" alt="Card image cap">
<a href="#!">
<div class="mask rgba-white-slight"></div>
</a>
</div>
<!-- 卡片内容 -->
<div class="card-body card-body-cascade text-center">
<!-- 标题 -->
<h4 class="card-title"><strong>科技前沿</strong></h4>
<!-- 副标题 -->
<h5 class="blue-text pb-2"><strong>Frontiers of science</strong></h5>
<!-- 文本 -->
<p class="card-text">在AI领域,中国正努力超越美国和其他西方国家。2017年AI初创公司投入在全球占比48%,并首次超越美国占据榜首。</p>
<a class="btn-floating btn-sm aqua-gradient"><i class="fa fa-angle-right"></i></a>
</div>
</div>
</section>
<!--Section: Live preview-->
</div>
<!--Third col-->
<div class="col-md-4">
<section>
<div class="card card-cascade wider mb-4">
<!-- 卡片图片 -->
<div class="view view-cascade overlay">
<img class="card-img-top" src="img/index_cardtrd.jpg" alt="Card image cap">
<a href="#!">
<div class="mask rgba-white-slight"></div>
</a>
</div>
<!-- 卡片内容 -->
<div class="card-body card-body-cascade text-center">
<!-- 标题 -->
<h4 class="card-title"><strong>业界观察</strong></h4>
<!-- 副标题 -->
<h5 class="blue-text pb-2"><strong>Observation of industry</strong></h5>
<!-- 文本 -->
<p class="card-text">除了拼技术,谷歌、微软、IBM都在争相给AI搞价值观。深度 | 十分钟读完人工智能的三生三世</p>
<a class="btn-floating btn-sm purple-gradient"><i class="fa fa-angle-right"></i></a>
</div>
</div>
</section>
<!--Section: Live preview-->
</div>
</div>
</section>
<!--产品介绍-->
</div>
</main>
<!--主体层-->
<!--Footer-->
<footer class="page-footer text-center font-small mt-4 wow fadeIn">
<!--快速链接层-->
<div class="pt-4">
<a class="btn btn-outline-white" href="webs/product.html" target="_blank" role="button">产品方案
<i class="fa fa-cloud ml-2"></i>
</a>
<a class="btn btn-outline-white" href="webs/blog.html" target="_blank" role="button">博客资讯
<i class="fa fa-newspaper-o ml-2"></i>
</a>
</div>
<!--/.end-->
<hr class="my-4">
<!--社交图标层 -->
<div class="pb-4">
<a href="https://www.weibo.com/texai" target="_blank">
<i class="fa fa-weibo mr-3"></i>
</a>
<a href="http://t.qq.com/texai" target="_blank">
<i class="fa fa-tencent-weibo mr-3"></i>
</a>
<a href="https://weixin.qq.com" target="_blank">
<i class="fa fa-weixin mr-3"></i>
</a>
<a href="http://www.renren.com" target="_blank">
<i class="fa fa-renren mr-3"></i>
</a>
<a href="https://wpa.qq.com/msgrd?v=3&uin=1600465559&site=qq&menu=yes" target="_blank">
<i class="fa fa-qq mr-3"></i>
</a>
<a href="https://github.com/susmote/TexAi" target="_blank">
<i class="fa fa-github mr-3"></i>
</a>
</div>
<!-- 社交图标 -->
<!--版权申明-->
<div class="footer-copyright py-3">
© 2018 Copyright:
<a href="https://www.susmote.com" target="_blank">susmote.com </a>
版权所有 ICP证:<a href="http://www.miitbeian.gov.cn" target="_blank">湘ICP备18002006号</a>
</div>
<!--/.版权申明-->
</footer>
<!--/.Footer-->
<!-- SCRIPTS -->
<!-- JQuery -->
<script type="text/javascript" src="js/jquery-3.3.1.min.js"></script>
<!-- Bootstrap tooltips -->
<script type="text/javascript" src="js/popper.min.js"></script>
<!-- Bootstrap core JavaScript -->
<script type="text/javascript" src="js/bootstrap.min.js"></script>
<!-- MDB core JavaScript -->
<script type="text/javascript" src="js/mdb.min.js"></script>
<!-- Dplayer core JavaScript -->
<script type="text/javascript" src="js/DPlayer.min.js"></script>
<!-- Initializations -->
<script type="text/javascript">
// 动画效果初始化
new WOW().init();
// 申明一个播放器
new DPlayer({
container: document.getElementById('dplayer'),
autoplay: false,
theme: '#FADFA3',
loop: false,
lang: 'zh-cn',
screenshot: true,
hotkey: true,
preload: 'auto',
logo: 'img/TexAILogo.png',
volume: 0.7,
mutex: true,
video: {
url: 'https://hbnm3eqf9mju26279qj.exp.bcevod.com/mda-hkbn8v4ssnu0x5x4/mp41080p/mda-hkbn8v4ssnu0x5x4.mp4',
pic: 'img/baiduface_post.jpg',
thumbnails: 'img/baiduface_post.jpg',
type: 'auto'
},
subtitle: {
url: '',
type: '',
fontSize: '25px',
bottom: '10%',
color: '#b7daff'
},
contextmenu: [
{
text: 'susmote.com版权所有',
link: 'https://www.susmote.com'
}
]
});
</script>
</body>
</html>