-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwhite.html
404 lines (352 loc) · 20 KB
/
white.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
<!doctype html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7" lang=""> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8" lang=""> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9" lang=""> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang=""> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Sab-AI Lab Japan-Machine Learning</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
* {
box-sizing: border-box;
}
body {
margin: 0;
font-family: Arial;
font-size: 17px;
}
#myVideo {
position: fixed;
right: 0;
bottom: 0;
min-width: 100%;
min-height: 100%;
}
.content {
position: fixed;
bottom: 0;
background: rgba(0, 0, 0, 0.5);
color: #f1f1f1;
width: 100%;
padding: 20px;
}
#myBtn {
width: 200px;
font-size: 18px;
padding: 10px;
border: none;
background: #000;
color: #fff;
cursor: pointer;
}
#myBtn:hover {
background: #ddd;
color: black;
}
</style>
<video autoplay muted loop id="myVideo">
<source src="assets/images/video/BWbubbles.mp4" type="video/mp4">
Your browser does not support HTML5 video.
</video>
<script>
var video = document.getElementById("myVideo");
var btn = document.getElementById("myBtn");
function myFunction() {
if (video.paused) {
video.play();
} else {
video.pause();
}
}
</script>
<link rel="apple-touch-icon" href="apple-touch-icon.png">
<link rel="icon" type="image/png" href="myicon.png">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<!-- Compiled and minified CSS -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.6/css/materialize.min.css">
<!--<link rel="stylesheet" href="assets/css/materialize.css">-->
<link rel="stylesheet" href="assets/css/normalize.css">
<link rel="stylesheet" href="assets/css/fonticons.css">
<link rel="stylesheet" href="assets/css/magnific-popup.css">
<link rel="stylesheet" href="assets/css/font-awesome.min.css">
<link rel="stylesheet" href="assets/css/bootstrap.min.css">
<!-- For navmenu css -->
<link rel="stylesheet" href="assets/css/navmenu.css" />
<!--For Plugins external css-->
<link rel="stylesheet" href="assets/css/plugins.css" />
<!--Theme custom css -->
<link rel="stylesheet" href="assets/css/style.css">
<!--Theme Responsive css-->
<link rel="stylesheet" href="assets/css/responsive.css" />
<!--Old browser JS-->
<script src="assets/js/vendor/modernizr-2.8.3-respond-1.4.2.min.js"></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-133948123-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-133948123-1');
</script>
</head>
<body data-spy="scroll" data-target="#scrollspy">
<!-- <div class="">
Loading...
</div>-->
<div class="main_figur">
<div class="preloader">
<h2>Sab-AI.Lab.Japan</h2>
<div class="loaded hexdots-loader">Loading…</div>
</div><!-- End off Preloader -->
<div class="container">
<div class="div-menu">
<header class="cd-header">
<a href="#!" class="brand-logo text-left"><img src="assets/images/logon.png" alt="" /></a>
<a class="cd-menu-trigger" href="#main-nav"><span></span></a>
</header>
</div>
<nav id="main-nav">
<ul>
<li><a href="#team">Our Technologies</a></li>
<li><a href="#portfolio">Our Work</a></li>
<li><a href="#contactus">Contact us</a></li>
</ul>
<a href="#" class="cd-close-menu">Close<span></span></a>
</nav>
</div>
<!-- Team Section -->
<section id="team" class="team colorsbg">
<div class="container">
<div class="row">
<div class="main_service_area main_team_area">
<div class="head_title text-center wow fadeInUp">
<h2>Our Voice-Speech Analytics portfolios</h2>
<p style="color:#26B897; font-size:120%;">Natural language processing enables machines to understand and,
to some extent interpret human language the way it is written or spoken. There are still huge gaps between
the ways humans interpret spoken languages and the machines do. We're aiming to bridge the gaps by bringing acoustic features
and logical cues of a speech into the natural language processing models. The acoustic features of a speech are highly unstructured
particularly in high-entropy cases such as free-speech though contain valuable information. </p>
<p style="color:white; font-size:120%;">Here we introduce some of the human-machine communication systems using spoken languages designed and developed in our lab. Some of those systems are libraries for Python; you could download them either through PYPI.org or download directly via GitHub. There are also some systems which are standalone and executable. What you need is just to download the packages directly from the GitHub connections.</p>
<p> </p>
<p style="color:white; font-size:110%;">There are full technical descriptions for each system, which are accessible on GitHub, please click the links associated to each system.</p>
</div>
<div class="main_team_content wow fadeInUp">
<div class="col-sm-4 col-xs-12">
<div class="single_team margin-top-40">
<img src="assets/images/team1.jpg" alt="" />
<div class="single_team_text">
<h4>My-Voice-Analysis & My-Prosody</h4>
<a href="https://pypi.org/project/myprosody/" class="btn btn-default waves-effect waves-purple" style="font-size:80%;">myprosody<br/>a python library</a>
<p> </p>
<a href="https://pypi.org/project/my-voice-analysis/" class="btn btn-default waves-effect waves-purple" style="font-size:80%;">my-voice-analysis<br/>
a python library</a>
</div>
</div>
</div><!-- End of col-sm-4 -->
<div class="col-sm-4 col-xs-12">
<div class="single_team margin-top-40">
<img src="assets/images/team2.jpg" alt="" />
<div class="single_team_text">
<h4>My-Automatic Language Identification</h4>
<a href="https://pypi.org/project/myspokenlanguagedetection/" class="btn btn-default waves-effect waves-purple">a python library</a>
<p></p>
<a href="https://shahabks.github.io/myspokenlanguageid/" class="btn btn-default waves-effect waves-purple" style="font-size:80%;">Tech document<br/>
</a>
</div>
</div>
</div><!-- End of col-sm-4 -->
<div class="col-sm-4 col-xs-12">
<div class="single_team margin-top-40">
<img src="assets/images/team3.jpg" alt="" />
<div class="single_team_text">
<h4>My-Voice Recognition</h4>
<a href="https://pypi.org/project/Myvoicerecognition/" class="btn btn-default waves-effect waves-purple">a python library</a>
</div>
</div>
</div><!-- End of col-sm-4 -->
</div>
</div><!-- End of main Team area -->
</div><!-- End of row -->
</div><!-- End of container -->
<div class="home_socail_bar">
<ul>
<li><a href="https://my-solutionailab.slack.com/messages/CFPMZ4GGY/"><i class="fa fa-slack"></i></a></li>
<li><a href="https://twitter.com/shahabks?lang=en"><i class="fa fa-twitter"></i></a></li>
</ul>
</div>
</section><!-- End of Team Section -->
<!-- Portfolio Section -->
<section id="portfolio" class="portfolio lightbg">
<div class="container">
<div class="row">
<div class="maint_portfolio_area">
<div class="col-sm-12">
<div class="head_title margin-top-80 wow fadeInUp">
<h2>our work</h2>
<p style="color:white; font-size:120%;"><span style="color:#26B897; font-size:120%;"> Our Portfolio </span>displays a few small software applications to demonstrate what we are up to and what work we can do for our clients.
The portfolio is rich with lots of custom software applications developed so far. We have designed human-machine interaction packages using spoken languages; mainly targeted educational institutions (clients' requests). However, they could be customised and employed for different purposes.
.</p>
<p> </p>
<p style="color:#26B897; font-size:120%;">Here below is a list of the simplified version of the packages. Please feel free to download and try them out. Click the links; it takes you to GitHub repositories, where you can read the technical documents as well as download the package. </p>
</div>
</div>
<div class="main_portfolio_content sections wow fadeInUp">
<div class="col-sm-8">
<div class="single_portfolio single_portfolio_1st">
<a href="https://shahabks.github.io/My-Pictures-Phrases-Guess-Game/"><img src="assets/images/portfolio1.jpg" alt="" /></a>
</div>
<div class="col-sm-8">
<div class="single_portfolio margin-top-30">
<a href="https://shahabks.github.io//"><img src="assets/images/" alt="" /></a>
</div>
</div>
<div class="col-sm-8">
<div class="single_portfolio margin-top-30">
<a href="https://shahabks.github.io/Converter-pdf-files-to-.txt-or-.html/"><img src="assets/images/pdf2txt-copy.jpg" alt="" /></a>
</div>
</div>
<div class="col-sm-8">
<div class="single_portfolio margin-top-30">
<h3> </h3>
<h3 style="color:orange;">Analysis of visual and auditory cues <br> My-Auto-Reading-Rater (Adopted by UP INC Japan) <br><span style="color:white;"><h3> Click on the picture</h3></span></h3>
<a href="https://shahabks.github.io/Rater-OSAKA-Reading/"><img src="images/UPproject.png" alt="" /></a>
</div>
</div>
</div><!-- End of col-sm-8 -->
<div class="col-sm-4">
<div class="row">
<div class="col-sm-12">
<div class="single_portfolio">
<a href="https://shahabks.github.io/myspskills/"><img src="assets/images/portfolio2.jpg" alt="" /></a>
</div>
</div>
<div class="col-sm-12">
<div class="single_portfolio margin-top-30">
<a href="https://shahabks.github.io//"><img src="assets/images/" alt="" /></a>
</div>
</div>
<div class="col-sm-12">
<div class="single_portfolio margin-top-30">
<a href="https://shahabks.github.io/My-Voice-Recorder/"><img src="assets/images/portfolioo5.jpg" alt="" /></a>
</div>
</div>
<div class="col-sm-12">
<div class="single_portfolio margin-top-30">
<div class="s_bottom_ab_text text-center">
<h3 style="color:orange;">Smart-audio-flashcard and smart-photo-storyteller <br><span style="color:white;"><h3> Click to play a video</h3></span></h3>
<a href="assets/images/video/VID.mp4" class="gallery-video"><img src="assets/images/a_b_right.png" alt="" /></a></br>
</div>
</div>
</div>
<div class="single_portfolio margin-top-30">
<div class="s_bottom_ab_text text-center">
<h3> </h3>
<h3 style="color:orange;">Analysis of high entropy auditory cues <br> My-Free- (Adopted by TestDen Canada) <br><span style="color:white;"><h3> Click on the picture</h3></span></h3>
<a href="https://shahabks.github.io//"><img src="images/" alt="" /></a>
</div>
</div>
<div class="single_portfolio margin-top-30">
<div class="s_bottom_ab_text text-center">
<h3> </h3>
<h3 style="color:green;">Readability analytical model and text summarization of written documents <br> My-Assistant <br><span style="color:white;"><h3> Click on the picture</h3></span></h3>
<a href="https://shahabks.github.io/my-Assistant/"><img src="images/co-occurance.png" alt="" /></a>
</div>
</div>
</div>
</div><!-- End of col-sm-4 -->
</div>
</div><!-- End of main Portfolio area -->
</div><!-- End of row -->
</div><!-- End of container -->
</section><!-- End of Portfolio Section -->
<!-- Contact Section -->
<section id="contactus" class="contactus colorsbg">
<div class="container">
<div class="row">
<div class="main_service_area main_contactus_area">
<div class="head_title text-center wow fadeInUp">
<h2>Contact us</h2>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<h3 class="text-uppercase">Office</h3>
<span>〒466-0834 Hirojichō, Umezono </span>
<span> Nagoya City Aichi.</span>
<span> Japan</span>
<p class="text-lowercase" style="color:#26B897;">sabailabo@gmail.com</p>
<p> </p>
<p> Sab-AI Lab 愛知県 名古屋市 昭和区 広路町字梅園 10-4</p>
</div>
</div>
</div><!-- End of row -->
</div><!-- End of container -->
</section><!-- End of Contactus Section -->
<!-- Contact Section -->
<footer id="footer" class="footer">
<div class="container">
<div class="row">
<div class="main_footer">
<div class="col-sm-2">
<div class="footer_logo">
<a href="#home"><img src="assets/images/logon.png" alt="" /></a>
</div>
</div>
<div class="col-sm-8">
<div class="copyright_text margin-top-20">
<p class=" wow fadeInRight animated" data-wow-duration="1s">Made with <i class="fa fa-cog fa-spin"></i>
by <a href="https://github.com/Shahabks">Sab-AI Lab</a> 2018. All Rights Reserved</p>
</div>
</div>
<div class="col-sm-2">
<div class="footer_socail text-right margin-top-20">
<ul class="list-inline">
<li><a href="https://my-solutionailab.slack.com/messages/CFPMZ4GGY/"><i class="fa fa-slack"></i></a></li>
<li><a href="https://twitter.com/shahabks?lang=en"><i class="fa fa-twitter"></i></a></li>
</ul>
</div>
</div>
</div><!-- End of row -->
</div><!-- End of container-fluid -->
</footer><!-- End of Footer Section -->
<div class="scrollup">
<a href="#"><i class="fa fa-chevron-up"></i></a>
</div>
</div>
<script src="assets/js/vendor/jquery-1.11.2.min.js"></script>
<script src="assets/js/vendor/bootstrap.min.js"></script>
<!-- Compiled and minified JavaScript -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.6/js/materialize.min.js"></script>
<script src="assets/js/jquery.easing.1.3.js"></script>
<script src="assets/js/jquery.magnific-popup.js"></script>
<script src="http://maps.google.com/maps/api/js"></script>
<script src="assets/js/gmaps.min.js"></script>
<script>
var map = new GMaps({
el: '.ourmap',
lat: -12.043333,
lng: -77.028333,
scrollwheel: false,
zoom: 15,
zoomControl: true,
panControl: false,
streetViewControl: true,
mapTypeControl: false,
overviewMapControl: false,
clickable: false,
styles: [{'stylers': [{'hue': '#000'}, {saturation: -200},
{gamma: 0.50}]}]
});
map.addMarker({
lat: -12.043333,
lng: -77.028333
});
</script>
<script src="assets/js/materialize.js"></script>
<script src="assets/js/plugins.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>