-
Notifications
You must be signed in to change notification settings - Fork 0
/
index1.html
276 lines (200 loc) · 8.56 KB
/
index1.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
<!DOCTYPE html>
<!--[if IE 8 ]><html class="no-js oldie ie8" lang="en"> <![endif]-->
<!--[if IE 9 ]><html class="no-js oldie ie9" lang="en"> <![endif]-->
<!--[if (gte IE 9)|!(IE)]><!-->
<html class="no-js" lang="en">
<!--<![endif]-->
<head>
<!--- basic page needs
================================================== -->
<meta charset="utf-8">
<title>qPlex</title>
<meta name="description" content="">
<meta name="author" content="">
<!-- mobile specific metas
================================================== -->
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<link rel="stylesheet" href="owlcarousel/owl.carousel.min.css">
<link rel="stylesheet" href="owlcarousel/owl.theme.default.min.css">
<!-- CSS
================================================== -->
<link rel="stylesheet" href="css/base.css">
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="css/vendor.css">
<script src="js/modernizr.js"></script>
<script src="js/pace.min.js"></script>
<style>
.p3 {
font-family: "Lucida Console", "Courier New", monospace;
}
h1 {
font-size: 32px;
color: #000;
}
h2 {
font-weight: lighter;
color: #fff;
font-family: "Lucida Console", "Courier New", monospace;
font-size: 64px;
}
.owl-container {
max-width: 1600px;
margin: 0 auto;
;
}
.item-wrap {
height: 50rem;
display: flex;
align-items: center;
justify-content: center;
}
</style>
<!-- favicons
================================================== -->
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="theme-color" content="#ffffff">
<link rel="stylesheet" href="path/to/font-awesome/css/font-awesome.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body id="top">
<!-- Portfolio Section
================================================== -->
<section style="background-color: #001320;" id="portfolio">
<div class="row section-intro">
<div class="col-twelve">
<h1 style="color:white;">Case Studies</h1>
</div>
</div> <!-- /section-intro-->
<div class="row portfotlio-content">
<div class="owl-container">
<div class="owl-carousel owl-theme">
<!-- portfolio-wrapper -->
<div class="bgrid folio-item">
<div class="item-wrap">
<img src="images/portfolio/Robot.jpg" alt="Img via Pixabay">
<a href="#modal-01" class="overlay">
<div class="folio-item-table">
<div class="folio-item-cell">
<h3 class="folio-title">Recommender Engine</h3>
<span class="folio-types">
A matrix factorisation based recommendation system for B2B clients in the Telecom domain.
</span>
</div>
</div>
</a>
</div>
</div> <!-- /folio-item -->
<div id="modal-01" class="popup-modal slider mfp-hide">
<div class="media">
<img src="images/portfolio/Robot.jpg" alt="" />
</div>
<div class="description-box">
<h4>Recommender Engine</h4>
<p>A matrix factorisation based recommendation system for B2B clients in the Telecom domain. </p>
</div>
<div class="link-box">
<a href="https://mighty-ocean-70011.herokuapp.com/">Discover More</a>
</div>
</div> <!-- /modal-05 -->
<div class="bgrid folio-item">
<div class="item-wrap">
<img src="images/portfolio/Writing.jpg" alt="Img via Pixabay">
<a href="#modal-02" class="overlay">
<div class="folio-item-table">
<div class="folio-item-cell">
<h3 class="folio-title">Oil rig sound analysis</h3>
<span class="folio-types">
Analysis and classification of sounds produced at oil rig sites. The model works with accuracy of 81%
</span>
</div>
</div>
</a>
</div>
</div> <!-- /folio-item -->
<div id="modal-02" class="popup-modal slider mfp-hide">
<div class="media">
<img src="images/portfolio/Writing.jpg" alt="" />
</div>
<div class="description-box">
<h4>Oil rig sound analysis</h4>
<p>Sounds produced at the oil rig sites are classified into 10 categories to help the site engineers reinforce their decisions.</p>
<p>Deep convolution neural nets were used for solving this industry problem </p>
</div>
<div class="link-box">
<a href="https://www.youtube.com/watch?v=D4HJE1AD6X8&t=1s&ab_channel=PrashantMudgal">Discover More</a>
</div>
</div> <!-- /modal-02 -->
<div class="bgrid folio-item">
<div class="item-wrap">
<img src="images/portfolio/Eye.jpg" alt="Img via Pixabay">
<a href="#modal-03" class="overlay">
<div class="folio-item-table">
<div class="folio-item-cell">
<h3 class="folio-title">Facial Recognition</h3>
<span class="folio-types">
Reconstruction of human faces using concepts of singular value decomposition
</span>
</div>
</div>
</a>
</div>
</div> <!-- /folio-item -->
<div id="modal-03" class="popup-modal slider mfp-hide">
<div class="media">
<img src="images/portfolio/Eye.jpg" alt="" />
</div>
<div class="description-box">
<h4>Facial Recognition</h4>
<p>Face reconstruction using principal component analysis of images. The method reduces the size of the data greatly and works with high degree of accuracy.</p>
</div>
<div class="link-box">
<a href="https://towardsdatascience.com/an-attempt-to-fine-tune-facial-recognition-eigenfaces-a6baa8fc0e62">Discover More</a>
</div>
</div> <!-- /modal-02 -->
<div class="bgrid folio-item">
<div class="item-wrap">
<img src="images/portfolio/Money.jpg" alt="Img via Pixabay">
<a href="#modal-04" class="overlay">
<div class="folio-item-table">
<div class="folio-item-cell">
<h3 class="folio-title">Facial Recognition</h3>
<span class="folio-types">
Reconstruction of human faces using concepts of singular value decomposition
</span>
</div>
</div>
</a>
</div>
</div> <!-- /folio-item -->
<div id="modal-04" class="popup-modal slider mfp-hide">
<div class="media">
<img src="images/portfolio/Money.jpg" alt="" />
</div>
<div class="description-box">
<h4>Facial Recognition</h4>
<p>Face reconstruction using principal component analysis of images. The method reduces the size of the data greatly and works with high degree of accuracy.</p>
</div>
<div class="link-box">
<a href="https://towardsdatascience.com/an-attempt-to-fine-tune-facial-recognition-eigenfaces-a6baa8fc0e62">Discover More</a>
</div>
</div> <!-- /modal-02 -->
</div>
</div>
</div> <!-- /portfolio-content -->
</section> <!-- /portfolio -->
<!-- Java Script
================================================== -->
<script src="js/jquery-2.1.3.min.js"></script>
<script src="js/plugins.js"></script>
<script src="js/main.js"></script>
<!-- jQuery 1.7.2+ or Zepto.js 1.0+ -->
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<script src="owlcarousel/owl.carousel.min.js"></script>
<script src="./main1.js"></script>
</body>
</html>